summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Move all documentation generation into conf.pyTodd Gamblin3-21/+32
2016-08-29resources : added docs fixes #1551 (#1627)Massimiliano Culpo2-3/+23
2016-08-29Fix exception constructors. (#1663)Todd Gamblin1-3/+7
2016-08-29Merge pull request #1564 from adamjstewart/features/createTodd Gamblin1-1/+2
2016-08-28Documentation: Fix accidental quotation. version() takes expand as a keyword....Tyler Esser1-1/+1
2016-08-27Make clang detection work on AWS Ubuntu14.Todd Gamblin1-1/+1
2016-08-25Remove stale operating_system.py test per discussion in #1631Todd Gamblin1-75/+0
2016-08-25Merge pull request #663 from citibeth/efischer/160327-DocumentationImprovementsTodd Gamblin5-3/+183
2016-08-24Make `spack info` print deps in sorted orderTodd Gamblin1-1/+1
2016-08-24Put url_for_version() after versions in example.Elizabeth Fischer1-1/+2
2016-08-24appeasing flake8, also cleaning up headerTom Scogland1-38/+43
2016-08-24avoid specifying --delim unless requiredTom Scogland1-7/+35
2016-08-23Added CMake-based Development case study to docuemntation.citibeth2-0/+168
2016-08-23Explained url_for_version()Elizabeth F1-2/+4
2016-08-23Added note on use of 'less -R' for colorized output.citibeth1-0/+9
2016-08-19Suggest setuptools when creating Python packageAdam J. Stewart1-1/+2
2016-08-15stripping the links to remove spaces and '\n'Nicolas Richart1-1/+1
2016-08-15Don't assume spack is in the path when buildign docs.Todd Gamblin1-1/+2
2016-08-12Update documentation for spack md5Adam J. Stewart2-7/+19
2016-08-11Merge pull request #1493 from xjrc/bugfix/nonbool-variantsbecker331-4/+3
2016-08-11Corrects Cray compiler name and adds missing version flag.Matt Belhorn1-5/+4
2016-08-10Move jsonschema files out of `config.py` to their own package.Todd Gamblin8-276/+507
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin147-1153/+1415
2016-08-10Fix superclass constructor for SpackNamespace objects.Todd Gamblin1-1/+1
2016-08-10Fixed a bug that was making packages with non-bool default variants to crash.Joseph Ciurej1-4/+3
2016-08-09Fix typo 'flexbile' -> 'flexible'George Hartzell1-1/+1
2016-08-09Properly re-raise exceptions from lock context handler.Todd Gamblin1-4/+6
2016-08-09Flake8 fixesTodd Gamblin16-330/+294
2016-08-09Move provider cache to home directory and refactor TransactionsTodd Gamblin18-113/+600
2016-08-08Fix bugs with sparse spec printing.Todd Gamblin3-10/+34
2016-08-08Restore text output in verbose mode.Todd Gamblin1-0/+4
2016-08-08Make compiler command test last until caching is fixed.Todd Gamblin1-2/+3
2016-08-08Fix issues with import order in tests.Todd Gamblin1-15/+30
2016-08-08WIPTodd Gamblin3-27/+117
2016-08-08Fix iterator invalidation issues.Todd Gamblin1-10/+19
2016-08-08fix scoping issue.Todd Gamblin1-1/+1
2016-08-08rename `virtual` module to `provider_index`Todd Gamblin5-12/+16
2016-08-08Fix namespace support in Repo.get_pkg_class()Todd Gamblin2-2/+8
2016-08-08Faster key in FlagMap._cmp_keyTodd Gamblin1-2/+1
2016-08-08Remove vestigial methods from Package.Todd Gamblin1-38/+0
2016-08-08Add a ProviderIndex cache.Todd Gamblin2-13/+141
2016-08-08Make ProviderIndexes mergeable, so we can cache them per-repo.Todd Gamblin3-8/+57
2016-08-08Make ProviderIndex yaml-izable.Todd Gamblin4-13/+138
2016-08-08More compact YAML formatting for abstract specs.Todd Gamblin2-26/+27
2016-08-08Lazily evaluate all_package_names in repository.pyTodd Gamblin1-10/+17
2016-08-08Only strip newline chars, not spacesAdam J. Stewart1-1/+1
2016-08-05Catch error for version in VCSGlenn Johnson1-8/+12
2016-08-04sbang filtering now works on non-writable files. (#1445)Todd Gamblin2-3/+26
2016-08-04Merge pull request #1330 from suraia/fix-ascii-graphbecker333-121/+101
2016-08-04Fix flake8 issuesTorbjörn Lönnemark1-10/+10