Age | Commit message (Expand) | Author | Files | Lines |
2014-11-23 | Bugfix in terminal_size() | Todd Gamblin | 2 | -12/+15 |
2014-11-17 | Minor bugfix for 404 error on fetch. | Todd Gamblin | 1 | -1/+1 |
2014-11-16 | Prompt the user about checksums only if interactive. | Todd Gamblin | 1 | -6/+13 |
2014-11-08 | Checksum warning now prompts for override. | Todd Gamblin | 2 | -5/+35 |
2014-11-08 | Merge branch 'features/gcc' into develop | Todd Gamblin | 15 | -213/+533 |
2014-11-08 | Shorter help strings. | Todd Gamblin | 2 | -2/+2 |
2014-11-08 | Python 2.6 fix for Mac OS | Todd Gamblin | 1 | -1/+1 |
2014-11-08 | 'spack urls' debugging command, more consistent URL extrapolation. | Todd Gamblin | 4 | -92/+323 |
2014-11-08 | URL parsing improvements | Todd Gamblin | 4 | -43/+77 |
2014-11-07 | Improved website scraping. | Todd Gamblin | 7 | -95/+133 |
2014-11-06 | Merge branch 'hotfix/vcs-not-required' into develop | Todd Gamblin | 1 | -3/+0 |
2014-11-06 | Fix inadvertent requirement of hg, svn, git, etc.v0.8.11 | Todd Gamblin | 1 | -3/+0 |
2014-11-06 | Fix for missing format_doc in package-list command. | Todd Gamblin | 3 | -18/+21 |
2014-11-05 | Working GCC package. | Todd Gamblin | 1 | -2/+21 |
2014-11-03 | Merge branch 'features/python' into develop | Todd Gamblin | 11 | -269/+488 |
2014-11-03 | Fix for SPACK-11: Spack compiler wrapper is now in bash. | Todd Gamblin | 10 | -268/+472 |
2014-11-03 | Add bzip2 package and spack pkg add command. | Todd Gamblin | 1 | -1/+16 |
2014-11-01 | "spack info -r" is now "spack package-list" | Todd Gamblin | 3 | -88/+114 |
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-27 | Docs for spack list with glob. | Todd Gamblin | 1 | -1/+6 |
2014-10-27 | Fix bug with extension() for sourceforge URLs. | Todd Gamblin | 1 | -0/+6 |
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 | 1 | -4/+4 |
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 | 33 | -1053/+3318 |
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 | 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 | 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 | Test for URL extrapolation. | Todd Gamblin | 4 | -5/+102 |
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 | 5 | -22/+37 |
2014-10-15 | Add test cases for mirroring. | Todd Gamblin | 9 | -116/+276 |
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 |
2014-10-10 | Use external argparse in spack list, for 2.6 compatibility. | Todd Gamblin | 1 | -1/+1 |
2014-10-08 | Add available versions to generated package list documentation. | Todd Gamblin | 2 | -1/+6 |
2014-10-08 | Update documentation to add an auto-generated list of packages. | Todd Gamblin | 7 | -24/+117 |
2014-10-08 | Add spack edit -c option to edit commands. | Todd Gamblin | 1 | -18/+31 |
2014-10-08 | Update docs to use new version format. | Todd Gamblin | 2 | -11/+9 |
2014-10-07 | Add archive creation capability to fetch strategies. | Todd Gamblin | 1 | -6/+46 |
2014-10-07 | Minor bugfix in exception constructor. | Todd Gamblin | 1 | -1/+1 |