Age | Commit message (Expand) | Author | Files | Lines |
2018-07-06 | Clear up a bit of modules/dotkit confusion (#8650) | George Hartzell | 1 | -5/+7 |
2018-06-29 | Removed duplicate word (#8609) | Paul Chelarescu | 1 | -1/+1 |
2018-06-26 | views: packages can customize how they're added to views (#7152) | scheibelp | 21 | -307/+794 |
2018-06-26 | bugfix: fix macos incompatibility in lock test (#8573) | Todd Gamblin | 3 | -16/+29 |
2018-06-25 | refactor: move pytest.ini and top-level conftest.py to lib/spack/spack/test | Todd Gamblin | 3 | -1/+36 |
2018-06-24 | refactor: move templates from root to share/spack | Todd Gamblin | 3 | -15/+16 |
2018-06-24 | tests: test file/line attribution in config errors | Todd Gamblin | 3 | -30/+140 |
2018-06-24 | tests: add a test for `spack debug` command | Todd Gamblin | 3 | -2/+66 |
2018-06-24 | tests: test html output for `spack list` | Todd Gamblin | 1 | -62/+37 |
2018-06-24 | Add `spack -H` shortcut for `spack help --all` | Todd Gamblin | 1 | -18/+17 |
2018-06-22 | Fix version detection for gcc@8 (#8511) | Michael Kuhn | 1 | -2/+2 |
2018-06-20 | pytest: add _pytest/_version.py and LICENSE | Todd Gamblin | 4 | -1/+49 |
2018-06-20 | externals: move spack.util.ordereddict to external/ordereddict_backport | Todd Gamblin | 5 | -8/+5 |
2018-06-18 | Allow docs to be built with Sphinx 1.7.1+ (#8500) | Adam J. Stewart | 1 | -1/+7 |
2018-06-17 | There's only one 'u' in "configuration" (#8498) | George Hartzell | 1 | -1/+1 |
2018-06-17 | docs: remove vendored sphinx_rtd_theme (#8496) | Todd Gamblin | 29 | -1124/+4 |
2018-06-14 | Update the clang compiler definition to use IBM XL Fortran compiler (#8389) | Dan FitzGerald | 1 | -2/+6 |
2018-06-12 | Add trailing slash when spidering URLs for versions (#8429) | Adam J. Stewart | 1 | -0/+7 |
2018-06-08 | compiler flags: add cxx98 standard support (#7601) | Chris Green | 8 | -50/+285 |
2018-06-07 | add python cache removal to `spack clean` (#8419) | healther | 1 | -4/+24 |
2018-06-06 | Fix bug where patches specified by dependents were not applied (#8272) | scheibelp | 2 | -12/+13 |
2018-06-05 | Preserve Spack CC/FC/F77/CXX settings when loading modules (#8346) | Massimiliano Culpo | 4 | -15/+110 |
2018-06-04 | pybind11: test functionality (#8304) | Axel Huebl | 1 | -0/+2 |
2018-06-02 | Less sensitive error detection in build logs (#8278) | Adam J. Stewart | 1 | -5/+2 |
2018-06-02 | Don't duplicate Python error messages (#8270) | Adam J. Stewart | 1 | -1/+1 |
2018-06-02 | Fix coloring of error messages containing '}' symbol (#8277) | Adam J. Stewart | 3 | -11/+30 |
2018-06-02 | Fix package error message line numbers (#8271) | Adam J. Stewart | 1 | -12/+20 |
2018-06-01 | Skip external specs when creating mirrors (#8084) | Massimiliano Culpo | 2 | -5/+47 |
2018-06-01 | Typo: an -> and (#8350) | George Hartzell | 1 | -1/+1 |
2018-06-01 | extend Prefix class with join() member to support dynamic directories (#8329) | Denis Davydov | 3 | -2/+44 |
2018-05-31 | binary caching: skip check if old and new paths are identical (#8281) | George Hartzell | 1 | -0/+2 |
2018-05-31 | improve Advanced Compiler Configuration part of tutorial (#8325) | Denis Davydov | 1 | -2/+21 |
2018-05-30 | more-flexible user-specified dependency constraints (#8162) | scheibelp | 3 | -17/+80 |
2018-05-30 | config: add `spack config blame` command (#8081) | Todd Gamblin | 5 | -10/+339 |
2018-05-30 | Document specs with multiple version ranges (#8284) | Adam J. Stewart | 1 | -0/+8 |
2018-05-24 | Fix missing spack.compiler import (#8240) | Michael Kuhn | 1 | -0/+1 |
2018-05-22 | CUDA 9.2 (#8238) | Axel Huebl | 1 | -4/+7 |
2018-05-21 | Add info about haveged to gpg/randomness note (#8227) | George Hartzell | 1 | -3/+18 |
2018-05-20 | URL parsing: strip x86-64 from filename (#8200) | Adam J. Stewart | 2 | -2/+4 |
2018-05-19 | fix leftover references to spack.<symbol> | Todd Gamblin | 10 | -24/+19 |
2018-05-18 | imports: remove unnecessary `import spack` statements | Todd Gamblin | 26 | -47/+33 |
2018-05-18 | init: move symbols in `spack` to `spack.pkgkit` | Todd Gamblin | 9 | -122/+137 |
2018-05-18 | locks: add configuration and command-line options to enable/disable locks (#7... | Todd Gamblin | 10 | -54/+311 |
2018-05-17 | make check_for_compiler_existence an instance variable | Todd Gamblin | 3 | -18/+16 |
2018-05-17 | use os.path.join instead of join_path in core | Todd Gamblin | 34 | -156/+141 |
2018-05-17 | Convert lazy singleton functions to Singleton object | Todd Gamblin | 61 | -537/+498 |
2018-05-17 | init: make spack.cmd.all_commands lazy | Todd Gamblin | 5 | -11/+27 |
2018-05-17 | init: only imoprt jsonschema if needed | Todd Gamblin | 1 | -9/+10 |
2018-05-17 | init: initialize spack.store lazily | Todd Gamblin | 31 | -176/+215 |
2018-05-17 | init: move spack.repo global variable into its own module | Todd Gamblin | 63 | -233/+257 |