Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | Display build output on ProcessError, instead of Python context. | Todd Gamblin | 2 | -29/+200 |
2017-08-22 | Limit package context to 3 lines and colorize in error output. | Todd Gamblin | 1 | -4/+16 |
2017-08-22 | Config scopes are now returning OrderedDicts instead of dicts. (#5183) | Massimiliano Culpo | 3 | -3/+73 |
2017-08-21 | Add environment variables to path substitution | Matthew Scott Krafczyk | 3 | -22/+52 |
2017-08-21 | Added custom messages for conflicts directive. fixes #4965 (#5083) | Massimiliano Culpo | 2 | -8/+26 |
2017-08-20 | Unbuffer so that output from packages appears when redirecting | Todd Gamblin | 2 | -2/+65 |
2017-08-20 | Add tests for output redirection. | Todd Gamblin | 1 | -0/+95 |
2017-08-20 | Preserve verbosity across installs when 'v' is pressed. | Todd Gamblin | 3 | -66/+159 |
2017-08-20 | Fix exit call in `SpackError.die()` | Todd Gamblin | 1 | -3/+3 |
2017-08-20 | Rework output redirection in Spack. | Todd Gamblin | 5 | -237/+267 |
2017-08-20 | Make SpackCommand a bit more testable | Todd Gamblin | 1 | -5/+15 |
2017-08-20 | Fix issue with color formatting regular expression. (#5171) | Todd Gamblin | 1 | -19/+20 |
2017-08-19 | Make test_inspect_path work on Mac OS X without XCode (#5168) | Todd Gamblin | 1 | -2/+8 |
2017-08-18 | sbang support: add node-js and fix lua | healther | 1 | -1/+8 |
2017-08-17 | Docs: Travis-CI Workflow (#5133) | Axel Huebl | 1 | -0/+78 |
2017-08-17 | Colorize spack info. Adds prominence to preferred version. (#4994) | Massimiliano Culpo | 2 | -33/+117 |
2017-08-17 | Improved error message for unsatisfiable specs (#5113) | Massimiliano Culpo | 1 | -4/+13 |
2017-08-17 | Relaxed constraints on config.yaml structure (#5115) | Massimiliano Culpo | 1 | -1/+0 |
2017-08-16 | buildcache fixes: index.html & unsigned installs | Patrick Gartung | 1 | -20/+21 |
2017-08-16 | Add tab completion & update docs for buildcache | Adam J. Stewart | 2 | -67/+91 |
2017-08-16 | Add better generator support to CMakePackage (#4988) | Adam J. Stewart | 2 | -8/+65 |
2017-08-16 | Refactor IntelInstaller into IntelPackage base class (#4300) | Adam J. Stewart | 9 | -112/+366 |
2017-08-14 | Create, install and relocate tarballs of installed packages | Patrick Gartung | 6 | -0/+1426 |
2017-08-14 | Added a custom action for --clean and --dirty. (#5081) | Massimiliano Culpo | 3 | -9/+52 |
2017-08-14 | Decode process stream only for python3 | scheibelp | 1 | -2/+17 |
2017-08-11 | patch: get correct package directory for a given package | Massimiliano Culpo | 1 | -3/+15 |
2017-08-09 | bugfix for module_cmd (#5038) | becker33 | 2 | -2/+2 |
2017-08-09 | Merged 'purge' command with 'clean' and deleted 'purge' (#4970) | Massimiliano Culpo | 6 | -89/+129 |
2017-08-09 | Bugfixes for compiler detection on the Cray platform. (#3075) | Sergey Kosukhin | 6 | -8/+81 |
2017-08-07 | Variant satisfaction for indirect dependencies | scheibelp | 3 | -1/+17 |
2017-08-05 | Various fixes to package name URL parsing (#4978) | Adam J. Stewart | 3 | -0/+5 |
2017-08-05 | Massive conversion from Package to CMakePackage (#4975) | Adam J. Stewart | 1 | -0/+1 |
2017-08-04 | Add a SConsPackage base class (#4936) | Adam J. Stewart | 5 | -7/+104 |
2017-08-04 | Make CMake the default build system (#4862) | Adam J. Stewart | 1 | -1/+3 |
2017-08-04 | Add a QMakePackage base class (#4925) | Adam J. Stewart | 7 | -13/+122 |
2017-08-03 | Fix trailing whitespace at the end of headers.cpp_flags (#4957) | Adam J. Stewart | 1 | -16/+77 |
2017-08-03 | Fix crashes when running spack install under nohup (#4926) | George Hartzell | 1 | -2/+10 |
2017-08-03 | Account for hyphens in package names when searching for libraries. (#4948) | Sergey Kosukhin | 1 | -1/+12 |
2017-08-01 | Fix color bug in Spec.format() introduced by #3013 | Todd Gamblin | 1 | -6/+3 |
2017-08-01 | Add `spack dependencies` command and tests for it and dependents. | Todd Gamblin | 7 | -15/+261 |
2017-08-01 | document and make `display_specs` more versatile | Todd Gamblin | 2 | -14/+48 |
2017-08-01 | Fix issue with case check and `spack -m` | Todd Gamblin | 1 | -1/+5 |
2017-08-01 | Refactor installed_dependents -> installed_relatives | Todd Gamblin | 4 | -15/+34 |
2017-08-01 | Package.possible_dependencies() descends into virtuals. | Todd Gamblin | 1 | -1/+10 |
2017-08-01 | Add --transitive option to `spack dependents` | Todd Gamblin | 2 | -8/+18 |
2017-08-01 | spack dependents lists possible dependencies by default. | Todd Gamblin | 1 | -25/+37 |
2017-08-01 | Remove last vestiges of "special" deptypes. | Todd Gamblin | 4 | -36/+64 |
2017-08-01 | Remove unused code. | Todd Gamblin | 1 | -4/+0 |
2017-08-01 | Add --all argument to `spack dependents` | Todd Gamblin | 1 | -6/+56 |
2017-07-31 | Clarify docs on using a hash in a spec (#4908) | Adam J. Stewart | 1 | -7/+36 |