Age | Commit message (Expand) | Author | Files | Lines |
2021-01-02 | copyrights: update all files with license headers for 2021 | Todd Gamblin | 2 | -2/+2 |
2020-12-22 | add mypy to style checks; rename `spack flake8` to `spack style` (#20384) | Tom Scogland | 1 | -0/+2 |
2020-11-12 | macos: update build process to use spawn instead of fork (#18205) | Peter Scheibel | 1 | -2/+4 |
2020-10-28 | sbang: vendor sbang | Todd Gamblin | 1 | -95/+15 |
2020-10-27 | sbang: convert sbang script to POSIX shell | Todd Gamblin | 1 | -48/+106 |
2020-10-26 | sbang: add support for php (#18299) | Toyohisa Kameyama | 1 | -7/+18 |
2020-03-29 | spack-python should exec `spack python` (#15738) | Todd Gamblin | 1 | -1/+1 |
2020-01-24 | sbang: Fix perl binary detection | Michael Kuhn | 1 | -3/+3 |
2020-01-21 | pipelines: `spack ci` command with env-based workflow (#12854) | Scott Wittenburg | 3 | -503/+0 |
2019-12-30 | copyright: update copyright dates for 2020 (#14328) | Todd Gamblin | 5 | -5/+5 |
2019-10-22 | fetching: S3 upload and download (#11117) | Omar Padron | 1 | -1/+1 |
2019-09-29 | prefer Python 3 to Python 2 for running Spack | Todd Gamblin | 1 | -1/+17 |
2019-09-13 | Fixes identified in ecp facilities hackathon fixes: | Scott Wittenburg | 1 | -26/+18 |
2019-09-13 | Implement an optional compiler bootstrapping phase | Scott Wittenburg | 2 | -116/+193 |
2019-09-13 | Add pre-ci job generation for a multi-repo setup | Scott Wittenburg | 1 | -0/+93 |
2019-09-13 | Refactor release-jobs cmd based on use of environments (no docker either) | Scott Wittenburg | 1 | -8/+20 |
2019-05-18 | Fix typo in spack executable (#11512) | Adam J. Stewart | 1 | -1/+1 |
2019-02-21 | release workflow: Add build scripts for jobs and means to upload pkgs | Scott Wittenburg | 2 | -0/+329 |
2019-01-01 | copyright: update license headers for 2013-2019 copyright. | Todd Gamblin | 3 | -3/+3 |
2018-11-06 | bugfix: work around ruamel.yaml vendoring issues (#9725) | Massimiliano Culpo | 1 | -0/+12 |
2018-10-17 | relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers | Todd Gamblin | 3 | -70/+16 |
2018-08-20 | yaml: use ruamel.yaml instead of pyyaml | Todd Gamblin | 1 | -7/+0 |
2018-07-14 | clean up of spack clean (#8610) | Andreas Baumbach | 1 | -24/+0 |
2018-03-24 | Update copyright on LLNL files for 2018. (#7592) | Todd Gamblin | 3 | -3/+3 |
2018-01-16 | Vendor ordereddict for python2.6 only (#6931) | Massimiliano Culpo | 1 | -0/+4 |
2017-11-04 | Replace github.com/llnl/spack with github.com/spack/spack (#6142) | Todd Gamblin | 3 | -3/+3 |
2017-09-06 | Update copyright notices for 2017 (#5295) | Michael Kuhn | 3 | -3/+3 |
2017-08-18 | sbang support: add node-js and fix lua | healther | 1 | -0/+2 |
2017-06-24 | Make LICENSE recognizable by GitHub. (#4598) | Todd Gamblin | 3 | -3/+3 |
2017-06-14 | fix intltool_sbang issue #4191 (#4192) | Luigi Calori | 1 | -4/+11 |
2017-05-08 | rework spack help (#3033) | Todd Gamblin | 1 | -201/+21 |
2017-05-03 | spack: no stacktrace if not in debug mode + fix emacs variant (#4098) | Massimiliano Culpo | 1 | -0/+2 |
2017-05-01 | Allow user to specify profile sort column on the command line. (#4056) | Todd Gamblin | 1 | -3/+42 |
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 |