summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Fix for SPACK-49.Todd Gamblin2-2/+5
2014-12-18Allow fake installations (just make the directory).Todd Gamblin2-7/+19
2014-12-15Partial fix for SPACK-48.Todd Gamblin3-16/+21
2014-12-12Handle cases where tarball is in the URL query string.Todd Gamblin4-31/+76
2014-12-09Add support for URLs with query stringsTodd Gamblin1-1/+25
2014-12-08Bugfix in create and checksumTodd Gamblin2-20/+20
2014-12-04Minor tweak: use self.git everywhere in get fetch strategy.Todd Gamblin1-2/+2
2014-12-04Bugfix in create command.Todd Gamblin1-2/+2
2014-12-02Merge branch 'features/better-find' into developTodd Gamblin7-140/+210
2014-12-02CLI improvements to find and list.Todd Gamblin2-6/+11
2014-12-02colify handles ansi color input directly; no more decorator.Todd Gamblin5-48/+56
2014-12-02Fail fast in stage if all fetch strategies fail for a package.Todd Gamblin2-2/+12
2014-12-01Better spack find view.Todd Gamblin2-35/+56
2014-12-01index_by supports compound index keys.Todd Gamblin1-0/+8
2014-12-01Colify now supports fixing the number of columns.Todd Gamblin1-12/+32
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