Age | Commit message (Expand) | Author | Files | Lines |
2018-10-30 | tests: add test for FIXME boilerplate to package_sanity (#9285) | Levi Baber | 1 | -0/+25 |
2018-10-26 | config: `spack config blame` now colors filenames in config output (#9656) | Todd Gamblin | 1 | -1/+11 |
2018-10-26 | docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329) | Omar Padron | 1 | -10/+7 |
2018-10-25 | Fix autoload of direct dependencies for python (#9630) | Massimiliano Culpo | 3 | -1/+26 |
2018-10-24 | bugfix: use OS default permissions for mkdirp when mode is not provided (#9604) | Todd Gamblin | 1 | -4/+13 |
2018-10-24 | Fix typo in help message (#9599) | Javier Cervantes | 1 | -1/+1 |
2018-10-22 | Bug fix: Module PATH check (#9574) | Satish Balay | 1 | -6/+5 |
2018-10-22 | license: exclude ignored files from the license check (#9578) | Todd Gamblin | 1 | -1/+1 |
2018-10-18 | Allow setting language of compiler messages (#9486) | Michael Kuhn | 2 | -0/+8 |
2018-10-17 | relicense: add `spack license` command | Todd Gamblin | 2 | -0/+224 |
2018-10-17 | relicense: add Apache2/MIT header to `spack create` | Todd Gamblin | 1 | -4/+12 |
2018-10-17 | relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers | Todd Gamblin | 364 | -7493/+1532 |
2018-10-16 | docs: add note about compilers with modules (#9520) | Mark W. Krentel | 1 | -0/+8 |
2018-10-15 | meson: explicitly add --libdir (#9504) | Michael Kuhn | 1 | -0/+6 |
2018-10-12 | buildcache install: generate modules (#9509) | Peter Scheibel | 1 | -0/+1 |
2018-10-11 | permissions: add permission configuration to packages.yaml (#8773) | Greg Becker | 9 | -8/+335 |
2018-10-10 | Make CDash reporting easier to use (#9357) | Zack Galbreath | 2 | -2/+16 |
2018-10-09 | Make builtin flag handlers available in package scope (#8668) | Greg Becker | 4 | -38/+45 |
2018-10-02 | Update Spack on Cray docs for singularity platform=linux workaround (#9398) | Greg Becker | 1 | -0/+14 |
2018-09-27 | Module path parsing: CRAY_LD_LIBRARY_PATH and PACKAGE_DIR (#9374) | Peter Scheibel | 2 | -3/+24 |
2018-09-25 | Increase and customize lock timeouts (#9219) | Peter Scheibel | 6 | -89/+204 |
2018-09-24 | macos: add mojave (#9322) | Denis Davydov | 1 | -1/+2 |
2018-09-19 | report error if failed process captures stderr (#9293) | scheibelp | 1 | -6/+16 |
2018-09-18 | Fix version parsing for cistem package (#9260) | Adam J. Stewart | 2 | -0/+3 |
2018-09-12 | Bug fix: module file path parsing (#9100) | scheibelp | 2 | -15/+51 |
2018-09-06 | test: Make flag_handlers tests use mock repo (#9132) | Michael Kuhn | 1 | -9/+9 |
2018-09-05 | Spack environment updates take precedence (#9107) | becker33 | 3 | -28/+64 |
2018-09-05 | Extended set of environment modification commands. (#8996) | Sergey Kosukhin | 5 | -88/+217 |
2018-09-04 | Enable testing in parallel when using CMake. (#8484) | Chris Green | 5 | -15/+44 |
2018-09-03 | Better warning message when fetching non-existent URL | Adam J. Stewart | 1 | -7/+7 |
2018-08-29 | Update instructions to initialize Spack-global license files (#8991) | Michael Sternberg | 1 | -44/+55 |
2018-08-29 | Intel prefixes (#7469) | Michael Sternberg | 8 | -98/+2885 |
2018-08-29 | spack view suggests -I option for merge conflict (#9035) | Andreas Baumbach | 1 | -4/+10 |
2018-08-27 | import spack load error message (#9088) | Andreas Baumbach | 1 | -1/+1 |
2018-08-27 | Moved functions returning default scopes to spack.config | Massimiliano Culpo | 7 | -34/+39 |
2018-08-27 | Spack can guess lmod core compilers, if none is already present | Massimiliano Culpo | 2 | -5/+64 |
2018-08-25 | Update to latest version of pytest and dependencies (#9087) | Adam J. Stewart | 1 | -1/+1 |
2018-08-25 | bugfix: 'submodules' attribute should imply git fetch | Todd Gamblin | 2 | -1/+8 |
2018-08-25 | commands: add `spack url stats` command | Todd Gamblin | 2 | -2/+94 |
2018-08-24 | Remove Python 3.3 from testing. | Todd Gamblin | 2 | -5/+5 |
2018-08-22 | More consistent colored messages from activate/deactivate (#9036) | Adam J. Stewart | 1 | -17/+16 |
2018-08-22 | Added a new target message to comply with newer versions of GNU Make (#9068) | Massimiliano Culpo | 2 | -0/+3 |
2018-08-21 | tests: add tests for warnings in build output | Todd Gamblin | 4 | -8/+85 |
2018-08-21 | Display warnings if no errors are found in build log | Adam J. Stewart | 1 | -1/+10 |
2018-08-21 | Fix error caused by missing spack-build.out build log | Adam J. Stewart | 2 | -3/+3 |
2018-08-20 | yaml: use ruamel.yaml instead of pyyaml | Todd Gamblin | 67 | -8129/+5165 |
2018-08-20 | Even better Makefile target parsing (#8819) | Adam J. Stewart | 30 | -34/+301 |
2018-08-17 | install_tree: symlink handling and add 'ignore' option (#9019) | scheibelp | 2 | -19/+86 |
2018-08-16 | imports: spack uses importlib instead of imp when available | Todd Gamblin | 7 | -39/+199 |
2018-08-16 | Fix spack versions behavior when no URL (#8967) | Adam J. Stewart | 3 | -12/+45 |