summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2019-08-20permissions: fix file permissions on intermediate install directories (#12399)Greg Becker1-15/+59
2019-08-19features: Remove stage symlinks (#12072)Tamara Dahlgren1-5/+15
2019-07-19Fix #11240 (#11995)albestro1-0/+25
2019-07-12find_libraries searches lib and lib64 before prefix (#11958)Tim Fuller1-1/+19
2019-07-12'spack compiler add' resolves relative path to absolute path (#11792)Carson Woods1-0/+1
2019-06-20Resources: use expanded archive name by default (#11688)Peter Scheibel1-2/+34
2019-06-11Add additional common C++ and Fortran header file extensions (#11600)Adam J. Stewart1-1/+8
2019-06-07Compiler search uses a pool of workers (#10190)Massimiliano Culpo6-32/+85
2019-06-05tty: make tty.* print exception typesTamara Dahlgren1-0/+6
2019-05-26link_tree: add option to merge link trees with relative targetsTodd Gamblin1-25/+40
2019-05-26commands: Add --header and --update options to `spack commands`Todd Gamblin1-3/+3
2019-04-10Maintain a view for an environment (#10017)Peter Scheibel1-4/+21
2019-03-29Update llnl.util.lang.memoized so that Sphinx can extract signature (#11055)Massimiliano Culpo1-18/+12
2019-03-28Spack can be extended with external commands (#8612)Massimiliano Culpo1-0/+32
2019-03-08Fix find_headers to also look for C++ headers and Fortran modules (#10798)Michael Kuhn1-3/+6
2019-02-28Added a sub-command to show if packages are relocatable (#9199)Massimiliano Culpo1-1/+1
2019-02-26Use Package.headers for -I options (#10623)Massimiliano Culpo1-0/+48
2019-02-13Allow tty output to be timestamped (#10554)sknigh1-4/+88
2019-02-13enh: allow time like HH:MM in date strings. (#10034)Matthias Wolf1-1/+6
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin12-12/+12
2019-01-01Improve validation of modules.yaml (#9878)Massimiliano Culpo1-0/+3
2018-11-09fix bad regular expressions and docstrings with '\'Todd Gamblin1-3/+3
2018-11-09env: environments can be named or created in directoriesTodd Gamblin1-0/+24
2018-11-09config: allow env.yaml to contain configuration in a single fileTodd Gamblin2-2/+22
2018-10-24bugfix: use OS default permissions for mkdirp when mode is not provided (#9604)Todd Gamblin1-4/+13
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin12-276/+46
2018-10-11permissions: add permission configuration to packages.yaml (#8773)Greg Becker1-2/+23
2018-09-25Increase and customize lock timeouts (#9219)Peter Scheibel1-71/+133
2018-08-17install_tree: symlink handling and add 'ignore' option (#9019)scheibelp1-14/+54
2018-08-15install_tree, copy_tree can install into existing directory structures (#8289)Adam J. Stewart1-12/+85
2018-08-07Fix performance issue when compiling. (#8828)cedricchevalier191-4/+3
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