Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-21 | use `sys.executable` instead of `python` in `_source_single_file` (#14252) | Sajid Ali | 1 | -1/+1 |
2019-12-20 | microarchitectures: fix ppc flags for clang (#14196) | Massimiliano Culpo | 2 | -18/+10 |
2019-12-20 | Fetching from URLs falls back to mirrors if they exist (#13881) | Massimiliano Culpo | 9 | -85/+198 |
2019-12-19 | Add missing __init__.py under test, and correct bad file name from #13889. (#... | Chris Green | 2 | -0/+4 |
2019-12-18 | package_sanity: add a test to enforce no nonexisting dependencies in builtin | Todd Gamblin | 1 | -0/+16 |
2019-12-18 | possible_dependencies() now reports missing dependencies | Todd Gamblin | 2 | -15/+48 |
2019-12-18 | package: add spack.package.possible_dependencies method | Todd Gamblin | 2 | -4/+53 |
2019-12-18 | performance: speed up `spack find` in environments | Todd Gamblin | 1 | -7/+11 |
2019-12-18 | performance: `spack spec` should use a read transacction with -I | Todd Gamblin | 1 | -9/+26 |
2019-12-18 | concretization: improve performance by avoiding database locks | Todd Gamblin | 1 | -4/+6 |
2019-12-18 | performance: memoize spack.architecture.get_platform() | Todd Gamblin | 2 | -0/+8 |
2019-12-18 | bugfix: don't fail if checking for "real" compiler version | Todd Gamblin | 1 | -1/+6 |
2019-12-18 | bugfix: `pgcc -V` returns 2 on power machines | Todd Gamblin | 2 | -3/+9 |
2019-12-17 | Fix argparse rST parsing of help messages (#14014) | Adam J. Stewart | 1 | -2/+3 |
2019-12-17 | microarchitectures: readable names for AArch64 vendors (#13825) | Massimiliano Culpo | 4 | -29/+102 |
2019-12-14 | match bootstrapped compiler to architecture (#14059) | Greg Becker | 1 | -0/+1 |
2019-12-14 | package hash: gracefully handle @when with non-string args (#14153) | Peter Scheibel | 2 | -26/+45 |
2019-12-13 | Split out CDash options to a separate help document (#13704) | Zack Galbreath | 2 | -12/+57 |
2019-12-13 | Patch fetching: remove unnecessary argument | Peter Josef Scheibel | 3 | -8/+4 |
2019-12-13 | Mirrors: skip attempts to fetch BundlePackages | Peter Josef Scheibel | 1 | -0/+10 |
2019-12-13 | Mirrors: avoid re-downloading patches | Peter Josef Scheibel | 2 | -20/+28 |
2019-12-13 | Mirrors: perform checksum of fetched sources | Peter Josef Scheibel | 1 | -0/+1 |
2019-12-13 | Mirrors: fix cosmetic symlink targets | Peter Josef Scheibel | 2 | -1/+34 |