Age | Commit message (Expand) | Author | Files | Lines |
2015-02-17 | Better activate/deactivate logic. | Todd Gamblin | 6 | -19/+95 |
2015-02-17 | Factor ignore logic into a predicate builder. | Todd Gamblin | 1 | -0/+31 |
2015-02-16 | Factor out forking logic to build_environment.py. | Todd Gamblin | 2 | -32/+63 |
2015-02-16 | Allow forced deactivation -- best effort unlinking | Todd Gamblin | 3 | -2/+12 |
2015-02-15 | Better time output on build completion. | Todd Gamblin | 1 | -2/+14 |
2015-02-15 | Memoize all_specs() and exists() for better performance. | Todd Gamblin | 2 | -2/+10 |
2015-02-15 | Better extension activation/deactivation | Todd Gamblin | 3 | -48/+125 |
2015-02-15 | installed_extensions_for no longer fails when nothing known about pkg | Todd Gamblin | 1 | -2/+9 |
2015-02-08 | "spack extensions" shows total extension count. | Todd Gamblin | 1 | -1/+2 |
2015-02-08 | Move dpeendency environment setup to build_environemnt. | Todd Gamblin | 2 | -5/+5 |
2015-02-08 | import fix in cmd/clean | Todd Gamblin | 1 | -0/+1 |
2015-02-08 | setup_extension_environment is now setup_dependent_environment. | Todd Gamblin | 1 | -6/+8 |
2015-02-08 | Minor textual error in extensions command. | Todd Gamblin | 1 | -1/+1 |
2015-02-08 | directory_layout now raises an error when an install fails. | Todd Gamblin | 1 | -2/+18 |
2015-02-04 | Do not automatically activate extensions on install. | Todd Gamblin | 1 | -6/+2 |
2015-02-04 | Bugfix in spak extensions | Todd Gamblin | 1 | -2/+2 |
2015-02-02 | More information in extensions command. | Todd Gamblin | 2 | -9/+36 |
2015-02-02 | Add extensions command. | Todd Gamblin | 6 | -7/+26 |
2015-02-02 | Fixed dumb link_tree bug, added test for link tree. | Todd Gamblin | 4 | -87/+274 |
2015-02-02 | Add "spack extensions" command to list activated extensions. | Todd Gamblin | 2 | -27/+117 |
2015-02-02 | Fix for install sanity check -- don't count hidden dir layout files. | Todd Gamblin | 1 | -4/+10 |
2015-02-02 | Ability to ignore files in activate/deactivate for extensions. | Todd Gamblin | 2 | -14/+13 |
2015-02-02 | Add arguements to extends() and activate/deactivate. | Todd Gamblin | 2 | -18/+39 |
2015-02-02 | Bugfix: Extension hooks shoudl only run for extensions. | Todd Gamblin | 1 | -2/+4 |
2015-02-02 | Add activate and deactivate commands for extensions. | Todd Gamblin | 2 | -0/+100 |
2015-02-02 | Rework do_activate/activate and do_deactivate/deactivate semantics. | Todd Gamblin | 7 | -74/+105 |
2015-02-02 | Add PYTOHNPATH to modules for python extensions. | Todd Gamblin | 1 | -0/+8 |
2015-02-02 | Add setup_extension_environment() method. | Todd Gamblin | 1 | -0/+30 |
2015-02-02 | Move symlink tree routines to LinkTree class. | Todd Gamblin | 3 | -90/+176 |
2015-02-02 | Added feature: package extensions | Todd Gamblin | 6 | -19/+258 |
2015-02-02 | do_install() passes kwargs to dependencies. | Todd Gamblin | 1 | -3/+3 |
2015-02-02 | Add pre-install and pre-uninstall hooks. | Todd Gamblin | 2 | -1/+14 |
2015-02-02 | New "extends" relation adds another special list to the package class. | Todd Gamblin | 2 | -1/+28 |
2015-02-02 | Directory layout can now track installed extensions per package. | Todd Gamblin | 1 | -1/+96 |
2015-02-02 | Fix bug in mirror path construction. | Todd Gamblin | 3 | -10/+13 |
2015-01-23 | Packages have rpath property. | Todd Gamblin | 1 | -4/+27 |
2015-01-22 | Add is_exe function to filesystem. | Todd Gamblin | 1 | -1/+6 |
2015-01-14 | Fix #11: bug in ProviderIndex | Todd Gamblin | 1 | -16/+29 |
2015-01-10 | Fix bug when all deps are back edges. | Todd Gamblin | 1 | -3/+6 |
2015-01-10 | Fix bug in STAT graph | Todd Gamblin | 1 | -13/+19 |
2015-01-05 | Allow commands to return error codes. | Todd Gamblin | 2 | -0/+6 |
2015-01-04 | Expansion works properly, simplified graph code. | Todd Gamblin | 2 | -90/+148 |
2015-01-03 | bugfix for dot graphs of virtual packages. | Todd Gamblin | 2 | -11/+17 |
2015-01-03 | Factor graph code out into its own module, rework spack graph. | Todd Gamblin | 6 | -317/+509 |
2014-12-31 | Color graph edges. | Todd Gamblin | 1 | -21/+42 |
2014-12-30 | Pipelining back edges works, saves more space. | Todd Gamblin | 1 | -42/+71 |
2014-12-29 | Reduce number of immediate expand/contracts. | Todd Gamblin | 1 | -9/+21 |
2014-12-29 | More compact graphs: do back edges before forward expansion. | Todd Gamblin | 1 | -46/+80 |
2014-12-29 | Spec graph works without color. | Todd Gamblin | 2 | -19/+12 |
2014-12-29 | Fix ColorStream | Todd Gamblin | 2 | -10/+14 |