summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-11-23Cleanup code in colify.Todd Gamblin1-52/+57
2014-11-23Bugfix in terminal_size()Todd Gamblin2-12/+15
2014-11-17Minor bugfix for 404 error on fetch.Todd Gamblin1-1/+1
2014-11-16Prompt the user about checksums only if interactive.Todd Gamblin1-6/+13
2014-11-08Checksum warning now prompts for override.Todd Gamblin2-5/+35
2014-11-08Merge branch 'features/gcc' into developTodd Gamblin15-213/+533
2014-11-08Shorter help strings.Todd Gamblin2-2/+2
2014-11-08Python 2.6 fix for Mac OSTodd Gamblin1-1/+1
2014-11-08'spack urls' debugging command, more consistent URL extrapolation.Todd Gamblin4-92/+323
2014-11-08URL parsing improvementsTodd Gamblin4-43/+77
2014-11-07Improved website scraping.Todd Gamblin7-95/+133
2014-11-06Merge branch 'hotfix/vcs-not-required' into developTodd Gamblin1-3/+0
2014-11-06Fix inadvertent requirement of hg, svn, git, etc.v0.8.11Todd Gamblin1-3/+0
2014-11-06Fix for missing format_doc in package-list command.Todd Gamblin3-18/+21
2014-11-05Working GCC package.Todd Gamblin1-2/+21
2014-11-03Merge branch 'features/python' into developTodd Gamblin11-269/+488
2014-11-03Fix for SPACK-11: Spack compiler wrapper is now in bash.Todd Gamblin10-268/+472
2014-11-03Add bzip2 package and spack pkg add command.Todd Gamblin1-1/+16
2014-11-01"spack info -r" is now "spack package-list"Todd Gamblin3-88/+114
2014-11-01Add ability to get subparser by name from argparseTodd Gamblin1-0/+15
2014-11-01Sane self.url for packages (reflects current version)Todd Gamblin4-18/+28
2014-10-31spack compiler add checks for access before listing directories.Todd Gamblin1-0/+4
2014-10-30Better error messages for extension()Todd Gamblin1-3/+5
2014-10-27Docs for spack list with glob.Todd Gamblin1-1/+6
2014-10-27Fix bug with extension() for sourceforge URLs.Todd Gamblin1-0/+6
2014-10-27Merge branch 'features/new-docs' into developTodd Gamblin3-41/+428
2014-10-27Fix long-standing multimethod test error.Todd Gamblin1-4/+4
2014-10-27Remove ambiguous test case in url_extrapolate.Todd Gamblin1-2/+3
2014-10-27Add docs on spack module refresh.Todd Gamblin1-45/+92
2014-10-27Document file filtering functions.Todd Gamblin3-33/+206
2014-10-27Docs for modules & dotkits.Todd Gamblin1-0/+167
2014-10-27Merge branch 'features/git-fetching' into developTodd Gamblin33-1053/+3318
2014-10-27Updated packaging docs.Todd Gamblin2-485/+1077
2014-10-27Make info command show VCS URLs properly.Todd Gamblin2-19/+32
2014-10-25Add spack md5 command for simple checksumming.Todd Gamblin1-0/+52
2014-10-25Add a dummy depends_on to the boilerplate.Todd Gamblin1-0/+3
2014-10-23Start documenting new features.Todd Gamblin2-170/+172
2014-10-22Fix for SPACK-43: compiler finding fails gracefully on unknown error.Todd Gamblin1-0/+6
2014-10-22Test for URL extrapolation.Todd Gamblin4-5/+102
2014-10-16Consolidate archive_file() implementation into Stage.Todd Gamblin2-22/+35
2014-10-16Bug fixes for URLs and mirror fetching.Todd Gamblin5-22/+37
2014-10-15Add test cases for mirroring.Todd Gamblin9-116/+276
2014-10-15Refactor fetch tests to use common mock repo module.Todd Gamblin4-148/+198
2014-10-14Add a mirror module that handles new fetch strategies.Todd Gamblin4-109/+270
2014-10-10Use external argparse in spack list, for 2.6 compatibility.Todd Gamblin1-1/+1
2014-10-08Add available versions to generated package list documentation.Todd Gamblin2-1/+6
2014-10-08Update documentation to add an auto-generated list of packages.Todd Gamblin7-24/+117
2014-10-08Add spack edit -c option to edit commands.Todd Gamblin1-18/+31
2014-10-08Update docs to use new version format.Todd Gamblin2-11/+9
2014-10-07Add archive creation capability to fetch strategies.Todd Gamblin1-6/+46