summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/lang.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-20Rework output redirection in Spack.Todd Gamblin1-13/+0
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo1-1/+19
2017-04-25Add API Docs for lib/spack/llnl (#3982)Adam J. Stewart1-27/+30
2017-03-31Use key sorting instead of cmp()Todd Gamblin1-0/+6
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-2/+3
2017-03-02New interface for passing build information among specs (#1875)Massimiliano Culpo1-0/+14
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo1-0/+12
2016-12-28Directive inheritance: laziness for the win (#2623)Massimiliano Culpo1-32/+0
2016-09-21Reworking of `lapack_shared_libs` and similar properties (#1682)Massimiliano Culpo1-0/+16
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-29/+50
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-03-27Speed up directives by skipping debug info in stack traversal.Todd Gamblin1-2/+4
2016-03-14Optimize __eq__ and __ne__ in key_orderingTodd Gamblin1-2/+2
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-2/+2
2015-12-21Merge pull request #208 from epfl-scitas/features/resource_directiveTodd Gamblin1-1/+1
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-11-26resource directive : sketch of implementation + clang / llvm use caseMassimiliano Culpo1-1/+1
2015-11-12Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-4/+1
2015-10-26python: use the setdefault method on dictBen Boeckel1-4/+1
2015-08-16Better `@memoized` decorator.Todd Gamblin1-8/+25
2015-05-10Modularize directives. Now each directive specifies its storage.Todd Gamblin1-15/+10
2015-05-10relations are now "directives", and code is cleaned up.Todd Gamblin1-2/+23
2015-02-17Factor ignore logic into a predicate builder.Todd Gamblin1-0/+31
2014-12-26spack graph allows plotting specific packages.Todd Gamblin1-0/+22
2014-12-01index_by supports compound index keys.Todd Gamblin1-0/+8
2014-07-30Allow per-version URLs instead of one single URL per package.Todd Gamblin1-5/+10
2014-05-27Add index_by function to llnl.util.langTodd Gamblin1-0/+58
2014-04-14Clean up find command, move code to utils.Todd Gamblin1-0/+16
2014-03-14Moving utilities to a common LLNL package.Todd Gamblin1-0/+187