Age | Commit message (Expand) | Author | Files | Lines |
2016-08-24 | Put url_for_version() after versions in example. | Elizabeth Fischer | 1 | -1/+2 |
2016-08-23 | Added CMake-based Development case study to docuemntation. | citibeth | 2 | -0/+168 |
2016-08-23 | Explained url_for_version() | Elizabeth F | 1 | -2/+4 |
2016-08-23 | Added note on use of 'less -R' for colorized output. | citibeth | 1 | -0/+9 |
2016-08-15 | stripping the links to remove spaces and '\n' | Nicolas Richart | 1 | -1/+1 |
2016-08-15 | Don't assume spack is in the path when buildign docs. | Todd Gamblin | 1 | -1/+2 |
2016-08-12 | Update documentation for spack md5 | Adam J. Stewart | 2 | -7/+19 |
2016-08-11 | Merge pull request #1493 from xjrc/bugfix/nonbool-variants | becker33 | 1 | -4/+3 |
2016-08-11 | Corrects Cray compiler name and adds missing version flag. | Matt Belhorn | 1 | -5/+4 |
2016-08-10 | Move jsonschema files out of `config.py` to their own package. | Todd Gamblin | 8 | -276/+507 |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 147 | -1153/+1415 |
2016-08-10 | Fix superclass constructor for SpackNamespace objects. | Todd Gamblin | 1 | -1/+1 |
2016-08-10 | Fixed a bug that was making packages with non-bool default variants to crash. | Joseph Ciurej | 1 | -4/+3 |
2016-08-09 | Fix typo 'flexbile' -> 'flexible' | George Hartzell | 1 | -1/+1 |
2016-08-09 | Properly re-raise exceptions from lock context handler. | Todd Gamblin | 1 | -4/+6 |
2016-08-09 | Flake8 fixes | Todd Gamblin | 16 | -330/+294 |
2016-08-09 | Move provider cache to home directory and refactor Transactions | Todd Gamblin | 18 | -113/+600 |
2016-08-08 | Fix bugs with sparse spec printing. | Todd Gamblin | 3 | -10/+34 |
2016-08-08 | Restore text output in verbose mode. | Todd Gamblin | 1 | -0/+4 |
2016-08-08 | Make compiler command test last until caching is fixed. | Todd Gamblin | 1 | -2/+3 |
2016-08-08 | Fix issues with import order in tests. | Todd Gamblin | 1 | -15/+30 |
2016-08-08 | WIP | Todd Gamblin | 3 | -27/+117 |
2016-08-08 | Fix iterator invalidation issues. | Todd Gamblin | 1 | -10/+19 |
2016-08-08 | fix scoping issue. | Todd Gamblin | 1 | -1/+1 |
2016-08-08 | rename `virtual` module to `provider_index` | Todd Gamblin | 5 | -12/+16 |
2016-08-08 | Fix namespace support in Repo.get_pkg_class() | Todd Gamblin | 2 | -2/+8 |
2016-08-08 | Faster key in FlagMap._cmp_key | Todd Gamblin | 1 | -2/+1 |
2016-08-08 | Remove vestigial methods from Package. | Todd Gamblin | 1 | -38/+0 |
2016-08-08 | Add a ProviderIndex cache. | Todd Gamblin | 2 | -13/+141 |
2016-08-08 | Make ProviderIndexes mergeable, so we can cache them per-repo. | Todd Gamblin | 3 | -8/+57 |
2016-08-08 | Make ProviderIndex yaml-izable. | Todd Gamblin | 4 | -13/+138 |
2016-08-08 | More compact YAML formatting for abstract specs. | Todd Gamblin | 2 | -26/+27 |
2016-08-08 | Lazily evaluate all_package_names in repository.py | Todd Gamblin | 1 | -10/+17 |
2016-08-08 | Only strip newline chars, not spaces | Adam J. Stewart | 1 | -1/+1 |
2016-08-05 | Catch error for version in VCS | Glenn Johnson | 1 | -8/+12 |
2016-08-04 | sbang filtering now works on non-writable files. (#1445) | Todd Gamblin | 2 | -3/+26 |
2016-08-04 | Merge pull request #1330 from suraia/fix-ascii-graph | becker33 | 3 | -121/+101 |
2016-08-04 | Fix flake8 issues | Torbjörn Lönnemark | 1 | -10/+10 |
2016-08-04 | Fix incorrect indentation | Torbjörn Lönnemark | 1 | -5/+5 |
2016-08-04 | flake8 fixes | Michael Kuhn | 2 | -103/+83 |
2016-08-04 | Fix tests. | Michael Kuhn | 2 | -12/+11 |
2016-08-04 | Fix graph command with ASCII output. | Michael Kuhn | 2 | -8/+9 |
2016-08-03 | Added parens to %'s arguments. Fixes #1432 | James Riley Wynne III | 1 | -1/+1 |
2016-08-03 | Cray: Fix a typo that could cause an infinite recursion when calling /env/cc. | Kelly (KT) Thompson | 1 | -1/+1 |
2016-08-03 | Merge pull request #1361 from epfl-scitas/features/module_token_expansion_in_... | becker33 | 3 | -6/+38 |
2016-08-02 | spack create should use setup_py() instead of python() | Adam J. Stewart | 1 | -1/+1 |
2016-08-02 | Merge pull request #1423 from glennpj/fix_url | becker33 | 1 | -1/+2 |
2016-08-02 | Move archive_version setting to if block | Glenn Johnson | 1 | -1/+2 |
2016-08-02 | Merge pull request #1354 from paulhopkins/bugfix/preferred_variants_do_not_re... | becker33 | 3 | -5/+111 |
2016-08-01 | fixed flake8 errors | Gregory Becker | 1 | -2/+4 |