Age | Commit message (Expand) | Author | Files | Lines |
2015-10-13 | Make sure to generate output for dependencies as if they were separate tests: | Peter Scheibel | 1 | -20/+51 |
2015-10-13 | Add spec YAML format to test output. | Peter Scheibel | 1 | -8/+11 |
2015-10-13 | Add forgotten file from previous commit. | Todd Gamblin | 1 | -0/+5 |
2015-10-12 | Don't create test output for any package that was already installed. | Peter Scheibel | 1 | -11/+11 |
2015-10-12 | 1. Added Junit XML format | Peter Scheibel | 1 | -16/+34 |
2015-10-12 | Adding command testinstall. See "spack testinstall -h" for documentation. | Peter Scheibel | 1 | -0/+129 |
2015-10-12 | Fix bug in colify color handling. | Todd Gamblin | 1 | -14/+4 |
2015-10-08 | bug fix for github issue 122 | Gregory L. Lee | 1 | -1/+3 |
2015-10-08 | update warning message for spack -k. | Todd Gamblin | 1 | -1/+1 |
2015-10-08 | Merge branch 'features/libxcb-1.11.1' into develop | Todd Gamblin | 1 | -1/+1 |
2015-10-06 | gcc : fixed spec file | Massimiliano Culpo | 1 | -3/+2 |
2015-10-06 | spec file : everything is dumped, only link rule is modified | Massimiliano Culpo | 1 | -9/+11 |
2015-10-06 | GCC : added variants for libelf, binutils, isl. gcc@5.0: still has issues | Massimiliano Culpo | 1 | -19/+38 |
2015-10-05 | added libxcb version 1.11.1 | Gregory L. Lee | 1 | -1/+1 |
2015-10-01 | Added current version 3.2 of libffi version 3.1 has a bug that interferes wit... | Mario Melara | 1 | -3/+4 |
2015-09-29 | Merge pull request #118 from scalability-llnl/features/scr | Todd Gamblin | 1 | -2/+4 |
2015-09-29 | update scr to 1.1.8 | Adam Moody | 1 | -2/+4 |
2015-09-27 | an ordered database test | Gregory Becker | 2 | -1/+106 |
2015-09-27 | Merge pull request #116 from mamelara/develop | Todd Gamblin | 4 | -0/+78 |
2015-09-27 | Remove enabled variants from install prefix. | Todd Gamblin | 1 | -6/+1 |
2015-09-27 | Remove special characters (@, %, +, ~, etc) from stage name | Todd Gamblin | 1 | -2/+9 |
2015-09-24 | Adding bowtie2 package along with patch | Mario Melara | 2 | -0/+40 |
2015-09-23 | Added samtools bioinformatics software | Mario Melara | 2 | -0/+38 |
2015-09-23 | Merge pull request #102 from RasmusWL/features/fish | Todd Gamblin | 1 | -0/+18 |
2015-09-23 | Merge pull request #106 from justintoo/add-package-doxygen | Todd Gamblin | 1 | -0/+25 |
2015-09-23 | Merge pull request #110 from scalability-llnl/features/boostupdate | Todd Gamblin | 1 | -0/+4 |
2015-09-23 | Merge pull request #111 from scalability-llnl/features/protobuf | Todd Gamblin | 1 | -0/+16 |
2015-09-23 | Merge pull request #112 from scalability-llnl/features/glog | Todd Gamblin | 1 | -0/+15 |
2015-09-23 | Merge pull request #113 from scalability-llnl/features/gflags | Todd Gamblin | 1 | -0/+21 |
2015-09-23 | Merge pull request #114 from scalability-llnl/features/snappy | Todd Gamblin | 2 | -0/+44 |
2015-09-23 | Merge pull request #115 from scalability-llnl/features/lmdb | Todd Gamblin | 1 | -0/+39 |
2015-09-22 | add lmdb package | Adam Moody | 1 | -0/+39 |
2015-09-22 | add leveldb package | Adam Moody | 1 | -0/+29 |
2015-09-21 | add snappy package | Adam Moody | 1 | -0/+15 |
2015-09-21 | add gflags package | Adam Moody | 1 | -0/+21 |
2015-09-21 | add glog package | Adam Moody | 1 | -0/+15 |
2015-09-21 | add protobuf package | Adam Moody | 1 | -0/+16 |
2015-09-18 | Add ref counting to database. This does not handle removal properly yet. | Todd Gamblin | 6 | -55/+183 |
2015-09-17 | Allow custom timeout for database locking. | Todd Gamblin | 1 | -4/+6 |
2015-09-17 | Simplify lock context managers. | Todd Gamblin | 10 | -43/+49 |
2015-09-17 | WIP for Matt's branch | Todd Gamblin | 9 | -40/+68 |
2015-09-17 | Several changes to DB implementation. | Todd Gamblin | 6 | -140/+221 |
2015-09-15 | Added spack fsck and re-read from glob if the database file does not exist. A... | Gregory Becker | 2 | -4/+57 |
2015-09-11 | (Package) Add Doxygen (v1.8.10) | Justin Too | 1 | -0/+25 |
2015-09-03 | Add fish (shell) package | Rasmus Wriedt Larsen | 1 | -0/+18 |
2015-09-03 | Added conservative locking to the spack commands that access the database at ... | Gregory Becker | 8 | -86/+104 |
2015-09-01 | update boost | Adam Moody | 1 | -0/+4 |
2015-08-31 | Removed incorrect stage removal code from cleanup() in do_install() | Gregory Becker | 1 | -8/+0 |
2015-08-31 | Fixed several issues from code review | Gregory Becker | 2 | -82/+184 |
2015-08-27 | Fix for GitHub #95 | Todd Gamblin | 1 | -3/+21 |