Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-29 | Reduce number of immediate expand/contracts. | Todd Gamblin | 1 | -9/+21 | |
2014-12-29 | More compact graphs: do back edges before forward expansion. | Todd Gamblin | 1 | -46/+80 | |
2014-12-29 | Spec graph works without color. | Todd Gamblin | 2 | -19/+12 | |
2014-12-29 | Fix ColorStream | Todd Gamblin | 2 | -10/+14 | |
2014-12-29 | Partially wroking ASCII dependency graph. | Todd Gamblin | 2 | -1/+187 | |
2014-12-26 | spack graph allows plotting specific packages. | Todd Gamblin | 4 | -12/+54 | |
2014-12-25 | Fix lack of sorting in version concretization. | Todd Gamblin | 1 | -2/+3 | |
2014-12-25 | Merge branch 'features/qt' into develop | Todd Gamblin | 4 | -8/+116 | |
2014-12-25 | URLFetchStrategy now contains exploding tarballs. | Todd Gamblin | 1 | -1/+19 | |
2014-12-25 | Fix up bzip2 install | Todd Gamblin | 2 | -0/+9 | |
2014-12-25 | Clearer code in filter_file. | Todd Gamblin | 1 | -2/+5 | |
2014-12-25 | spack env command | Todd Gamblin | 1 | -0/+69 | |
spack env allows regular commands to be run with a spack build environment. It also displays the spack build environment for a package. | |||||
2014-12-25 | Add patch function to Package, so that packages can define custom patch ↵ | Todd Gamblin | 2 | -5/+18 | |
functions. | |||||
2014-12-23 | Print out fetch, build, and total time for builds. | Todd Gamblin | 1 | -1/+15 | |
2014-12-22 | Merge branch 'features/better-mirror-support' into develop | Todd Gamblin | 3 | -11/+27 | |
2014-12-18 | Fix for SPACK-49. | Todd Gamblin | 2 | -2/+5 | |
- name conflict in imp.load_source caused this to fail. - Python modules loaded by imp have unique names now. | |||||
2014-12-18 | Allow fake installations (just make the directory). | Todd Gamblin | 2 | -7/+19 | |
- Use for debugging. | |||||
2014-12-15 | Partial fix for SPACK-48. | Todd Gamblin | 3 | -16/+21 | |
- Try to accommodate packages that have grown dependencies better. - This will only get fully fixed when optional dependencies are supported and some extra functionality is added to the spec syntax. | |||||
2014-12-12 | Better mirror path calculation. | Todd Gamblin | 3 | -11/+27 | |
- Add support in spack.url for extrapolating actual file type for URL - Move mirror path computation to mirror.py from package.py | |||||
2014-12-12 | Handle cases where tarball is in the URL query string. | Todd Gamblin | 4 | -31/+76 | |
2014-12-09 | Add support for URLs with query strings | Todd Gamblin | 1 | -1/+25 | |
- support tarballs from raw github URLs | |||||
2014-12-08 | Bugfix in create and checksum | Todd Gamblin | 2 | -20/+20 | |
2014-12-04 | Minor tweak: use self.git everywhere in get fetch strategy. | Todd Gamblin | 1 | -2/+2 | |
2014-12-04 | Bugfix in create command. | Todd Gamblin | 1 | -2/+2 | |
2014-12-02 | Merge branch 'features/better-find' into develop | Todd Gamblin | 7 | -140/+210 | |
2014-12-02 | CLI improvements to find and list. | Todd Gamblin | 2 | -6/+11 | |
2014-12-02 | colify handles ansi color input directly; no more decorator. | Todd Gamblin | 5 | -48/+56 | |
2014-12-02 | Fail fast in stage if all fetch strategies fail for a package. | Todd Gamblin | 2 | -2/+12 | |
2014-12-01 | Better spack find view. | Todd Gamblin | 2 | -35/+56 | |
2014-12-01 | index_by supports compound index keys. | Todd Gamblin | 1 | -0/+8 | |
2014-12-01 | Colify now supports fixing the number of columns. | Todd Gamblin | 1 | -12/+32 | |
2014-11-23 | Cleanup code in colify. | Todd Gamblin | 1 | -52/+57 | |
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 | |
Conflicts: lib/spack/spack/package.py | |||||
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 | |
- spack urls inspects all URLs in packages, prints out colors to show how they are parased. - URL extrapolation test added. - Extrapolation is more consistent now. - Extrapolation handles more complex URLs. - More test cases for extrapolation. | |||||
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 | |
- 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 | 1 | -1/+16 | |
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. |