Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-29 | Allow shell support to work when set -u is set (#2418) | Adam J. Stewart | 1 | -1/+1 | |
2016-11-12 | Basic usage step-by-step tutorial | Gregory Becker | 1 | -2/+1 | |
2016-11-04 | setup script for bash : fixes #2209 for sh setup (#2212) | Massimiliano Culpo | 1 | -2/+4 | |
2016-10-31 | Add `spack flake8` command. (#2186) | Todd Gamblin | 1 | -63/+3 | |
- Ported old run-flake8-tests qa script to `spack flake8` command. - New command does not modify files in the source tree - Copies files to a temp stage modifies them there, and runs tests. - Updated docs and `run-flake8-tests` script to call `spack flake8`. | |||||
2016-10-06 | Feature Proposal : Make All Python Extensions User Configuration Independent ↵ | Joseph Ciurej | 1 | -5/+0 | |
(#1435) * Updated all Python extension packages to use 'setup_py' on install. * Fixed a few minor style issues with the updated Python packages. | |||||
2016-10-05 | Add missing dependencies for Flake8 (#1883) | Adam J. Stewart | 2 | -4/+30 | |
* Warn user if flake8 can't find setuptools * Add missing dependencies of flake8 * Updates to py-autopep8, make packages activateable * Check for presence of setuptools for Sphinx too * Fix bug in order of commands | |||||
2016-10-02 | Run make clean to prevent warning messages (#1742) | Adam J. Stewart | 1 | -4/+2 | |
* Run make clean to prevent warning messages * Don't delete temporary files after completion | |||||
2016-09-23 | Remove duplicate ICU package (#1837) | Adam J. Stewart | 1 | -3/+3 | |
* Remove duplicate ICU package * Ignore deleted files during flake8 tests * Rename Boost ICU variant | |||||
2016-09-08 | Add missing dependency for run-doc-tests (#1691) | Adam J. Stewart | 2 | -0/+4 | |
2016-08-30 | Always run spack unit tests | Adam J. Stewart | 1 | -21/+0 | |
2016-08-30 | Add spack to the PATH for doc tests | Adam J. Stewart | 1 | -0/+3 | |
2016-08-30 | Remove py-mercurial, going with mercurial package instead | Adam J. Stewart | 1 | -1/+1 | |
2016-08-30 | Always run Documentation tests | Adam J. Stewart | 1 | -10/+2 | |
2016-08-30 | Added more missing dependencies | Adam J. Stewart | 3 | -10/+28 | |
2016-08-30 | Add mercurial package, used as test dependency | Adam J. Stewart | 3 | -6/+33 | |
2016-08-30 | Only run unit tests when core Spack framework is modified | Adam J. Stewart | 4 | -53/+127 | |
2016-08-30 | Run documentation tests when documentation is modified | Adam J. Stewart | 2 | -3/+38 | |
2016-08-30 | Add generic changed_files script | Adam J. Stewart | 2 | -16/+54 | |
2016-08-30 | Overhaul Spack's CI Infrastructure | Adam J. Stewart | 2 | -1/+5 | |
2016-08-28 | Run flake8 checks on new untracked files (#1510) | Adam J. Stewart | 1 | -0/+2 | |
2016-08-11 | Always clean up tmp files, even if killed | Adam J. Stewart | 1 | -10/+14 | |
2016-08-11 | Allow run-flake8 to be run from anywhere | Adam J. Stewart | 1 | -5/+3 | |
2016-08-11 | Run flake8 checks on changed uncommitted files | Adam J. Stewart | 1 | -7/+14 | |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 1 | -4/+13 | |
2016-07-30 | qa : fixes #1370 (no flake8 on python 2.6, coveralls only python 2.7) | alalazo | 1 | -0/+20 | |
2016-07-22 | Adding temporary script that fixes all Python extensions w/ 'setup_py'. | Joseph Ciurej | 1 | -0/+5 | |
2016-07-21 | Fix recursive module loading. | Michael Kuhn | 1 | -4/+4 | |
2016-07-18 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 2 | -9/+22 | |
features/module_refresh Conflicts: share/spack/setup-env.sh | |||||
2016-07-15 | Merge pull request #1246 from suraia/improve-shell-integration | becker33 | 1 | -8/+20 | |
Improve shell integration. | |||||
2016-07-15 | Updates to run-flake8 test | Adam J. Stewart | 1 | -1/+2 | |
2016-07-14 | Support --dependencies for recursively loading modules. | Michael Kuhn | 1 | -1/+1 | |
2016-07-13 | Improve shell integration. | Michael Kuhn | 1 | -8/+20 | |
Enable sh emulation for Zsh and allow loading modules recursively. | |||||
2016-06-28 | module : can regenerate single module files, homogenized cli options | alalazo | 2 | -8/+8 | |
spack module : - refresh accepts a constraint - find and refresh share common cli options - ask for confirmation before refreshing - deleting the module file tree is now optional | |||||
2016-06-15 | Ignore E501 for depends_on and extends | Adam J. Stewart | 1 | -0/+2 | |
2016-05-16 | Added line limit exemptions for 'variant' and 'version' directives. | Joseph Ciurej | 1 | -2/+7 | |
Updated the 'scotch' package to use oneline 'variant' directives. | |||||
2016-05-16 | Updated style checking to ignore refinition errors for '@when' fxns. | Joseph Ciurej | 1 | -1/+4 | |
Updated the Scotch package to conform to PEP8 standards and to test style checking improvements. | |||||
2016-05-11 | Correct LLNL LGPL license template for clarity. | Todd Gamblin | 2 | -18/+18 | |
2016-05-11 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 1 | -0/+55 | |
features/custom_modulefile_from_config Conflicts: lib/spack/spack/config.py | |||||
2016-05-11 | Add run-flake8 script. | Todd Gamblin | 1 | -0/+55 | |
- was missing the obvious. | |||||
2016-05-11 | Use just one flake8 file; mark package.py files to avoid E501 w/url. | Todd Gamblin | 2 | -21/+0 | |
2016-05-11 | Update code style checking. | Todd Gamblin | 2 | -0/+21 | |
- Exempt overlong URL lines from checks. - Omit some of the more painful PEP items. | |||||
2016-05-10 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 1 | -2/+5 | |
features/custom_modulefile_from_config | |||||
2016-04-29 | switched test to use -d for location check | Tom Scogland | 1 | -3/+3 | |
2016-04-28 | check that a target directory exists before committing to cd | Tom Scogland | 1 | -2/+5 | |
2016-04-18 | naming work correctly | alalazo | 1 | -3/+3 | |
2016-03-19 | Support Bash "-u" mode | Erik Schnetter | 1 | -1/+1 | |
2015-12-30 | another portability fix, this time for zsh/non-bash sh | Tom Scogland | 1 | -1/+1 | |
Yay for non-portable declaration syntax. After the previous screwiness I ran this through a number of shells, and found that this is the most portable version I coudl seem to get. | |||||
2015-12-30 | removing ill-fated array check for non-portability | Tom Scogland | 1 | -1/+0 | |
2015-12-30 | Revert "removing check as it can cause failures in zsh" | Todd Gamblin | 1 | -0/+1 | |
This reverts commit 496e4856916cb881da916539635e9bfa3e1406af. Undo overly large set of changes -- LLVM wasn't ready. Tom can recommit just the zsh stuff. | |||||
2015-12-30 | removing check as it can cause failures in zsh | Tom Scogland | 1 | -1/+0 | |