summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/naming.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-4/+2
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-3/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-3/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-53/+52
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+3
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-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-1/+1
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-05-26Fix typo in mod_to_class docstring (#4371)Adam J. Stewart1-1/+1
2017-04-27Convert rest docstrings to Google docstrings. (#3994)Todd Gamblin1-4/+8
2017-04-03Overhaul Spack's URL parsing (#2972)Adam J. Stewart1-0/+45
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-1/+1
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-17/+18
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-01-17Fix create, diy, edit, and repo commands to use multiple repos.Todd Gamblin1-1/+24
2015-11-22Working PackageFinder / RepoTodd Gamblin1-2/+30
2015-11-12Fix and move NamespaceTrie to spack.util.namingTodd Gamblin1-1/+68
2015-08-24Save progress. import gov.llnl.spack.mpich works.Todd Gamblin1-0/+31
2014-06-22Add CompilerSpec class and loading capability.Todd Gamblin1-0/+61