Age | Commit message (Expand) | Author | Files | Lines |
2017-03-31 | Spack works with Python 3 | Todd Gamblin | 1 | -2/+2 |
2017-03-31 | Convert Python 2 idioms to Python 2/3-compatible ones. | Todd Gamblin | 1 | -2/+4 |
2017-03-31 | Update externals to work with Python 3 | Todd Gamblin | 1 | -0/+7 |
2017-03-03 | Fix unexpected keyword error in Python 2.6 (#2954) | Adam J. Stewart | 1 | -2/+1 |
2017-01-26 | Standardize argparse help messages (#2847) | Adam J. Stewart | 1 | -7/+7 |
2016-12-29 | Fix issues related to the switchover to pytest. (#2685) | Todd Gamblin | 1 | -8/+0 |
2016-12-29 | unit tests: replace nose with pytest (#2502) | Massimiliano Culpo | 1 | -18/+40 |
2016-12-13 | Add a test to ensure package names have the right case. (#2562) | Todd Gamblin | 1 | -2/+2 |
2016-12-05 | Use JSON for the database instead of YAML. (#2189) | Todd Gamblin | 1 | -8/+0 |
2016-11-16 | -s now includes the file and line number with info | Matthew Krafczyk | 1 | -0/+3 |
2016-10-30 | Bugfix: '::' only worked on top-level key in config. | Todd Gamblin | 1 | -1/+2 |
2016-10-12 | Use cYAML if it is available in Python. (#2010) | Todd Gamblin | 1 | -0/+10 |
2016-10-11 | Make `insecure` option work with curl AND git. (#1786) | Todd Gamblin | 1 | -1/+1 |
2016-09-28 | Prohibit Python3 in Python version check. (#1872) | Elizabeth Fischer | 1 | -2/+2 |
2016-09-22 | Fix sbang for perl (#1802) | Eric | 1 | -2/+6 |
2016-08-30 | Keep dashes in command names, translate to underscores | Adam J. Stewart | 1 | -2/+3 |
2016-08-30 | Make subcommands importable, '-' -> '_', fixes #1642 | Adam J. Stewart | 1 | -2/+9 |
2016-08-29 | Change spack --profile sort key for 2.6 compatibility. (#1656) | Todd Gamblin | 1 | -1/+1 |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 1 | -5/+10 |
2016-06-26 | Merge pull request #1030 from opoplawski/external | Todd Gamblin | 1 | -1/+1 |
2016-06-23 | Make sbang handle lua | Todd Gamblin | 1 | -0/+11 |
2016-06-08 | Also remove from external from bin/spack | Orion Poplawski | 1 | -1/+1 |
2016-05-26 | Fixed backwards compatibility for compilers.yaml config file | Gregory Becker | 1 | -0/+3 |
2016-05-11 | Correct LLNL LGPL license template for clarity. | Todd Gamblin | 3 | -16/+40 |
2016-04-12 | fix : proper update of config file (before it was discarding architectures t... | alalazo | 1 | -1/+1 |
2016-03-05 | Fix #104, #54: issues with overlong shebang in deep directories. | Todd Gamblin | 1 | -0/+84 |
2016-01-25 | Fix variable name bug | Adam J. Stewart | 1 | -4/+4 |
2016-01-19 | Merge branch 'mplegendre-multi_pkgsrc_roots' into develop | Todd Gamblin | 1 | -2/+2 |
2016-01-17 | Merge pull request #202 from scheibelp/features/unittest-xml-output-nose | Todd Gamblin | 1 | -0/+8 |
2015-12-25 | Merge branch 'develop' into mplegendre-multi_pkgsrc_roots | Todd Gamblin | 2 | -3/+25 |
2015-12-21 | fix a few comment typos | Mike Nolta | 1 | -1/+1 |
2015-12-16 | added option to enable pdb debug | Gregory L. Lee | 1 | -0/+5 |
2015-12-09 | Change github.com/scalability-llnl to github.com/llnl everywhere. | Todd Gamblin | 2 | -2/+2 |
2015-12-02 | Try to be more careful to only suppress the warning about nose already being | Peter Scheibel | 1 | -1/+1 |
2015-11-28 | Fix spack.db -> spack.repo in bin/spack | Todd Gamblin | 1 | -2/+2 |
2015-11-25 | On systems which have already installed nose (perhaps an older version) | Peter Scheibel | 1 | -0/+8 |
2015-11-23 | Add a fix/warning so that stale .pyc files don't kill Spack. | Todd Gamblin | 1 | -0/+15 |
2015-11-12 | Merge branch 'develop' into mplegendre-multi_pkgsrc_roots | Todd Gamblin | 1 | -1/+1 |
2015-11-11 | Insert lib/spack/external into sys.path. This avoids cases where the system | Peter Scheibel | 1 | -0/+2 |
2015-10-08 | update warning message for spack -k. | Todd Gamblin | 1 | -1/+1 |
2015-09-17 | WIP for Matt's branch | Todd Gamblin | 1 | -2/+2 |
2015-06-06 | Cleanup and consolidate error handling | Todd Gamblin | 1 | -8/+1 |
2015-05-18 | Merge branch 'features/optional-deps' into develop | Todd Gamblin | 1 | -0/+4 |
2015-05-17 | Add help on specs to top of spack -h | Todd Gamblin | 1 | -1/+15 |
2015-05-12 | Add debug handler to print a stacktrace on Ctrl-C in debug mode. | Todd Gamblin | 1 | -0/+4 |
2015-04-07 | Allow spack install -j to throttle make jobs. | Todd Gamblin | 1 | -5/+5 |
2015-02-15 | Add profile option to spack script. | Todd Gamblin | 1 | -40/+49 |
2015-01-05 | Allow commands to return error codes. | Todd Gamblin | 1 | -1/+9 |
2014-12-19 | Fix for SPACK-50 | Todd Gamblin | 1 | -1/+2 |
2014-11-07 | Improved website scraping. | Todd Gamblin | 1 | -0/+1 |