Age | Commit message (Expand) | Author | Files | Lines |
2022-01-13 | Python: improve site_packages_dir handling (#28346) | Adam J. Stewart | 3 | -33/+27 |
2022-01-12 | Do not initialize config on spack compiler list (#28042) | Harmen Stoppels | 4 | -11/+37 |
2022-01-12 | bootstrap: fix bootstrapping GnuPG from different macOS versions (#28350) | Massimiliano Culpo | 3 | -8/+27 |
2022-01-12 | unparser: handle package-level loops, if statements, and with blocks | Todd Gamblin | 5 | -74/+1039 |
2022-01-12 | unparser: add unparser unit tests | Todd Gamblin | 3 | -1/+528 |
2022-01-12 | unparser: rename `t` to `node` to mirror upstream | Todd Gamblin | 1 | -359/+363 |
2022-01-12 | unparser: rename `_Class()` methods to `visit_Class()` to mirror upstream | Todd Gamblin | 1 | -75/+75 |
2022-01-12 | unparser: do a better job of roundtripping strings | Todd Gamblin | 1 | -19/+99 |
2022-01-12 | unparser: treat `print(a, b, c)` and `print((a, b, c))` the same | Todd Gamblin | 3 | -18/+453 |
2022-01-12 | commands: add `spack pkg source` and `spack pkg hash` | Todd Gamblin | 3 | -7/+128 |
2022-01-12 | package_hash: switch to using canonical source instead of AST repr | Todd Gamblin | 4 | -108/+120 |
2022-01-12 | unparser: Don't omit parenthesis when unparsing a slice | Todd Gamblin | 1 | -14/+39 |
2022-01-12 | unparser: Don't put unnecessary parentheses on class declarations | Todd Gamblin | 1 | -1/+1 |
2022-01-12 | package_hash: add test to ensure that every package in Spack can be unparsed | Todd Gamblin | 2 | -6/+26 |
2022-01-12 | package_hash: add test to ensure consistency across Python versions | Todd Gamblin | 7 | -0/+2486 |
2022-01-12 | package_hash: fix handling of multimethods and add tests | Todd Gamblin | 2 | -35/+261 |
2022-01-12 | package_hash: rework `RemoveDirectives` and add a test | Todd Gamblin | 3 | -6/+41 |
2022-01-12 | package_hash: remove all unassigned strings, not just docstrings | Todd Gamblin | 2 | -9/+77 |
2022-01-12 | unparser: handle unicode string literals consistently across Python versions | Todd Gamblin | 1 | -2/+16 |
2022-01-12 | unparser: implement operator precedence algorithm for unparser | Todd Gamblin | 6 | -165/+310 |
2022-01-12 | unparser: refactor delimiting with context managers in ast.unparse | Todd Gamblin | 1 | -190/+177 |
2022-01-12 | unparser: add block() context manager for indentation | Todd Gamblin | 1 | -63/+63 |
2022-01-12 | unparse: Make unparsing consistent for 2.7 and 3.5-3.10 | Todd Gamblin | 2 | -13/+71 |
2022-01-12 | externals: add astunparse | Todd Gamblin | 4 | -11/+1011 |
2022-01-12 | Use depends_on over load in lmod module files generated by Spack (#28352) | Harmen Stoppels | 1 | -15/+3 |
2022-01-10 | stage.steal_source: preserve symlinks | Peter Scheibel | 1 | -1/+1 |
2022-01-10 | Python: set default config_vars (#28290) | Adam J. Stewart | 1 | -9/+5 |
2022-01-06 | Fix double space in prompt after 'spack env activate -p' (#28279) | Harmen Stoppels | 1 | -1/+1 |
2022-01-05 | Add function to determine Linux kernel version (#27855) | Andrew W Elble | 1 | -0/+20 |
2021-12-29 | Ensure some version known to Spack can satisfy constraints in `depends_on` (#... | Massimiliano Culpo | 1 | -0/+40 |
2021-12-28 | Fixed typos: 'wtih' instead of 'with' (#28166) | Martin Diehl | 3 | -4/+4 |
2021-12-23 | Merge tag 'v0.17.1' into develop | Massimiliano Culpo | 1 | -1/+1 |
2021-12-23 | New subcommand: spack bootstrap status (#28004) | Massimiliano Culpo | 3 | -0/+200 |
2021-12-23 | Bump version and update CHANGELOG.md | Massimiliano Culpo | 1 | -1/+1 |
2021-12-23 | locks: allow locks to work under high contention (#27846) | Tom Scogland | 1 | -3/+6 |
2021-12-23 | Regenerate views when specs already installed (#28113) | Harmen Stoppels | 1 | -4/+2 |
2021-12-23 | sbang: respect package permissive package permissions for sbang (#25764) | Paul Spencer | 2 | -12/+96 |
2021-12-23 | Add setdefault option to tcl module (#14686) | victorusu | 4 | -18/+69 |
2021-12-23 | Set backup=False by default in filter_file (#28036) | Harmen Stoppels | 1 | -1/+1 |
2021-12-23 | Fix table formatting (#28037) | Harmen Stoppels | 1 | -1/+1 |
2021-12-23 | Revert "patches: make re-applied patches idempotent (#26784)" (#27625) | Harmen Stoppels | 4 | -137/+25 |
2021-12-23 | MANPATH needs a trailing ':' to utilize system defaults (#21682) | Andrew W Elble | 2 | -1/+22 |
2021-12-23 | Added opensuse/leap:15 to spack containerize (#27837) | Christian Goll | 2 | -0/+21 |
2021-12-23 | Provide meaningful message for empty environment installs (#28031) | Tamara Dahlgren | 2 | -9/+26 |
2021-12-23 | Add option to minimize full debug cores. include warning message about perfor... | Greg Becker | 4 | -21/+73 |
2021-12-23 | Install dir creation message demoted to "debug" level (#27911) | Harmen Stoppels | 1 | -2/+1 |
2021-12-23 | Improve debug info from concretizer (#27707) | Greg Becker | 2 | -2/+33 |
2021-12-23 | spack audit: fix API calls (#27713) | Massimiliano Culpo | 1 | -4/+4 |
2021-12-23 | Handle byte sequences which are not encoded as UTF8 while logging. (#21447) | Paul Ferrell | 1 | -1/+6 |
2021-12-23 | ci: run style unit tests only if we target develop (#27472) | Harmen Stoppels | 2 | -2/+17 |