summaryrefslogtreecommitdiff
path: root/lib/spack/spack/hooks/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-04-03modules: correctly detect explicit installation (#36533)Xavier Delaruelle1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-03Experimental binding of shared ELF libraries (#31948)Harmen Stoppels1-5/+6
2022-07-31black: reformat entire repository with blackTodd Gamblin1-18/+16
2022-07-07removing feature bloat: monitor and analyzers (#31130)Vanessasaurus1-4/+0
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-20Fix bugs in spack monitor (#27511)Vanessasaurus1-0/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-0/+1
2021-05-28Separable module configuration -- without the bugs this time (#23703)Greg Becker1-0/+4
2021-05-17Revert "Separable module configurations (#22588)" (#23674)Harmen Stoppels1-4/+0
2021-05-14Separable module configurations (#22588)Greg Becker1-0/+4
2021-04-27Import hooks using Python's built-in machinery (#23288)Massimiliano Culpo1-52/+66
2021-04-15Merge pull request #21930 from vsoch/add/spack-monitorVanessasaurus1-0/+13
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-31hooks: remove pre_run hook to improve startup time.Todd Gamblin1-6/+0
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-15Feature: installed file verification (#12841)Greg Becker1-1/+7
2019-10-02Remove support for generating dotkit files (#11986)Massimiliano Culpo1-1/+1
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-08-16imports: spack uses importlib instead of imp when availableTodd Gamblin1-2/+2
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-2/+2
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-3/+3
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-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-25hooks take spec as an argument (instead of pkg) (#3967)Massimiliano Culpo1-4/+5
2016-12-13Add a test to ensure package names have the right case. (#2562)Todd Gamblin1-2/+5
2016-09-20lmod : added support for the creation of hierarchical lua module files (#1723)Massimiliano Culpo1-7/+7
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-0/+2
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-02-02Add pre-install and pre-uninstall hooks.Todd Gamblin1-1/+6
2014-12-18Fix for SPACK-49.Todd Gamblin1-1/+4
2014-07-08Adding dotkit support to TAU.Todd Gamblin1-0/+71