summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2018-08-02libdwarf: remove use of hide_files()Todd Gamblin1-13/+0
2018-07-24bugfix: fix spack spec --yamlTodd Gamblin1-0/+6
2018-07-21locks: fix bug when creating lockfiles in the current directory.Todd Gamblin1-0/+5
2018-07-19style: make core comply with pep8-namingTodd Gamblin3-8/+8
2018-07-12locks: improve errors and permission checkingTodd Gamblin1-29/+58
2018-07-12locks: llnl.util.lock now only writes host info when in debug modeTodd Gamblin1-9/+18
2018-07-12refactor: move spack.util.multiproc to llnl.util.multiprocTodd Gamblin1-0/+96
2018-06-26views: packages can customize how they're added to views (#7152)scheibelp2-49/+117
2018-06-26bugfix: fix macos incompatibility in lock test (#8573)Todd Gamblin1-0/+17
2018-06-24tests: add a test for `spack debug` commandTodd Gamblin1-0/+6
2018-06-02Fix coloring of error messages containing '}' symbol (#8277)Adam J. Stewart1-6/+25
2018-05-18locks: add configuration and command-line options to enable/disable locks (#7...Todd Gamblin1-11/+19
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-0/+45
2018-03-31Avoid double 'lib' for packages whose name already starts with lib (#7651)Adam J. Stewart1-3/+3
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin11-11/+11
2018-03-22Record installation date and time in DB (#7334)Massimiliano Culpo1-1/+60
2018-03-12Constructing a SpecBuildInterface from another gives no inconsistent MRO (#7457)Massimiliano Culpo1-1/+13
2018-02-23Make fix_darwin_install_name python3-compatible (#7329)scheibelp1-10/+6
2018-02-13find has been changed to accept glob expressionsalalazo1-18/+23
2018-02-13mixins: moved debug logs to 'filter_file'. Renamed shadowed variable name.alalazo1-0/+6
2018-02-12Rework command reference in docs, add `spack commands` commandTodd Gamblin1-0/+222
2017-11-09deal with case where symbolic links are copied (#6178)Patrick Gartung1-0/+9
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin10-10/+10
2017-11-02link_tree: support choosing the link functionOliver Breitwieser1-2/+2
2017-11-02link_tree: support ignoring conflictsOliver Breitwieser1-3/+16
2017-11-02link_tree: only remove matching files when unmergingOliver Breitwieser1-1/+6
2017-10-24'spack install' can overwrite an existing installation (#5384)Massimiliano Culpo1-1/+83
2017-10-24Fix bare 'except:' to placate errors in new flake8 version.Todd Gamblin4-7/+7
2017-10-24fix bugs found with stricter flake8 rulesTodd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin2-2/+3
2017-10-17filter_file, don't remove absent backup file (#5733)George Hartzell1-1/+1
2017-10-14Ensure that FileList makes it into the documentation (#5739)Adam J. Stewart1-0/+1
2017-09-30Add testing for spack blame; refactor llnl.util testsTodd Gamblin1-21/+8
2017-09-30Add 'spack blame' command: shows contributors to packagesTodd Gamblin1-0/+70
2017-09-09Fix name detection in HeaderList and LibraryList (#5118)Adam J. Stewart1-14/+46
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn10-10/+10
2017-08-22log_ouptut can take either a filename or a file objectTodd Gamblin1-55/+93
2017-08-20Unbuffer so that output from packages appears when redirectingTodd Gamblin1-2/+44
2017-08-20Preserve verbosity across installs when 'v' is pressed.Todd Gamblin1-54/+130
2017-08-20Rework output redirection in Spack.Todd Gamblin2-158/+218
2017-08-03Fix trailing whitespace at the end of headers.cpp_flags (#4957)Adam J. Stewart1-16/+77
2017-08-01Add `spack dependencies` command and tests for it and dependents.Todd Gamblin1-2/+2
2017-07-31Add --color=[always|never|auto] argument; fix color when piping (#3013)paulhopkins1-6/+54
2017-07-04Parametrized lock test and make it work with MPITodd Gamblin1-2/+7
2017-07-04Make filesytem more resilient to concurrent updates.Todd Gamblin1-2/+12
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin10-10/+10
2017-05-11filesystem.py: fixed bug introduced in #3367 (scrambled order in output) (#4156)Massimiliano Culpo1-6/+21
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo2-9/+27
2017-04-29Python command, libraries, and headers (#3367)Adam J. Stewart1-153/+350
2017-04-27Convert rest docstrings to Google docstrings. (#3994)Todd Gamblin1-37/+36