summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/path.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-27External finding: update default paths; treat .bat as executable on Windows (...John W. Parent1-1/+1
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-106/+0
2023-09-15Group primitive url/path handling functions together (#40028)Massimiliano Culpo1-9/+0
2023-07-24Fix broken `sanitize_file_path` (#38926)Harmen Stoppels1-24/+10
2023-04-04filter __spack_path_placeholder__ in generated module files after buildcache ...Harmen Stoppels1-1/+1
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-6/+4
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-13config: make path replacements lazy (#34758)Todd Gamblin1-23/+23
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-2/+1
2022-11-14Add `$date` option to the list of config variables (#33875)psakievich1-0/+3
2022-11-08use pwd for usernames on unix (#19980)Greg Becker1-1/+13
2022-11-06canonicalize_path: add arch information to substitutions (#29810)Greg Becker1-0/+28
2022-09-30develop: canonicalize dev paths and base relative paths on `env.path` (#30075)Greg Becker1-3/+8
2022-09-26Fetching/decompressing: use magic numbers (#31589)John W. Parent1-0/+9
2022-08-30Environments: Add support for include URLs (#29026)Tamara Dahlgren1-1/+8
2022-08-09Reduce installation noise: filter path padding and make some details debug le...Tamara Dahlgren1-0/+20
2022-07-31black: reformat entire repository with blackTodd Gamblin1-39/+39
2022-06-04Sanitize filepath from URL (#30625)John W. Parent1-0/+36
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-17/+31
2022-03-17"spack commands --update-completion"John Parent1-0/+8
2022-03-17Path handling (#28402)John W. Parent1-35/+103
2022-03-17Expand external find for Windows (#27588)John Parent1-0/+31
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-28config: fix `SPACK_DISABLE_LOCAL_CONFIG`, remove `$user_config_path` (#27022)Todd Gamblin1-2/+0
2021-10-26config: overrides for caches and system and user scopes (#26735)Harmen Stoppels1-4/+8
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-08-09installation: filter padding from all `tty` outputTodd Gamblin1-0/+17
2021-07-12build output: filter padding out of console output when `padded_length` is us...Todd Gamblin1-1/+75
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+1
2021-03-04Allow relative paths in config files (relative to file dirname) (#21996)Greg Becker1-7/+29
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-12move sbang to unpadded install tree root (#19640)Greg Becker1-25/+25
2020-05-14Support os-specific $padding in config:install_treeScott Wittenburg1-0/+73
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-08-06mirrors: mirror config should use spack variable expansions (#9027)Greg Becker1-3/+9
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-2/+4
2018-05-17init: simplify import ordering in __init__.pyTodd Gamblin1-0/+2
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-21Add environment variables to path substitutionMatthew Scott Krafczyk1-1/+3
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2016-10-30source_cache, misc_cache, verify_ssl, checksum, & dirty in config.yamlTodd Gamblin1-2/+6
2016-10-30Move temp directory configuration to config.yamlTodd Gamblin1-0/+68