summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin4346-4351/+4351
2019-12-30bugfix: add required fixture for CDash authentication test (#14325)Todd Gamblin1-1/+1
2019-12-30Add support for authenticated CDash uploads (#14200)Zack Galbreath4-3/+35
2019-12-30refactor: rename mock_config fixture to mock_low_high_configTodd Gamblin4-31/+32
2019-12-30argparse: lazily construct common argumentsTodd Gamblin3-72/+120
2019-12-30tests: refactor tests to avoid persistent global stateTodd Gamblin16-90/+141
2019-12-30tests: make env tests that use configs non-destructiveTodd Gamblin1-10/+10
2019-12-30package_prefs: move class-level cache to PackagePref instanceTodd Gamblin5-57/+11
2019-12-29Add py-numpy 1.16.6 (#14313)Adam J. Stewart1-0/+1
2019-12-29Add support for graphite2 support to harfbuzz (#14300)Glenn Johnson1-0/+5
2019-12-28externals: avoid importing jinja2 on startup (#14308)Todd Gamblin2-5/+6
2019-12-28bugfix: colify_table should not revert to 1 column for non-tty (#14307)Todd Gamblin1-4/+13
2019-12-28add new package : jafka (#14304)darmac1-0/+29
2019-12-28New package - TECkit (#14301)Glenn Johnson1-0/+29
2019-12-28New package - graphite2 (#14299)Glenn Johnson1-0/+18
2019-12-27setup-env-test: fix pipe redirect (#14306)Johannes Blaschke1-1/+1
2019-12-27Improve info variant header (#14275)Dr. Christian Tacke1-1/+3
2019-12-27New package - libpaper (#14302)Glenn Johnson1-0/+22
2019-12-27added build dependences required after cairo package change (#14297)Gregory Lee1-1/+1
2019-12-26patch cairo build files for build without fontconfig fixes #14112 (#14296)Gregory Lee2-0/+49
2019-12-26Add Avizo Recipe (#12792)asmaahassan901-0/+52
2019-12-26aspa: Fix common errors. (#14295)t-karatsu2-0/+61
2019-12-25Migrate build tests from Travis to Github Actions (#13967)Massimiliano Culpo4-50/+74
2019-12-24tests: finish removing pyqver from the repository (#14294)Todd Gamblin3-6/+2
2019-12-24tests: check min required python version with vermin (#14289)Massimiliano Culpo13-769/+42
2019-12-24a64fx: fix typo in GCC flags (#14286)t-karatsu1-2/+2
2019-12-24intel-pin: add version 3.11 (#14292)Matthias Diener1-0/+1
2019-12-24cmake: add version 3.16.2 (#14291)Matthias Diener1-0/+1
2019-12-24scons: add version 3.1.2 (#14290)Matthias Diener1-0/+1
2019-12-24Bump nektar to 5.0.0. (#14288)健美猞猁1-0/+1
2019-12-24Merge branch 'releases/v0.13' into developTodd Gamblin2-1/+17
2019-12-23update CHANGELOG.md for 0.13.3v0.13.3Todd Gamblin1-0/+16
2019-12-23version bump: 0.13.3Todd Gamblin1-1/+1
2019-12-23Travis exits at the first failing test, pin codecov at v4.5.4 (#14179)Massimiliano Culpo2-2/+2
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