summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/filesystem.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Maintain a view for an environment (#10017)Peter Scheibel1-4/+21
2019-03-08Fix find_headers to also look for C++ headers and Fortran modules (#10798)Michael Kuhn1-3/+6
2019-02-26Use Package.headers for -I options (#10623)Massimiliano Culpo1-0/+48
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-09env: environments can be named or created in directoriesTodd Gamblin1-0/+24
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 Gamblin1-23/+4
2018-10-11permissions: add permission configuration to packages.yaml (#8773)Greg Becker1-2/+23
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-02libdwarf: remove use of hide_files()Todd Gamblin1-13/+0
2018-06-26views: packages can customize how they're added to views (#7152)scheibelp1-0/+23
2018-06-26bugfix: fix macos incompatibility in lock test (#8573)Todd Gamblin1-0/+17
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 Gamblin1-1/+1
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
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 Gamblin1-1/+1
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 Gamblin1-1/+1
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-09Fix name detection in HeaderList and LibraryList (#5118)Adam J. Stewart1-14/+46
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-03Fix trailing whitespace at the end of headers.cpp_flags (#4957)Adam J. Stewart1-16/+77
2017-07-04Make filesytem more resilient to concurrent updates.Todd Gamblin1-2/+12
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-11filesystem.py: fixed bug introduced in #3367 (scrambled order in output) (#4156)Massimiliano Culpo1-6/+21
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
2017-04-21Fix HPL build, convert to MakefilePackage (#3777)Adam J. Stewart1-0/+49
2017-04-06set_executable can set S_IX{GRP,OTH} (#3742)George Hartzell1-2/+8
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-2/+2
2017-03-09created elf virtual package and updated dependent packages (#3317)Gregory Lee1-0/+13
2017-03-04Allow find_libraries to accept lists or strings (#3363)Adam J. Stewart1-13/+15
2017-01-20Spack: Correct fix_darwin_install_name (#2886)Erik Schnetter1-1/+6
2016-10-30Move temp directory configuration to config.yamlTodd Gamblin1-12/+0
2016-10-11stage : try to remove dead links only of folder that you actually care aboutalalazo1-13/+42
2016-09-21Reworking of `lapack_shared_libs` and similar properties (#1682)Massimiliano Culpo1-33/+164
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-4/+12
2016-08-08Only strip newline chars, not spacesAdam J. Stewart1-1/+1
2016-08-01Merge pull request #1414 from adamjstewart/fixes/filter_filebecker331-7/+9
2016-08-01Fix backup=True for filter_fileAdam J. Stewart1-7/+9
2016-07-25Fix doc for install_tree (cut/paste error)George Hartzell1-1/+1
2016-07-16flake8 fixesDenis Davydov1-0/+2
2016-07-16add to_lib_name() to get library name from a pathDenis Davydov1-3/+7
2016-06-23Fix backup logic in filter_fileAdam J. Stewart1-13/+13
2016-06-15flake8 fixes for filesystem.pyDenis Davydov1-29/+36