summaryrefslogtreecommitdiff
path: root/lib/spack/spack/multimethod.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-06Introduce `default_args` context manager (#39964)Harmen Stoppels1-0/+8
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-2/+2
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-8/+12
2022-07-31black: reformat entire repository with blackTodd Gamblin1-36/+31
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+2
2021-07-02Add `when` context manager to group common constraints in packages (#24650)Massimiliano Culpo1-54/+86
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-10-17multimethods: avoid calling caller_locals() in Python 3 (#13238)Todd Gamblin1-9/+32
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-06multimethod: slight refactoring, documentation for code reviewGregory Becker1-38/+38
2018-12-06fix MRO for multimethod.__call__ using iterative algorithm.Gregory Becker1-8/+21
2018-12-06multimethod uses Spec() instead of parse_anonymous_spec()Todd Gamblin1-16/+9
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
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-10-24remove wildcards from make spack core and packagesTodd 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-03-11Make multimethods work with inheritance. (#3411)Todd Gamblin1-3/+9
2016-10-25multimethod.py : calls functools.wraps before returning the correct method fi...Massimiliano Culpo1-1/+11
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-8/+7
2016-06-27Rename spack.architecture.sys_type() to spack.architecture.platform()Todd Gamblin1-1/+1
2016-05-17Merge branch 'features/cflags' into developTodd Gamblin1-2/+2
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-05-11Changed spec syntax for new parts from modules featureGregory Becker1-2/+2
2016-03-07Fix code block in docs.Todd Gamblin1-17/+19
2016-01-02depends_on and when multimethod support booleanalalazo1-3/+6
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-05-10relations are now "directives", and code is cleaned up.Todd Gamblin1-1/+1
2014-06-22Better satisfies: e.g., v4.7.3 now satisfies v4.7Todd Gamblin1-1/+1
2014-03-14Moving utilities to a common LLNL package.Todd Gamblin1-1/+2
2014-01-12Remove trailing whitespace from license textTodd Gamblin1-5/+5
2014-01-08Add license to python files and spack script.Todd Gamblin1-0/+24
2014-01-07Change multimethods to take first match instead of being rigid.Todd Gamblin1-34/+17
2014-01-06More packaging docsTodd Gamblin1-1/+1
2014-01-06Local specs now called "anonymous specs"Todd Gamblin1-2/+2
2013-12-25Some fixes recommended by PyCharmTodd Gamblin1-1/+1
2013-12-23constrain() now consistent with satisfies()Todd Gamblin1-11/+0
2013-12-22Fix for SPACK-13, and satisfies() now handles deps.Todd Gamblin1-12/+30
2013-12-21SPACK-2: Multimethods for specs.Todd Gamblin1-0/+211