Age | Commit message (Expand) | Author | Files | Lines |
2023-05-02 | Disable module file generation by default (#37258) | Massimiliano Culpo | 3 | -13/+50 |
2023-05-01 | Factor YAML manifest manipulation out of the Environment class (#36927) | Massimiliano Culpo | 14 | -502/+978 |
2023-04-28 | Spec.format: fix bug in dependency hash formatting (#37073) | Greg Becker | 2 | -60/+58 |
2023-04-28 | Reduce the number of stat calls in "spack verify" (#37251) | Harmen Stoppels | 2 | -66/+47 |
2023-04-28 | Add container images supporting RHEL alternatives (#36713) | Jonathon Anderson | 1 | -0/+84 |
2023-04-25 | require: do not allow additional properties (#37174) | Harmen Stoppels | 1 | -0/+1 |
2023-04-24 | Copy more logs to CI artifacts (#36783) | Adam J. Stewart | 1 | -8/+8 |
2023-04-21 | Windows: shell variables are case-insensitive (#36813) | John W. Parent | 2 | -1/+34 |
2023-04-21 | Enable verify tests on windows (#36975) | markus-ferrell | 1 | -5/+0 |
2023-04-21 | Enable versions cmd tests on windows (#36974) | markus-ferrell | 1 | -4/+0 |
2023-04-21 | Enable test suite tests on windows (#36966) | markus-ferrell | 1 | -2/+1 |
2023-04-21 | Enable database tests for windows (#36968) | markus-ferrell | 1 | -6/+0 |
2023-04-21 | Enable config values tests on windows (#36969) | markus-ferrell | 1 | -3/+0 |
2023-04-21 | Enable graph tests on windows (#36967) | markus-ferrell | 1 | -4/+0 |
2023-04-21 | Update archspec to latest release (#37070) | Massimiliano Culpo | 4 | -23/+209 |
2023-04-20 | Use core API to create a Makefile during bootstrapping (#37023) | Massimiliano Culpo | 1 | -8/+6 |
2023-04-19 | make version(...) kwargs explicit (#36998) | Harmen Stoppels | 4 | -31/+97 |
2023-04-19 | Extract depfile logic from cli command into a core module (#36995) | Harmen Stoppels | 3 | -156/+317 |
2023-04-19 | installer.py: drop build edges of installed packages by default (#36707) | Alec Scott | 2 | -1/+52 |
2023-04-18 | editing: add higher-precedence `SPACK_EDITOR` environment variable | Todd Gamblin | 4 | -4/+57 |
2023-04-18 | refactor: unify use of spack.util.editor | Todd Gamblin | 3 | -59/+107 |
2023-04-18 | Fix compilation on Cray (target: any) (#37011) | Massimiliano Culpo | 2 | -0/+29 |
2023-04-18 | spack ci: preserve custom attributes in build jobs (#36651) | Jonathon Anderson | 3 | -96/+79 |
2023-04-18 | Revert addition of SPACK_EDITOR pending review. | Todd Gamblin | 5 | -160/+62 |
2023-04-18 | editing: add higher-precedence `SPACK_EDITOR` environment variable | Todd Gamblin | 4 | -4/+57 |
2023-04-18 | refactor: unify use of spack.util.editor | Todd Gamblin | 3 | -59/+104 |
2023-04-17 | Allow users to remove items from hierarchy per-path (#31351) | Greg Becker | 4 | -2/+34 |
2023-04-17 | Revert "move depfile logic into its own module, separate traversal logic from... | Harmen Stoppels | 2 | -264/+147 |
2023-04-17 | move depfile logic into its own module, separate traversal logic from model (... | Harmen Stoppels | 2 | -147/+264 |
2023-04-14 | Change environment modifications to escape with double quotes (#36789) | Doug Jacobsen | 2 | -3/+42 |
2023-04-14 | gitlab ci: Better tagging of "service" jobs (#36846) | Scott Wittenburg | 1 | -0/+50 |
2023-04-14 | netcdf: fix bugs introduced with multiple build systems split (#36825) | Massimiliano Culpo | 2 | -9/+11 |
2023-04-13 | Resolve `<include-fragment>` tags e.g. in github release pages (#36674) | Wouter Deconinck | 4 | -2/+70 |
2023-04-13 | containerize: strip binaries in a less aggressive way (#36683) | Massimiliano Culpo | 2 | -0/+22 |
2023-04-11 | Windows/MSVC: propagate all VCVARS changes to Spack env (#36582) | John W. Parent | 1 | -4/+5 |
2023-04-11 | Windows testing: reenable tests for "spack dependents" (#36786) | markus-ferrell | 2 | -6/+0 |
2023-04-11 | Remove a unit-test that monkey-patches os.stat (#36757) | Harmen Stoppels | 1 | -42/+0 |
2023-04-10 | Ci backwards compat (#36045) | kwryankrattiger | 5 | -25/+266 |
2023-04-07 | Fix incorrect reformatting of spack.yaml (#36698) | Massimiliano Culpo | 3 | -55/+101 |
2023-04-06 | spack install: fail if --log-file and not --log-format (#36684) | Massimiliano Culpo | 1 | -0/+4 |
2023-04-05 | Update archspec to HEAD of develop (#36657) | Massimiliano Culpo | 3 | -12/+62 |
2023-04-04 | Add workflow:rules:always to spack ci output (#36011) | Jonathon Anderson | 1 | -0/+3 |
2023-04-04 | Make spack config update work on environments (#36542) | Harmen Stoppels | 3 | -21/+46 |
2023-04-04 | filter __spack_path_placeholder__ in generated module files after buildcache ... | Harmen Stoppels | 2 | -2/+2 |
2023-04-03 | modules: remove default symlink on uninstall (#36454) | Xavier Delaruelle | 2 | -0/+16 |
2023-04-03 | Improve Dockerfile recipe generation (#35187) | Massimiliano Culpo | 4 | -11/+142 |
2023-04-03 | Rework error handling within the ASP logic program (#36536) | Massimiliano Culpo | 4 | -123/+122 |
2023-04-03 | modules: correctly detect explicit installation (#36533) | Xavier Delaruelle | 16 | -47/+78 |
2023-03-31 | Allow configurable stage names (#36509) | John W. Parent | 4 | -6/+20 |
2023-03-31 | compiler wrapper: fix -Xlinker parsing (#35929) | Harmen Stoppels | 2 | -35/+123 |