summaryrefslogtreecommitdiff
path: root/lib/spack/spack/abi.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-18abi.py: fix typo, add type-hints (#38216)Greg Becker1-12/+19
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-19/+26
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-03avoid circular import (#20236)Greg Becker1-1/+1
2020-07-24Relax architecture compatibility check (#15972)Dennis Klein1-8/+11
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-08-06libstdc++ detection uses os.path.realpath instead of os.readlink (#8865)Paul Chelarescu1-1/+1
2018-05-18imports: remove unnecessary `import spack` statementsTodd Gamblin1-1/+0
2018-05-17init: simplify import ordering in __init__.pyTodd Gamblin1-2/+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-06-15Prefer vim to vi for default editor (#4230)Adam J. Stewart1-2/+1
2017-04-21Fix ABI detection issues with macOS gcc. (#3854)Todd Gamblin1-1/+8
2016-10-29Import dso_suffix from spack.build_environment in abi.py (#2174)Matthew Scott Krafczyk1-0/+1
2016-09-15Make libstdc++-detection work on Darwin (#1778)Erik Schnetter1-2/+2
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-14/+11
2016-05-18Partial merge of mainline developGregory Becker1-9/+9
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-9/+9
2016-03-22Merged newarch into mergeGregory Becker1-2/+3
2016-03-10Minor tweaks to abi code.Todd Gamblin1-18/+18
2016-02-17Fixed silly typo that gave errors in testsMario Melara1-2/+2
2016-02-16Changed target checking to architecture checking for abi compatibleMario Melara1-3/+4
2016-01-07Cleaned up naming conventions for architecture, split into platform and targetGregory Becker1-4/+4
2015-10-05Allow spack to build against external non-spack-installed packages.Matthew LeGendre1-0/+128