Age | Commit message (Expand) | Author | Files | Lines |
2020-01-02 | refactor: cleanup imports in spec.py | Todd Gamblin | 9 | -169/+167 |
2020-01-02 | bugfix: cdash tests shoudln't modify working directory | Todd Gamblin | 1 | -8/+9 |
2020-01-01 | tests: improved `spack test` command line options | Todd Gamblin | 4 | -61/+264 |
2019-12-31 | Modify create clue list so R packages are detected (#12277) | Glenn Johnson | 1 | -1/+1 |
2019-12-31 | tests: move mock config.yaml files to common directory | Todd Gamblin | 5 | -15/+8 |
2019-12-31 | config: remove all module-scope calls to spack.config.get() | Todd Gamblin | 4 | -16/+27 |
2019-12-31 | modules: make the module hook more robust | Todd Gamblin | 1 | -8/+12 |
2019-12-31 | hooks: remove pre_run hook to improve startup time. | Todd Gamblin | 3 | -49/+0 |
2019-12-30 | copyright: update copyright dates for 2020 (#14328) | Todd Gamblin | 418 | -422/+422 |
2019-12-30 | bugfix: add required fixture for CDash authentication test (#14325) | Todd Gamblin | 1 | -1/+1 |
2019-12-30 | Add support for authenticated CDash uploads (#14200) | Zack Galbreath | 4 | -3/+35 |
2019-12-30 | refactor: rename mock_config fixture to mock_low_high_config | Todd Gamblin | 4 | -31/+32 |
2019-12-30 | argparse: lazily construct common arguments | Todd Gamblin | 3 | -72/+120 |
2019-12-30 | tests: refactor tests to avoid persistent global state | Todd Gamblin | 16 | -90/+141 |
2019-12-30 | tests: make env tests that use configs non-destructive | Todd Gamblin | 1 | -10/+10 |
2019-12-30 | package_prefs: move class-level cache to PackagePref instance | Todd Gamblin | 5 | -57/+11 |
2019-12-28 | externals: avoid importing jinja2 on startup (#14308) | Todd Gamblin | 2 | -5/+6 |
2019-12-28 | bugfix: colify_table should not revert to 1 column for non-tty (#14307) | Todd Gamblin | 1 | -4/+13 |
2019-12-27 | Improve info variant header (#14275) | Dr. Christian Tacke | 1 | -1/+3 |
2019-12-24 | tests: finish removing pyqver from the repository (#14294) | Todd Gamblin | 2 | -2/+2 |
2019-12-24 | tests: check min required python version with vermin (#14289) | Massimiliano Culpo | 12 | -769/+12 |
2019-12-24 | a64fx: fix typo in GCC flags (#14286) | t-karatsu | 1 | -2/+2 |
2019-12-24 | Merge branch 'releases/v0.13' into develop | Todd Gamblin | 1 | -1/+1 |
2019-12-23 | version bump: 0.13.3 | Todd Gamblin | 1 | -1/+1 |
2019-12-23 | performance: dont' read `spec.yaml` files twice in view regeneration | Todd Gamblin | 2 | -4/+8 |
2019-12-23 | performance: don't recompute hashes when regenerating environments | Todd Gamblin | 2 | -4/+9 |
2019-12-23 | performance: reduce system calls required for remove_dead_links | Todd Gamblin | 1 | -4/+2 |
2019-12-23 | performance: only regenerate env views once in `spack install` | Todd Gamblin | 2 | -9/+29 |
2019-12-23 | performance: add read transactions for `install_all()` and `install()` | Todd Gamblin | 1 | -31/+35 |
2019-12-23 | lock transactions: avoid redundant reading in write transactions | Todd Gamblin | 2 | -1/+62 |
2019-12-23 | lock transactions: ensure that nested write transactions write | Todd Gamblin | 2 | -1/+64 |
2019-12-23 | lock transactions: fix non-transactional writes | Todd Gamblin | 4 | -172/+285 |
2019-12-23 | performance: avoid repeated DB locking on view generation | Todd Gamblin | 1 | -10/+13 |
2019-12-23 | performance: speed up `spack find` in environments | Todd Gamblin | 1 | -7/+11 |
2019-12-23 | performance: `spack spec` should use a read transacction with -I | Todd Gamblin | 1 | -9/+26 |
2019-12-23 | concretization: improve performance by avoiding database locks | Todd Gamblin | 1 | -4/+6 |
2019-12-23 | performance: memoize spack.architecture.get_platform() | Todd Gamblin | 2 | -0/+8 |
2019-12-23 | use `sys.executable` instead of `python` in `_source_single_file` (#14252) | Sajid Ali | 1 | -1/+1 |
2019-12-23 | Patch fetching: remove unnecessary argument | Peter Josef Scheibel | 3 | -8/+4 |
2019-12-23 | Mirrors: skip attempts to fetch BundlePackages | Peter Josef Scheibel | 1 | -0/+10 |
2019-12-23 | Mirrors: avoid re-downloading patches | Peter Josef Scheibel | 2 | -20/+28 |
2019-12-23 | Mirrors: perform checksum of fetched sources | Peter Josef Scheibel | 1 | -0/+1 |
2019-12-23 | Mirrors: fix cosmetic symlink targets | Peter Josef Scheibel | 2 | -1/+34 |
2019-12-23 | Allow repeated invocations of 'mirror create' | Peter Josef Scheibel | 1 | -0/+6 |
2019-12-23 | mirror bug fixes: symlinks, duplicate patch names, and exception handling (#1... | Paul Ferrell | 4 | -17/+24 |
2019-12-23 | performance: dont' read `spec.yaml` files twice in view regeneration | Todd Gamblin | 2 | -4/+8 |
2019-12-23 | performance: don't recompute hashes when regenerating environments | Todd Gamblin | 2 | -4/+9 |
2019-12-23 | performance: reduce system calls required for remove_dead_links | Todd Gamblin | 1 | -4/+2 |
2019-12-23 | performance: only regenerate env views once in `spack install` | Todd Gamblin | 2 | -9/+29 |
2019-12-23 | performance: add read transactions for `install_all()` and `install()` | Todd Gamblin | 1 | -31/+35 |