Age | Commit message (Expand) | Author | Files | Lines |
2023-01-04 | Delete outdated externals | Massimiliano Culpo | 187 | -56425/+0 |
2023-01-04 | Use "vendoring" to manage 3rd party dependencies | Massimiliano Culpo | 9 | -66/+50 |
2023-01-04 | Remove dead code that was needed for the old parser (#34792) | Massimiliano Culpo | 1 | -7/+0 |
2023-01-02 | environment view use new traversal (#34662) | Harmen Stoppels | 1 | -11/+11 |
2022-12-30 | Simplify creation of test and install reports (#34712) | Massimiliano Culpo | 11 | -322/+368 |
2022-12-30 | bugfix: setgid tests fail when primary group is unknown (#34729) | Todd Gamblin | 1 | -0/+14 |
2022-12-29 | docs: avoid errors by using type hints instead of doc types (#34707) | Todd Gamblin | 13 | -83/+133 |
2022-12-28 | Consolidate how Spack uses `git` (#34700) | Todd Gamblin | 24 | -154/+138 |
2022-12-27 | spack graph: rework to use Jinja templates and builders (#34637) | Massimiliano Culpo | 4 | -213/+219 |
2022-12-26 | types: fix type annotations and remove novm annootations for llnl module | Todd Gamblin | 2 | -18/+13 |
2022-12-26 | timer: pick a single unit based on max duration. | Harmen Stoppels | 3 | -17/+25 |
2022-12-26 | `spack solve`: use consistent units for time | Todd Gamblin | 2 | -5/+5 |
2022-12-23 | QMakeBuilder: fix bug introduced during multi-bs refactor (#34683) | Adam J. Stewart | 1 | -1/+1 |
2022-12-22 | Fix combine_phase_logs text encoding issues (#34657) | Harmen Stoppels | 2 | -5/+20 |
2022-12-22 | Add `--fresh` to docs to actually upgrade spack environments (#34433) | Alec Scott | 1 | -5/+40 |
2022-12-22 | docs: show module documentation before submodules (#34258) | Todd Gamblin | 1 | -0/+1 |
2022-12-22 | docs: remove monitors and analyzers (#34358) | Todd Gamblin | 3 | -434/+0 |
2022-12-22 | index.json.hash, no fatal error if key cannot be fetched (#34643) | Harmen Stoppels | 2 | -19/+20 |
2022-12-21 | json: remove python 2 only code (#34615) | Harmen Stoppels | 3 | -45/+5 |
2022-12-21 | rocm: make amdgpu_target sticky (#34591) | Cory Bloor | 1 | -0/+1 |
2022-12-21 | urlopen: handle timeout in opener (#34639) | Harmen Stoppels | 1 | -4/+4 |
2022-12-21 | etags for index.json invalidation, test coverage (#34641) | Harmen Stoppels | 4 | -97/+442 |
2022-12-20 | archspec: add support for zen4 (#34609) | Massimiliano Culpo | 7 | -33/+98 |
2022-12-17 | fix != -> == typo (#34568) | Harmen Stoppels | 1 | -1/+1 |
2022-12-16 | Compiler detection: avoid false recognition of MSVC (#34574) | John W. Parent | 1 | -0/+2 |
2022-12-15 | Propagate exceptions from Spack python console (#34547) | Massimiliano Culpo | 1 | -0/+17 |
2022-12-15 | IntelOneApiPackage: add envmods variant to toggle environment modifications b... | Sean Koyama | 1 | -5/+14 |
2022-12-15 | Add a proper deprecation warning for update-index -d (#34520) | Harmen Stoppels | 4 | -5/+38 |
2022-12-15 | Remove warning in download_tarball (#34549) | Harmen Stoppels | 1 | -4/+0 |
2022-12-15 | Forward lookup of the "run_tests" attribute (#34531) | Massimiliano Culpo | 2 | -1/+20 |
2022-12-14 | Revert "Revert "Use `urllib` handler for `s3://` and `gs://`, improve `url_ex... | Harmen Stoppels | 4 | -159/+92 |
2022-12-14 | Use update-index --mirror-url <url> instead of -d <url> (#34519) | Harmen Stoppels | 3 | -3/+3 |
2022-12-13 | Use file paths/urls correctly (#34452) | Harmen Stoppels | 28 | -471/+259 |
2022-12-13 | Don't fetch to order mirrors (#34359) | Harmen Stoppels | 2 | -11/+15 |
2022-12-13 | Fix markdown links in rst files (#34488) | Aidan Heerdegen | 1 | -4/+6 |
2022-12-13 | spack/package.py: improve editor support for some +/- static props (#34319) | Harmen Stoppels | 2 | -20/+20 |
2022-12-13 | scons: fix signature for `install_args` (#34481) | Massimiliano Culpo | 1 | -4/+4 |
2022-12-12 | directives: depends_on should not admit anonymous specs (#34368) | Todd Gamblin | 2 | -1/+15 |
2022-12-12 | intel-oneapi-* conflicts for non linux, x86 (#34441) | Robert Cohn | 1 | -0/+11 |
2022-12-10 | `pkg grep`: use `capfd` instead of executable for tests | Todd Gamblin | 1 | -5/+5 |
2022-12-10 | Revert "Use `urllib` handler for `s3://` and `gs://`, improve `url_exists` th... | Todd Gamblin | 4 | -77/+121 |
2022-12-10 | Use `urllib` handler for `s3://` and `gs://`, improve `url_exists` through HE... | Harmen Stoppels | 4 | -121/+77 |
2022-12-09 | new command: `spack pkg grep` to search package files (#34388) | Todd Gamblin | 3 | -5/+125 |
2022-12-09 | Windows: reenable unit tests (#33385) | John W. Parent | 17 | -32/+88 |
2022-12-09 | binary distribution: warn about issues (#34152) | Harmen Stoppels | 1 | -3/+8 |
2022-12-09 | s3: cache client instance (#34372) | Harmen Stoppels | 4 | -78/+117 |
2022-12-08 | Cray manifest: automatically convert 'cray' platform to 'linux' (#34177) | Peter Scheibel | 3 | -3/+39 |
2022-12-07 | Windows: Prevent SameFileError when rpathing (#34332) | John W. Parent | 1 | -4/+11 |
2022-12-07 | parser: refactor with coarser token granularity (#34151) | Massimiliano Culpo | 14 | -1566/+1505 |
2022-12-06 | compiler flags: fix mixed flags from cli and yaml (#34218) | Greg Becker | 2 | -35/+35 |