summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-24tests: finish removing pyqver from the repository (#14294)Todd Gamblin2-2/+2
2019-12-24tests: check min required python version with vermin (#14289)Massimiliano Culpo12-769/+12
2019-12-24a64fx: fix typo in GCC flags (#14286)t-karatsu1-2/+2
2019-12-24Merge branch 'releases/v0.13' into developTodd Gamblin1-1/+1
2019-12-23version bump: 0.13.3Todd Gamblin1-1/+1
2019-12-23performance: dont' read `spec.yaml` files twice in view regenerationTodd Gamblin2-4/+8
2019-12-23performance: don't recompute hashes when regenerating environmentsTodd Gamblin2-4/+9
2019-12-23performance: reduce system calls required for remove_dead_linksTodd Gamblin1-4/+2
2019-12-23performance: only regenerate env views once in `spack install`Todd Gamblin2-9/+29
2019-12-23performance: add read transactions for `install_all()` and `install()`Todd Gamblin1-31/+35
2019-12-23lock transactions: avoid redundant reading in write transactionsTodd Gamblin2-1/+62
2019-12-23lock transactions: ensure that nested write transactions writeTodd Gamblin2-1/+64
2019-12-23lock transactions: fix non-transactional writesTodd Gamblin4-172/+285
2019-12-23performance: avoid repeated DB locking on view generationTodd Gamblin1-10/+13
2019-12-23performance: speed up `spack find` in environmentsTodd Gamblin1-7/+11
2019-12-23performance: `spack spec` should use a read transacction with -ITodd Gamblin1-9/+26
2019-12-23concretization: improve performance by avoiding database locksTodd Gamblin1-4/+6
2019-12-23performance: memoize spack.architecture.get_platform()Todd Gamblin2-0/+8
2019-12-23use `sys.executable` instead of `python` in `_source_single_file` (#14252)Sajid Ali1-1/+1
2019-12-23Patch fetching: remove unnecessary argumentPeter Josef Scheibel3-8/+4
2019-12-23Mirrors: skip attempts to fetch BundlePackagesPeter Josef Scheibel1-0/+10
2019-12-23Mirrors: avoid re-downloading patchesPeter Josef Scheibel2-20/+28
2019-12-23Mirrors: perform checksum of fetched sourcesPeter Josef Scheibel1-0/+1
2019-12-23Mirrors: fix cosmetic symlink targetsPeter Josef Scheibel2-1/+34
2019-12-23Allow repeated invocations of 'mirror create'Peter Josef Scheibel1-0/+6
2019-12-23mirror bug fixes: symlinks, duplicate patch names, and exception handling (#1...Paul Ferrell4-17/+24
2019-12-23performance: dont' read `spec.yaml` files twice in view regenerationTodd Gamblin2-4/+8
2019-12-23performance: don't recompute hashes when regenerating environmentsTodd Gamblin2-4/+9
2019-12-23performance: reduce system calls required for remove_dead_linksTodd Gamblin1-4/+2
2019-12-23performance: only regenerate env views once in `spack install`Todd Gamblin2-9/+29
2019-12-23performance: add read transactions for `install_all()` and `install()`Todd Gamblin1-31/+35
2019-12-23lock transactions: avoid redundant reading in write transactionsTodd Gamblin2-1/+62
2019-12-23lock transactions: ensure that nested write transactions writeTodd Gamblin2-1/+64
2019-12-23lock transactions: fix non-transactional writesTodd Gamblin4-172/+285
2019-12-23performance: avoid repeated DB locking on view generationTodd Gamblin1-10/+13
2019-12-21use `sys.executable` instead of `python` in `_source_single_file` (#14252)Sajid Ali1-1/+1
2019-12-20microarchitectures: fix ppc flags for clang (#14196)Massimiliano Culpo2-18/+10
2019-12-20Fetching from URLs falls back to mirrors if they exist (#13881)Massimiliano Culpo9-85/+198
2019-12-19Add missing __init__.py under test, and correct bad file name from #13889. (#...Chris Green2-0/+4
2019-12-18package_sanity: add a test to enforce no nonexisting dependencies in builtinTodd Gamblin1-0/+16
2019-12-18possible_dependencies() now reports missing dependenciesTodd Gamblin2-15/+48
2019-12-18package: add spack.package.possible_dependencies methodTodd Gamblin2-4/+53
2019-12-18performance: speed up `spack find` in environmentsTodd Gamblin1-7/+11
2019-12-18performance: `spack spec` should use a read transacction with -ITodd Gamblin1-9/+26
2019-12-18concretization: improve performance by avoiding database locksTodd Gamblin1-4/+6
2019-12-18performance: memoize spack.architecture.get_platform()Todd Gamblin2-0/+8
2019-12-18bugfix: don't fail if checking for "real" compiler versionTodd Gamblin1-1/+6
2019-12-18bugfix: `pgcc -V` returns 2 on power machinesTodd Gamblin2-3/+9
2019-12-17Fix argparse rST parsing of help messages (#14014)Adam J. Stewart1-2/+3
2019-12-17microarchitectures: readable names for AArch64 vendors (#13825)Massimiliano Culpo4-29/+102