summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/flag_handlers.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-11cmake: drop CMAKE_STATIC_LINKER_FLAGS (#40423)Victor Brunini1-1/+0
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-02Bugfix for spec objects modified by flag handlers (#33682)Greg Becker1-0/+12
2022-07-31black: reformat entire repository with blackTodd Gamblin1-46/+48
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-90/+53
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+5
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-05-09modules: use new `module` function instead of `get_module_cmd` (#8570)Greg Becker1-1/+2
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-10-09Make builtin flag handlers available in package scope (#8668)Greg Becker1-8/+9
2018-09-06test: Make flag_handlers tests use mock repo (#9132)Michael Kuhn1-9/+9
2018-07-19style: make core comply with pep8-namingTodd Gamblin1-3/+3
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-0/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-18Fix type issues with setting flag handlers (#6960)becker331-1/+13
2017-12-20Compiler flag handlers (#6415)becker331-0/+176