summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/multimethod.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-6/+2
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-5/+5
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-58/+63
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-129/+78
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-06Remove the spack.architecture module (#25986)Massimiliano Culpo1-1/+2
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+0
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-12-06multimethod: slight refactoring, documentation for code reviewGregory Becker1-0/+6
2018-12-06fix MRO for multimethod.__call__ using iterative algorithm.Gregory Becker1-1/+38
2018-12-06tests: fully parametrize multimethod testTodd Gamblin1-37/+47
2018-12-06Added test for multimethod inheritanceGregory Becker1-0/+4
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-1/+2
2018-05-17tests: rename builtin_mock to "mock_packages" for clarity.Todd Gamblin1-10/+10
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-2/+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-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-1/+1
2017-03-11Make multimethods work with inheritance. (#3411)Todd Gamblin1-0/+8
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo1-64/+70
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-15/+2
2016-06-27Rename spack.architecture.sys_type() to spack.architecture.platform()Todd Gamblin1-1/+1
2016-05-18more merge workGregory Becker1-20/+2
2016-05-18Partial merge of mainline developGregory Becker1-8/+30
2016-05-17Merge branch 'features/cflags' into developTodd Gamblin1-5/+9
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-04-27Merged in current develop to cflags 042716Gregory Becker1-25/+26
2016-03-24Fixed things from merge.Gregory Becker1-2/+2
2016-03-22Merged newarch into mergeGregory Becker1-15/+12
2016-03-05Revert c5d9ee8924 for bug fixes.Todd Gamblin1-4/+1
2016-03-03Revert "refactoring proposal : turn Stage into a context manager"Todd Gamblin1-1/+4
2016-03-03test : optimized import statementsalalazo1-4/+1
2016-01-15Fixed virtual/cflag combination bugGregory Becker1-5/+5
2016-01-08Fixing the fix and removing debug printingGregory Becker1-1/+0
2016-01-08Fixing multimethod test for new platformsGregory Becker1-1/+5
2016-01-08Fixed target satisfaction and updated tests accordinglyGregory Becker1-14/+8
2016-01-07Cleaned up naming conventions for architecture, split into platform and targetGregory Becker1-6/+6
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-1/+1
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-11-25Rename spack.db -> spack.repoTodd Gamblin1-24/+24
2015-11-10reclaimed the = sign. Architectures now specified by +arch= instead. Decided ...Gregory Becker1-5/+5
2014-10-27Fix long-standing multimethod test error.Todd Gamblin1-4/+4
2014-03-16New, more consistent package directory structure.Todd Gamblin1-24/+24