Age | Commit message (Expand) | Author | Files | Lines |
2016-08-08 | Only strip newline chars, not spaces | Adam J. Stewart | 1 | -1/+1 |
2016-08-05 | Catch error for version in VCS | Glenn Johnson | 1 | -8/+12 |
2016-08-04 | sbang filtering now works on non-writable files. (#1445) | Todd Gamblin | 2 | -3/+26 |
2016-08-04 | Merge pull request #1330 from suraia/fix-ascii-graph | becker33 | 3 | -121/+101 |
2016-08-04 | Fix flake8 issues | Torbjörn Lönnemark | 1 | -10/+10 |
2016-08-04 | Fix incorrect indentation | Torbjörn Lönnemark | 1 | -5/+5 |
2016-08-04 | flake8 fixes | Michael Kuhn | 2 | -103/+83 |
2016-08-04 | Fix tests. | Michael Kuhn | 2 | -12/+11 |
2016-08-04 | Fix graph command with ASCII output. | Michael Kuhn | 2 | -8/+9 |
2016-08-03 | Added parens to %'s arguments. Fixes #1432 | James Riley Wynne III | 1 | -1/+1 |
2016-08-03 | Cray: Fix a typo that could cause an infinite recursion when calling /env/cc. | Kelly (KT) Thompson | 1 | -1/+1 |
2016-08-03 | Merge pull request #1361 from epfl-scitas/features/module_token_expansion_in_... | becker33 | 3 | -6/+38 |
2016-08-02 | spack create should use setup_py() instead of python() | Adam J. Stewart | 1 | -1/+1 |
2016-08-02 | Merge pull request #1423 from glennpj/fix_url | becker33 | 1 | -1/+2 |
2016-08-02 | Move archive_version setting to if block | Glenn Johnson | 1 | -1/+2 |
2016-08-02 | Merge pull request #1354 from paulhopkins/bugfix/preferred_variants_do_not_re... | becker33 | 3 | -5/+111 |
2016-08-01 | fixed flake8 errors | Gregory Becker | 1 | -2/+4 |
2016-08-01 | further improved error message | Gregory Becker | 1 | -4/+6 |
2016-08-01 | changed error raised in concretize compiler to provide better error message | Gregory Becker | 1 | -1/+1 |
2016-08-01 | Merge pull request #1417 from LLNL/features/combined-cray-platform-cleanup | becker33 | 2 | -74/+2 |
2016-08-01 | fixed architecture test | Gregory Becker | 1 | -2/+2 |
2016-08-01 | Add import statement | Mario Melara | 1 | -1/+1 |
2016-08-01 | Removed vestigial cray_xc platform in favor of combined cray platform | Gregory Becker | 1 | -72/+0 |
2016-08-01 | Merge pull request #1376 from mpbelhorn/olcf/unified_cray_platform | becker33 | 3 | -9/+133 |
2016-08-01 | Fixes Flake8 indentation errors. | Matt Belhorn | 1 | -3/+3 |
2016-08-01 | Prefers `bash` over `sh`. | Matt Belhorn | 1 | -1/+1 |
2016-08-01 | Merge pull request #1414 from adamjstewart/fixes/filter_file | becker33 | 1 | -7/+9 |
2016-08-01 | Replaces bash-ism `source` for POSIX-compliant `.` | Matt Belhorn | 1 | -1/+1 |
2016-08-01 | Merge pull request #1357 from hartzell/patch-6 | becker33 | 1 | -1/+1 |
2016-08-01 | Merge pull request #1346 from glennpj/url_list_fetch | becker33 | 1 | -41/+71 |
2016-08-01 | Fix backup=True for filter_file | Adam J. Stewart | 1 | -7/+9 |
2016-08-01 | Fix flake8 line length errors | Glenn Johnson | 1 | -33/+52 |
2016-08-01 | Writes default module list to terminal when debugging. | Matt Belhorn | 1 | -10/+8 |
2016-08-01 | Add concretize_preferences tests | Paul Hopkins | 2 | -3/+109 |
2016-07-30 | Invokes subshell without user init scripts. | Matt Belhorn | 1 | -1/+2 |
2016-07-29 | Obtains default modules from a clean subshell. | Matt Belhorn | 1 | -8/+29 |
2016-07-29 | Use space characters to separate preferred variants from package name and eac... | Paul Hopkins | 1 | -2/+2 |
2016-07-27 | PEP8 Goodness | robertdfrench | 2 | -16/+18 |
2016-07-27 | Front-end unification for Cray systems. | Matt Belhorn | 1 | -0/+87 |
2016-07-27 | Adds __str__ method to CNL operating system class. | Matt Belhorn | 1 | -0/+2 |
2016-07-27 | Adds targets config file | Matt Belhorn | 1 | -0/+13 |
2016-07-26 | modules : handle dashes in environment variables | alalazo | 1 | -1/+1 |
2016-07-25 | Merge pull request #1353 from epfl-scitas/qa/minor_cleanup | becker33 | 2 | -53/+39 |
2016-07-25 | qa : flake8 issues fixes #1109 | alalazo | 2 | -2/+5 |
2016-07-25 | modules : permit token expansion in configuration files | alalazo | 3 | -6/+35 |
2016-07-25 | Fix doc for install_tree (cut/paste error) | George Hartzell | 1 | -1/+1 |
2016-07-25 | qa : flake8 issues | alalazo | 2 | -19/+27 |
2016-07-25 | spec : removed dead code | alalazo | 1 | -29/+13 |
2016-07-24 | Make sure package has the `url` attribute. | Glenn Johnson | 1 | -1/+1 |
2016-07-23 | Only use list if list_url set | Glenn Johnson | 1 | -8/+9 |