Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-08 | URL parsing improvements | Todd Gamblin | 6 | -47/+81 | |
2014-11-07 | Improved website scraping. | Todd Gamblin | 8 | -95/+134 | |
2014-11-07 | Change to faster gcc mirror that allows spidering. | Todd Gamblin | 1 | -3/+3 | |
2014-11-05 | Working GCC package. | Todd Gamblin | 2 | -5/+71 | |
2014-11-04 | Packages for gcc and its dependencies. | Todd Gamblin | 4 | -0/+163 | |
2014-11-03 | Merge branch 'features/python' into develop | Todd Gamblin | 16 | -271/+575 | |
2014-11-03 | Bump ImageMagick version | Todd Gamblin | 1 | -2/+3 | |
2014-11-03 | Update libmonitor URL to point to google code. | Todd Gamblin | 1 | -1/+1 | |
2014-11-03 | Working Python 2.7.8, ncurses, readline | Todd Gamblin | 3 | -3/+37 | |
2014-11-03 | Fix for SPACK-11: Spack compiler wrapper is now in bash. | Todd Gamblin | 10 | -268/+472 | |
- Startup is much faster - Added test for compiler wrapper parsing. - Removed old compilation module that had to be imported by old cc. - Removed cc from python version checks now that it's bash. | |||||
2014-11-03 | Add bzip2 package and spack pkg add command. | Todd Gamblin | 2 | -1/+35 | |
2014-11-03 | Initial versions of python and libffi. | Todd Gamblin | 2 | -0/+32 | |
2014-11-01 | "spack info -r" is now "spack package-list" | Todd Gamblin | 3 | -88/+114 | |
- too much going on in this command, and it made subcommand parsing weird. - information printed is the same but info and package-list are really different commands. | |||||
2014-11-01 | Add ability to get subparser by name from argparse | Todd Gamblin | 1 | -0/+15 | |
2014-11-01 | Sane self.url for packages (reflects current version) | Todd Gamblin | 4 | -18/+28 | |
2014-10-31 | spack compiler add checks for access before listing directories. | Todd Gamblin | 1 | -0/+4 | |
2014-10-30 | Better error messages for extension() | Todd Gamblin | 1 | -3/+5 | |
2014-10-28 | Add Muster parallel clustering library. | Todd Gamblin | 1 | -0/+21 | |
2014-10-27 | Docs for spack list with glob. | Todd Gamblin | 1 | -1/+6 | |
2014-10-27 | Add Bob Robey to README credits. | Todd Gamblin | 1 | -0/+1 | |
2014-10-27 | Fix bug with extension() for sourceforge URLs. | Todd Gamblin | 1 | -0/+6 | |
2014-10-27 | Merge branch 'features/mpe2' into develop | Todd Gamblin | 12 | -2/+189 | |
2014-10-27 | Merge pull request #5 from scrobey/features/mpe2 | Todd Gamblin | 12 | -2/+165 | |
Adding autotools and ImageMagick and patch for mpe2 | |||||
2014-10-27 | Merge branch 'features/coreutils' into develop | Todd Gamblin | 1 | -0/+17 | |
2014-10-27 | Merge branch 'features/new-docs' into develop | Todd Gamblin | 3 | -41/+428 | |
2014-10-27 | Fix long-standing multimethod test error. | Todd Gamblin | 2 | -5/+5 | |
- New inclusive version ranges from git-fetching branch enable a fix. - Can now write :1 to include 1.3, 1.4, etc. - couldn't do this before so provides() was weird. | |||||
2014-10-27 | Remove ambiguous test case in url_extrapolate. | Todd Gamblin | 1 | -2/+3 | |
2014-10-27 | Add docs on spack module refresh. | Todd Gamblin | 1 | -45/+92 | |
2014-10-27 | Document file filtering functions. | Todd Gamblin | 3 | -33/+206 | |
2014-10-27 | Docs for modules & dotkits. | Todd Gamblin | 1 | -0/+167 | |
2014-10-27 | Merge branch 'features/git-fetching' into develop | Todd Gamblin | 44 | -1087/+3404 | |
Conflicts: lib/spack/docs/packaging_guide.rst lib/spack/spack/cmd/info.py lib/spack/spack/package.py lib/spack/spack/stage.py | |||||
2014-10-27 | Updated packaging docs. | Todd Gamblin | 2 | -485/+1077 | |
2014-10-27 | Make info command show VCS URLs properly. | Todd Gamblin | 2 | -19/+32 | |
2014-10-25 | Fixing errors in depends_on and updating version for ImageMagick | Bob Robey | 3 | -10/+10 | |
2014-10-25 | Adding autotools and ImageMagick and patch for mpe2 | Bob Robey | 12 | -2/+165 | |
2014-10-25 | Add coreutils package. | Todd Gamblin | 1 | -0/+17 | |
2014-10-25 | Add spack md5 command for simple checksumming. | Todd Gamblin | 1 | -0/+52 | |
2014-10-25 | Add a dummy depends_on to the boilerplate. | Todd Gamblin | 1 | -0/+3 | |
2014-10-23 | Adding initial version of MPE2 package. | Todd Gamblin | 1 | -0/+24 | |
2014-10-23 | Start documenting new features. | Todd Gamblin | 2 | -170/+172 | |
2014-10-22 | Fix for SPACK-43: compiler finding fails gracefully on unknown error. | Todd Gamblin | 1 | -0/+6 | |
2014-10-22 | Add bib2xhtml | Todd Gamblin | 1 | -0/+27 | |
2014-10-22 | Test for URL extrapolation. | Todd Gamblin | 5 | -9/+109 | |
2014-10-16 | Consolidate archive_file() implementation into Stage. | Todd Gamblin | 2 | -22/+35 | |
2014-10-16 | Bug fixes for URLs and mirror fetching. | Todd Gamblin | 8 | -27/+41 | |
2014-10-15 | Add test cases for mirroring. | Todd Gamblin | 10 | -117/+277 | |
2014-10-15 | Refactor fetch tests to use common mock repo module. | Todd Gamblin | 4 | -148/+198 | |
2014-10-14 | Add a mirror module that handles new fetch strategies. | Todd Gamblin | 4 | -109/+270 | |
- Uses new fetchers to get source - Add archive() method to fetch strategies to support this. - Updated mirror command to use new mirror module | |||||
2014-10-10 | Use external argparse in spack list, for 2.6 compatibility. | Todd Gamblin | 1 | -1/+1 | |
2014-10-10 | SPACK-19 no longer an issue. Removing libtool copy. | Todd Gamblin | 1 | -4/+0 | |