Age | Commit message (Expand) | Author | Files | Lines |
2022-06-06 | Package: Don't warn for missing source on bundle packages without code (#30913) | Chuck Atkins | 2 | -1/+19 |
2022-06-04 | Sanitize filepath from URL (#30625) | John W. Parent | 3 | -75/+123 |
2022-06-02 | Use stable URLs for patch-diff GitHub patches (#30953) | Adam J. Stewart | 1 | -1/+2 |
2022-05-31 | Fix module support for oneapi compilers (#28901) | Robert Cohn | 1 | -0/+8 |
2022-05-30 | CUDA: make cuda_arch sticky (#30910) | Adam J. Stewart | 1 | -0/+1 |
2022-05-28 | 0.18.0.dev0 -> 0.19.0.dev0 (#30907) | Todd Gamblin | 1 | -1/+1 |
2022-05-28 | refactor: packages import `spack.package` explicitly (#30404) | Tom Scogland | 80 | -3362/+3420 |
2022-05-27 | target optimization: re-norm optimization scale so that 0 is best. (#29926) | Greg Becker | 3 | -16/+34 |
2022-05-28 | update tutorial command for v0.18.0 and new gpg key (#30904) | Greg Becker | 1 | -1/+1 |
2022-05-26 | Revert "strip -Werror: all specific or none (#30284)" (#30878) | Scott Wittenburg | 5 | -127/+3 |
2022-05-26 | Remove the warning that Spack prints at each spec (#30872) | Massimiliano Culpo | 2 | -3/+7 |
2022-05-26 | ci: Support secure binary signing on protected pipelines (#30753) | Scott Wittenburg | 5 | -78/+322 |
2022-05-26 | bugfix: do not compute `package_hash` for old concrete specs (#30861) | Todd Gamblin | 2 | -35/+50 |
2022-05-24 | buildcache: Update layout and signing (#30750) | Scott Wittenburg | 12 | -137/+549 |
2022-05-24 | Add a command to generate a local mirror for bootstrapping (#28556) | Massimiliano Culpo | 7 | -45/+523 |
2022-05-24 | Best effort co-concretization (iterative algorithm) (#28941) | Massimiliano Culpo | 10 | -204/+530 |
2022-05-24 | environments: fail gracefully on missing keys (#26378) | Seth R. Johnson | 1 | -1/+8 |
2022-05-24 | Update regex to correctly identify quoted args (#23494) | edwardsp | 1 | -1/+1 |
2022-05-24 | compiler flags: imposed hashes impose the lack of additional compiler flags (... | Greg Becker | 1 | -0/+5 |
2022-05-24 | strip -Werror: all specific or none (#30284) | Tom Scogland | 5 | -3/+127 |
2022-05-24 | specs: emit better parsing errors for specs. (#24860) | Todd Gamblin | 5 | -27/+33 |
2022-05-23 | Documentation and new method for `CachedCMakePackage` build system (#22706) | Greg Becker | 3 | -0/+128 |
2022-05-23 | archspec: add oneapi and dpcpp flag support (#30783) | Massimiliano Culpo | 2 | -1/+323 |
2022-05-23 | Deprecate `spack:concretization` over `concretizer:unify` (#30038) | Harmen Stoppels | 11 | -41/+138 |
2022-05-21 | Fix toolchain detection for oneapi/dpcpp compilers (#30775) | Glenn Johnson | 1 | -1/+2 |
2022-05-20 | errors: model error messages as an optimization problem (#30669) | Greg Becker | 8 | -244/+387 |
2022-05-19 | Non-existent upstream is not fatal (#30746) | Jordan Galby | 1 | -3/+1 |
2022-05-19 | Fix spack install chgrp on symlinks (#30743) | Jordan Galby | 3 | -4/+7 |
2022-05-19 | Don't try to mkdir upstream directory when nonexistent (#30744) | Jordan Galby | 1 | -2/+2 |
2022-05-18 | Add license dir to config (#30135) | robgics | 8 | -16/+40 |
2022-05-18 | bugfix: handle new `dag_hash()` on old concrete specs gracefully. (#30678) | Todd Gamblin | 4 | -21/+124 |
2022-05-18 | vendored externals: update archspec (#30683) | Massimiliano Culpo | 4 | -38/+109 |
2022-05-18 | Compiler wrapper: fix globbing and debug out.log bell chars (#30699) | Harmen Stoppels | 1 | -2/+4 |
2022-05-17 | Mark test_repo_last_mtime xfail on Python < 3.5 (#30696) | Massimiliano Culpo | 1 | -1/+4 |
2022-05-16 | Avoid calling a method on a NoneType object (#30637) | andymwood | 1 | -1/+2 |
2022-05-16 | bugfix: use deterministic edge order for `spack graph` (#30681) | Todd Gamblin | 2 | -4/+6 |
2022-05-15 | Introduce GroupedExceptionHandler and use it to simplify bootstrap error hand... | Danny McClanahan | 4 | -37/+143 |
2022-05-15 | Fix for `spack stage` command not extracting packages in custom paths (#30448) | Alberto Invernizzi | 2 | -7/+4 |
2022-05-14 | uninstall: fix dependency check (#30674) | Michael Kuhn | 1 | -1/+1 |
2022-05-13 | Preserve Permissions on .zip extraction (#30407) | John W. Parent | 1 | -9/+11 |
2022-05-13 | directory_layout: remove outdated checks for old DAG hash | Todd Gamblin | 2 | -34/+6 |
2022-05-13 | full hash: fix uninstall and gc with full hash DB | Todd Gamblin | 3 | -5/+26 |
2022-05-13 | concretizer: enable hash reuse with full hash | Todd Gamblin | 7 | -87/+156 |
2022-05-13 | bugfix: tests trying to ignore package changes should use `build_hash` | Todd Gamblin | 3 | -5/+15 |
2022-05-13 | Remove all uses of `runtime_hash`; document lockfile formats and fix tests | Todd Gamblin | 14 | -841/+2719 |
2022-05-13 | `content_hash()`: make it work on abstract specs | Todd Gamblin | 4 | -40/+78 |
2022-05-13 | spec: fix serialization, avoid double call to node_dict_with_hashes | Todd Gamblin | 1 | -1/+4 |
2022-05-13 | hashes: revert `spack monitor` hash changes to preserve original protocol | Todd Gamblin | 4 | -14/+17 |
2022-05-13 | fix full hash calls in `spack graph` | Todd Gamblin | 1 | -4/+4 |
2022-05-13 | remove no longer needed full hash check | Todd Gamblin | 1 | -6/+1 |