summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-01-01flake8: fix flake8 issues with invalid escapesTodd Gamblin6-81/+81
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin379-383/+383
2019-01-01license: license command prints sorted, non-redundant resultsTodd Gamblin1-3/+7
2019-01-01Improve validation of modules.yaml (#9878)Massimiliano Culpo8-169/+269
2018-12-30bugfix: nested directives were broken in python 3Todd Gamblin2-1/+25
2018-12-30commands: add `spack resource` command to inspect downloadable filesTodd Gamblin3-0/+211
2018-12-30tests: add a test to make sure that patched specs can be round-trippedTodd Gamblin1-30/+101
2018-12-30patches: add a per-repository patch indexTodd Gamblin8-116/+339
2018-12-30ProviderIndex uses json instead of YAMLTodd Gamblin4-21/+18
2018-12-30repo: refactor indexes to be more extensibleTodd Gamblin1-95/+132
2018-12-30patches: clean up patch.py, directives, and package class propertiesTodd Gamblin6-99/+119
2018-12-25tests: run 'test_compiler_add' serially in Python 2 (#10127)Massimiliano Culpo1-1/+9
2018-12-25environment: ignore invalid files names in var/spack/environments (#10198)Denis Davydov3-5/+20
2018-12-23bugfix: handle unicode properly in spack.util.executable (#10186)Todd Gamblin2-18/+37
2018-12-21Remove /nfs/tmp2 from default build_stage locations (#10170)Elsa Gonsiorowski, PhD1-6/+4
2018-12-20Performance improvements for CDash reporterZack Galbreath1-9/+12
2018-12-20Include accurate build time in CDash reportZack Galbreath1-6/+10
2018-12-20Report current git commit of Spack to CDashZack Galbreath1-6/+23
2018-12-20Make sure to urlencode cdash submit parametersScott Wittenburg1-3/+9
2018-12-20Get buildId from CDash at submit timeZack Galbreath1-2/+21
2018-12-20Allow more customization for CDash reporterZack Galbreath6-22/+61
2018-12-20Avoid UnboundLocalErrorZack Galbreath1-0/+1
2018-12-19env: all commands that disambiguate specs should be env-awareTodd Gamblin19-26/+55
2018-12-19fetch_strategy: improve GitFetchStrategy (#10153)Michael Kuhn1-11/+16
2018-12-18Add additional info to MesonPackage docs (#10133)Adam J. Stewart1-0/+44
2018-12-17Add help messages to spack gpg subcommands (#10117)Adam J. Stewart1-8/+16
2018-12-17spack buildcache: --allow_root -> --allow-root (#10115)Adam J. Stewart1-2/+2
2018-12-16mirrors: patches are now properly added to mirrors (#8993)Peter Scheibel6-59/+107
2018-12-15spack pkg add: add help message (#10116)Adam J. Stewart1-0/+1
2018-12-14Fix spack package inheritance for module variables (#10097)Greg Becker3-25/+37
2018-12-10Make downloads from list_url deterministic (#10047)Adam J. Stewart1-1/+1
2018-12-06multimethod: slight refactoring, documentation for code reviewGregory Becker3-39/+44
2018-12-06fix MRO for multimethod.__call__ using iterative algorithm.Gregory Becker2-9/+59
2018-12-06tests: fully parametrize multimethod testTodd Gamblin1-37/+47
2018-12-06multimethod uses Spec() instead of parse_anonymous_spec()Todd Gamblin2-21/+11
2018-12-06spec: refactor and clean up Spec initializationTodd Gamblin2-206/+248
2018-12-06Added test for multimethod inheritanceGregory Becker1-0/+4
2018-12-04improved constraint conflict error message (#9975)Peter Scheibel1-2/+8
2018-11-28Injected flags have a consistent order (#9960)Massimiliano Culpo4-16/+30
2018-11-27Expose option to save all dependencies when writing spec.yaml (#9965)Scott Wittenburg1-2/+2
2018-11-16intel-mkl: fix usage of openmp_libs and tbb_libs (#9863)Denis Davydov1-3/+3
2018-11-13Fix bugs in Modules Tutorial (#9821)Adam J. Stewart1-3/+3
2018-11-12Fix typos in Build Systems Tutorial (#9822)Adam J. Stewart1-4/+4
2018-11-12docs: update tutorial slide link for SC18Todd Gamblin1-8/+8
2018-11-12version bump: v0.12.0Todd Gamblin1-1/+1
2018-11-12docs: add environments tutorialTodd Gamblin2-4/+821
2018-11-11Updates to Configuration Tutorial for SC18 (#9811)Adam J. Stewart1-176/+242
2018-11-11Consistent capitalization of Build Caches docs for SC18 (#9810)Adam J. Stewart1-1/+1
2018-11-11Minor changes to Build Settings docs (#9808)Adam J. Stewart1-25/+27
2018-11-11Minor changes to Basic Settings docs for SC18 (#9809)Adam J. Stewart1-13/+13