summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/directory_layout.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-1/+2
2023-08-14Windows: enable "spack install" tests (#34696)markus-ferrell1-5/+10
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-2/+2
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-4/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-28warn about removal of deprecated format strings (#34101)Greg Becker1-1/+1
2022-11-22Revert "Warn about removal of deprecated format strings (#33829)" (#34056)Massimiliano Culpo1-1/+1
2022-11-22Warn about removal of deprecated format strings (#33829)Greg Becker1-1/+1
2022-11-11Speed-up unit tests by caching default mock concretization (#33755)Massimiliano Culpo1-7/+4
2022-10-11Refactor a few classes related to package repositories (#32273)Massimiliano Culpo1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-32/+24
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-2/+4
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-10/+9
2022-05-13hashes: remove full_hash and build_hash from spackScott Wittenburg1-7/+1
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-10/+2
2022-03-17Update tests support for WindowsBetsy McPhail1-0/+9
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford1-12/+12
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+5
2021-03-08Fix `spack graph` when deptypes are filtered (#22121)Harmen Stoppels1-1/+1
2021-02-18Testing: use spack.store.use_store everywhere (#21656)Massimiliano Culpo1-17/+8
2021-02-10repo: generalize "swap" context manager to also accept pathsMassimiliano Culpo1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-09-25refactor install_tree to use projections format (#18341)Greg Becker1-18/+20
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-07-11Rename build logs and make names consistent (#11806)Tamara Dahlgren1-9/+14
2019-06-08concretization: don't apply build-dep constraints for installed packages (#11...Peter Scheibel1-1/+1
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-5/+5
2019-04-02Fix directory layout using namespace (#11076)Tim Fuller1-0/+7
2019-03-27spack chain (#8772)Peter Scheibel1-1/+5
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-17use os.path.join instead of join_path in coreTodd Gamblin1-3/+1
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-2/+2
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-20/+16
2018-05-17tests: rename builtin_mock to "mock_packages" for clarity.Todd Gamblin1-3/+3
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-1/+2
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-03-23Add the ability to separate architecture in path scheme (#4329)Mario Melara1-1/+7
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-3/+5
2017-09-11clean up concreteness detectionTodd Gamblin1-2/+6
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-05Merge pull request #2789 from paulhopkins/features/allow_package_installation...scheibelp1-1/+42
2017-04-05Allow installation directory layout to be configured using either hashPaul Hopkins1-1/+42
2017-03-31Use key sorting instead of cmp()Todd Gamblin1-8/+10
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo1-159/+157
2016-09-01Update tests to reflect new in-memory hashing vs. coarser dag_hash.Todd Gamblin1-7/+18