summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-05-17init: remove dependency on spack.versionTodd Gamblin3-16/+8
2018-05-17init: remove binary_cache_retrieved_specs global variableTodd Gamblin2-26/+21
2018-05-17init: remove spack.concretizer global variableTodd Gamblin5-82/+104
2018-05-17init: remove build_jobs global variableTodd Gamblin3-15/+4
2018-05-17init: convert spack.dirty global to config optionTodd Gamblin4-34/+12
2018-05-17init: remove template_dirs globalTodd Gamblin6-24/+5
2018-05-17init: replace global spack.do_checksum with config optionTodd Gamblin13-71/+67
2018-05-17init: replace spack.insecure global with spack.config.getTodd Gamblin10-43/+116
2018-05-17config: simplify configuration API to just get and setTodd Gamblin29-169/+203
2018-05-17config: create internal config scope for commands to use.Todd Gamblin5-13/+87
2018-05-17init: Move file cache initialization out of __init__.pyTodd Gamblin9-42/+102
2018-05-17config: rework config system into a class instead of globalsTodd Gamblin13-470/+555
2018-05-17init: move editor from spack/__init__.py to spack.util.editorTodd Gamblin3-22/+58
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin59-286/+357
2018-05-17init: simplify import ordering in __init__.pyTodd Gamblin8-87/+112
2018-05-15Move report writers to separate classesZack Galbreath5-190/+335
2018-05-15Add test case for CDash reportingZack Galbreath1-0/+42
2018-05-15upload reports to CDashZack Galbreath2-6/+35
2018-05-15Generate CDash reports for build/install stepZack Galbreath1-2/+33
2018-05-15CDash report for concretization errorsZack Galbreath2-1/+24
2018-05-15CDash report for configure stepZack Galbreath2-8/+112
2018-05-15Capture source line number in CTest log parserZack Galbreath1-1/+1
2018-05-15Fix typo in commentZack Galbreath1-1/+1
2018-05-15Add CDash as a valid reporting formatZack Galbreath1-1/+2
2018-05-15Initialize report generator before parsing specsZack Galbreath2-7/+10
2018-05-15Allow --overwrite and --log-format to be used togetherZack Galbreath1-36/+35
2018-05-15Format-agnostic data structure for reportsZack Galbreath1-43/+45
2018-05-08Packages can tune the list of files to be archived at the end of install (#7760)Massimiliano Culpo4-0/+81
2018-05-07Specs add a space before dependencies (#7942)Massimiliano Culpo3-26/+45
2018-05-06Support *.TAR.gz extension. (#7973)健美猫1-1/+1
2018-05-05Fix coloring of URLs containing @ symbol (#7799)Adam J. Stewart1-3/+3
2018-05-05Set default provider for every virtual package (#7784)Adam J. Stewart1-0/+10
2018-05-01Fix initialization of defaults in yaml schema validation (#7959)scheibelp2-2/+47
2018-04-28Document how to run unit tests with print statements (#7860)Adam J. Stewart1-0/+7
2018-04-26Allow len(Version) to return number of split components. (#7918)Chris Green2-0/+11
2018-04-26XL Fortran compiler >= 16.0 is synced with C compiler version (#7887)serbanmaerean2-0/+12
2018-04-26Use GitLab's API endpoint for fetching a git snapshot. (#7881)Sergey Kosukhin2-4/+25
2018-04-26config_args does NOT apply to CMakePackage. (#7917)健美猫1-1/+1
2018-04-18Add -d option to diy to specify source path move -j to common args (#5963)Matthew Scott Krafczyk3-4/+20
2018-04-18Fix bug/oversight in formatting error message. (#7810)Elizabeth Fischer1-1/+1
2018-04-17Activation of activated package just msg's (#7752)George Hartzell1-1/+2
2018-04-17Better error message for spack providers (#7748)Massimiliano Culpo3-7/+116
2018-04-13cray: add comment about module use in packages.yaml (#7751)Cameron Smith1-1/+8
2018-04-13Fix when_spec inheritance for extensions (#7746)becker331-1/+1
2018-04-11Package.provides account for v deps that are provided conditionally (#7716)Massimiliano Culpo2-1/+13
2018-04-04make view understand hashes (#7573)healther1-4/+5
2018-04-03Fix bug in test_find_with_globbing unit test (#7652)Adam J. Stewart1-1/+1
2018-04-03Do not call sys.exit() in except block (#7659)Zack Galbreath3-12/+31
2018-03-31Avoid double 'lib' for packages whose name already starts with lib (#7651)Adam J. Stewart4-12/+51
2018-03-28mirrors.yaml: does not expand ~ (#7631)Axel Huebl1-4/+4