summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-05-11first round of coding rulesBenedikt Hegner1-13/+16
2016-05-11add test for list parametersBenedikt Hegner1-0/+10
2016-05-10hmm... test before commitBenedikt Hegner1-1/+1
2016-05-10fix setting config for list parametersBenedikt Hegner1-1/+4
2016-05-10Minor tweaks to `flock` docs.Todd Gamblin1-9/+22
2016-05-10Merge branch 'fix-doc-flock' of git://github.com/luca-heltai/spack into luca-...Todd Gamblin1-0/+32
2016-05-10Added documentation on lockf/flock.Luca Heltai1-0/+32
2016-05-10qa : this should still fail due to F821alalazo1-8/+7
2016-05-10qa : modifying 2 packages and a framework file just for the sake of italalazo1-0/+1
2016-05-10flake8 : fixed all issues?alalazo6-254/+330
2016-05-10modules : added warning if a user tries to add prerequisite with dotkitalalazo1-2/+7
2016-05-10modules : changed syntax for environment modificationsalalazo3-10/+29
2016-05-10modules : prefix_inspections moved to modules.yamlalalazo2-15/+11
2016-05-10Merge branch 'develop' of https://github.com/LLNL/spack into features/custom_...alalazo24-346/+706
2016-05-10Merge pull request #905 from adamjstewart/features/rpath_flagTodd Gamblin6-23/+80
2016-05-10Merge pull request #692 from mathstuf/quoted-command-linesTodd Gamblin1-1/+1
2016-05-10Merge pull request #775 from epfl-scitas/fixes/config_updateTodd Gamblin3-23/+33
2016-05-10Merge pull request #757 from glennpj/extend_rTodd Gamblin2-1/+10
2016-05-10Merge pull request #842 from hegner/compiler_lookup_orderTodd Gamblin1-0/+4
2016-05-10Merge pull request #849 from brettviren/bugfix/share-pkgconfigTodd Gamblin1-2/+2
2016-05-09WIP fixing all the things that broke when I changed the anonymous spec namesGregory Becker1-1/+3
2016-05-09cleanupGregory Becker1-1/+1
2016-05-09Changed anonymous specs to have name=None instead of empty stringGregory Becker3-32/+37
2016-05-09Add documentation for rpath_flag handlingAdam J. Stewart1-5/+11
2016-05-09Comment changeAdam J. Stewart1-1/+1
2016-05-09Testing typoAdam J. Stewart1-4/+4
2016-05-09Allow compilers to specify their own rpath linking flagsAdam J. Stewart5-18/+69
2016-05-09wrap tty.die to 80 charsDenis Davydov1-3/+11
2016-05-09cleanupTodd Gamblin5-30/+13
2016-05-09Make _hash private to discourage access; fix dag_hash length handling.Todd Gamblin1-11/+14
2016-05-09Restore `cc` from mainline; clean up some cflags stuff.Todd Gamblin1-29/+29
2016-05-06Cleaning up print statements for debuggingGregory Becker1-1/+0
2016-05-06Working properly to display but not reuse old specs from yamlGregory Becker1-7/+5
2016-05-06Fixed previous commitGregory Becker1-1/+2
2016-05-06Fixed database to account for hashes when reading install recordsGregory Becker2-1/+12
2016-05-06Made spec hashes immutable once concrete -- improvedGregory Becker1-1/+1
2016-05-06Made spec hashes immutable once concreteGregory Becker1-6/+12
2016-05-05tempGregory Becker1-1/+1
2016-05-05Every old spec has empty compiler flagsGregory Becker1-3/+5
2016-05-05Versioning the database -- automatic reindexGregory Becker2-3/+7
2016-05-05tempGregory Becker1-0/+2
2016-05-05versioning the databaseGregory Becker1-2/+5
2016-05-05Merge branch 'develop' into features/cflagsTodd Gamblin14-385/+467
2016-05-05document usage of compiler flags propertiesDenis Davydov1-0/+19
2016-05-05substitute cxx14_flag by a property with the same name to be overridden in de...Denis Davydov1-3/+8
2016-05-05remove cxx11_flag from Compiler as it is now substituted by a property with t...Denis Davydov1-3/+0
2016-05-05add a temporary Nag.cxx11_flag propertyDenis Davydov1-0/+5
2016-05-05compiler: make default openmp_flag() and cxx11_flag() die when these properti...Denis Davydov1-7/+8
2016-05-05fix comment in Compiler classDenis Davydov1-3/+3
2016-05-05compiler: cleanup Nag.cxx11_flag and Pgi.cxx11_flagDenis Davydov2-6/+0