Age | Commit message (Expand) | Author | Files | Lines |
2013-11-23 | Gracefully handle lack of network connection. | Todd Gamblin | 3 | -19/+31 |
2013-11-23 | Generalize package relations like depends_on, provides, conflicts. | Todd Gamblin | 3 | -19/+34 |
2013-11-23 | Move concretization into its own class. | Todd Gamblin | 5 | -56/+73 |
2013-11-23 | Cleanup and comments. | Todd Gamblin | 8 | -31/+60 |
2013-11-23 | Fix virtual method. | Todd Gamblin | 1 | -2/+9 |
2013-11-23 | Added web spider capability for listing versions. | Todd Gamblin | 19 | -55/+317 |
2013-11-20 | Update libdwarf URL. | Todd Gamblin | 2 | -9/+8 |
2013-10-26 | First cut concretization works, with tests. | Todd Gamblin | 18 | -119/+268 |
2013-10-18 | Added unit tests for spec normalization. | Todd Gamblin | 3 | -25/+135 |
2013-10-17 | spack test runs all tests by default | Todd Gamblin | 1 | -6/+6 |
2013-10-17 | spec flatten, normalize, validate; package validate | Todd Gamblin | 21 | -167/+641 |
2013-10-15 | Spec constraints and normalization now work. | Todd Gamblin | 17 | -191/+473 |
2013-10-11 | Command to launch interpreter with spack in sys.path | Todd Gamblin | 1 | -0/+21 |
2013-10-11 | Command to run pydoc on spack classes. | Todd Gamblin | 1 | -0/+9 |
2013-10-07 | Refactor utils into separate modules. | Todd Gamblin | 14 | -225/+221 |
2013-10-07 | Start to make a bigger package out of utils.py | Todd Gamblin | 14 | -79/+111 |
2013-10-07 | Checkpoint commit: much-improved spec class. | Todd Gamblin | 27 | -361/+1411 |
2013-06-29 | Add spec architeccture, redo color output support. | Todd Gamblin | 5 | -69/+128 |
2013-06-29 | Clean up half-downloaded tarballs. | Todd Gamblin | 1 | -5/+11 |
2013-06-29 | Adding expression syntax for console colors. | Todd Gamblin | 1 | -0/+162 |
2013-06-02 | Add checks for version 2.7 | Todd Gamblin | 2 | -2/+7 |
2013-05-17 | Better error messages for spack list -v. | Todd Gamblin | 1 | -16/+20 |
2013-05-17 | Ability to list versions from web page with spack list -v PACKAGE | Todd Gamblin | 7 | -27/+129 |
2013-05-17 | Added command to print out URL and homepage. | Todd Gamblin | 1 | -0/+13 |
2013-05-17 | Renamed variables called 'spec' to 'path' | Todd Gamblin | 1 | -31/+36 |
2013-05-15 | Use realpath in addition to expanduser to locate spack directory. | Todd Gamblin | 1 | -1/+2 |
2013-05-13 | list_modules will now find directories. | Todd Gamblin | 1 | -4/+11 |
2013-05-12 | Added EBNF grammar. | Todd Gamblin | 1 | -0/+22 |
2013-05-12 | Commands take specs as input instead of names. | Todd Gamblin | 15 | -180/+265 |
2013-05-12 | More rubust spec parsing and error messages | Todd Gamblin | 4 | -41/+120 |
2013-05-09 | Initial implementation of package specs, including parser. | Todd Gamblin | 10 | -76/+821 |
2013-05-09 | Removed old versions.py | Todd Gamblin | 1 | -245/+0 |
2013-05-09 | Don't exit after one test. | Todd Gamblin | 1 | -1/+1 |
2013-05-09 | Changed class name. | Todd Gamblin | 1 | -0/+244 |
2013-05-09 | Removed executable bit. | Todd Gamblin | 1 | -0/+0 |
2013-04-28 | Tests can be run via spack test <test_name> | Todd Gamblin | 8 | -217/+325 |
2013-04-08 | Better help formatting. | Todd Gamblin | 1 | -1/+2 |
2013-04-08 | Merge pull request #1 from feature-platforms to master | Todd Gamblin | 14 | -82/+334 |
2013-04-04 | This adds support for multi-platform methods. | Todd Gamblin | 14 | -82/+334 |
2013-03-25 | Moved install-spack to its own simpler command. | Todd Gamblin | 3 | -64/+53 |
2013-03-25 | Print files that are in the way of install. | Todd Gamblin | 1 | -2/+7 |
2013-03-25 | Adding install script | Todd Gamblin | 1 | -0/+56 |
2013-03-22 | Fix in docs. | Todd Gamblin | 1 | -1/+1 |
2013-03-22 | Documentation and small changes. | Todd Gamblin | 10 | -163/+444 |
2013-02-25 | Simpler implementation of depends_on. | Todd Gamblin | 1 | -6/+5 |
2013-02-22 | Better spack -h: added cmd descriptions. | Todd Gamblin | 13 | -7/+36 |
2013-02-21 | Better handling of stage. | Todd Gamblin | 2 | -10/+35 |
2013-02-21 | Parallel bootstrap for cmake. | Todd Gamblin | 2 | -1/+5 |
2013-02-21 | Minor changes; loosened up parallel build for dwarf. | Todd Gamblin | 6 | -11/+11 |
2013-02-21 | Fix regression in clean. | Todd Gamblin | 1 | -1/+1 |