Age | Commit message (Expand) | Author | Files | Lines |
2016-08-30 | Undo changes to trailing triple quotes in docstring | Adam J. Stewart | 6 | -8/+12 |
2016-08-30 | Resolve new documentation issues that have cropped up | Adam J. Stewart | 1 | -46/+60 |
2016-08-30 | Make subcommands importable, '-' -> '_', fixes #1642 | Adam J. Stewart | 4 | -5/+1 |
2016-08-30 | Fix spack --profile, fixes #1639 | Adam J. Stewart | 1 | -35/+8 |
2016-08-30 | Use console instead of shell syntax lexer, fixes #1634 | Adam J. Stewart | 8 | -1002/+970 |
2016-08-30 | Fixes #1620, Missing references | Adam J. Stewart | 2 | -3/+6 |
2016-08-30 | Fixes #1618, Problems with spack package-list | Adam J. Stewart | 1 | -9/+14 |
2016-08-30 | Fix docstrings for core Spack libraries, fixes #1612 | Adam J. Stewart | 20 | -201/+205 |
2016-08-30 | Fix unexpected indentation in .rst files, #1612 | Adam J. Stewart | 2 | -2/+2 |
2016-08-30 | Fix #1608, Include file not found | Adam J. Stewart | 1 | -2/+2 |
2016-08-30 | Fix #1604 and fix #1605, title underline problems | Adam J. Stewart | 8 | -277/+411 |
2016-08-30 | Fix #1594, duplicate explicit target name | Adam J. Stewart | 1 | -2/+2 |
2016-08-30 | Move all documentation generation into conf.py | Todd Gamblin | 3 | -21/+32 |
2016-08-29 | resources : added docs fixes #1551 (#1627) | Massimiliano Culpo | 2 | -3/+23 |
2016-08-29 | Fix exception constructors. (#1663) | Todd Gamblin | 1 | -3/+7 |
2016-08-29 | Merge pull request #1564 from adamjstewart/features/create | Todd Gamblin | 1 | -1/+2 |
2016-08-28 | Documentation: Fix accidental quotation. version() takes expand as a keyword.... | Tyler Esser | 1 | -1/+1 |
2016-08-27 | Make clang detection work on AWS Ubuntu14. | Todd Gamblin | 1 | -1/+1 |
2016-08-25 | Remove stale operating_system.py test per discussion in #1631 | Todd Gamblin | 1 | -75/+0 |
2016-08-25 | Merge pull request #663 from citibeth/efischer/160327-DocumentationImprovements | Todd Gamblin | 5 | -3/+183 |
2016-08-24 | Make `spack info` print deps in sorted order | Todd Gamblin | 1 | -1/+1 |
2016-08-24 | Put url_for_version() after versions in example. | Elizabeth Fischer | 1 | -1/+2 |
2016-08-24 | appeasing flake8, also cleaning up header | Tom Scogland | 1 | -38/+43 |
2016-08-24 | avoid specifying --delim unless required | Tom Scogland | 1 | -7/+35 |
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-19 | Suggest setuptools when creating Python package | Adam J. Stewart | 1 | -1/+2 |
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 |