Age | Commit message (Expand) | Author | Files | Lines |
2016-10-22 | do_install : use build_system_class attribute instead of `type(self).__base__` | alalazo | 1 | -2/+3 |
2016-10-22 | spack info : shows the build-system class used | alalazo | 2 | -2/+17 |
2016-10-22 | packages : moved decorators into AutotoolsPackage and CMakePackage | alalazo | 1 | -0/+20 |
2016-10-22 | spack create : fixed typo | alalazo | 1 | -1/+1 |
2016-10-21 | Removed space before colon in `FIXME:`, added one line description of guess c... | alalazo | 1 | -13/+13 |
2016-10-21 | spack info : added phases | alalazo | 1 | -1/+8 |
2016-10-21 | qa : flake8 issues | alalazo | 1 | -1/+3 |
2016-10-21 | spack create : now creates packages that are derived from AutotoolsPackage an... | alalazo | 2 | -96/+155 |
2016-10-21 | CMakePackage : changed `list()` to [] | alalazo | 1 | -4/+1 |
2016-10-21 | do_install : removed install_self from the list of arguments (leftover after... | alalazo | 1 | -1/+0 |
2016-10-21 | Merge branch 'develop' of https://github.com/LLNL/spack into features/install... | alalazo | 25 | -237/+756 |
2016-10-18 | Don't cache truncated dag hash for spec (#2048) | scheibelp | 1 | -2/+2 |
2016-10-18 | `Package.do_install` : removed `install_self` from arguments (#1956) | Massimiliano Culpo | 4 | -32/+43 |
2016-10-18 | Support for bazel (#2023) | Eric | 1 | -1/+10 |
2016-10-16 | Ignore GPG/PGP signatures/checksums when finding available downloads (#2028) | Adam J. Stewart | 2 | -2/+11 |
2016-10-15 | Platform-specific config scopes (#2030) | Todd Gamblin | 3 | -23/+64 |
2016-10-15 | spack purge : updated documentation fixes #1938 (#2025) | Massimiliano Culpo | 1 | -4/+9 |
2016-10-14 | Major updates to Contribution Guide (#1968) | Adam J. Stewart | 1 | -127/+401 |
2016-10-12 | Use cYAML if it is available in Python. (#2010) | Todd Gamblin | 2 | -4/+11 |
2016-10-12 | Mock up Xcode devdir to make Qt5 work on Mac OS X (#1832) | Ben Boeckel | 3 | -5/+102 |
2016-10-12 | spack list : updated documentation (#2004) | Massimiliano Culpo | 1 | -16/+7 |
2016-10-11 | Documentation for modules configuration options (#1685) | Glenn Johnson | 1 | -0/+35 |
2016-10-11 | Make `insecure` option work with curl AND git. (#1786) | Todd Gamblin | 3 | -7/+39 |
2016-10-11 | environment modifications : permit to pass parameters along with file to be s... | Massimiliano Culpo | 3 | -3/+20 |
2016-10-11 | qa : flake8 issues | alalazo | 1 | -2/+0 |
2016-10-11 | Merge branch 'develop' of https://github.com/LLNL/spack into features/install... | alalazo | 44 | -1367/+4075 |
2016-10-11 | Use python platform.system for system ID (#1499) | Mario Melara | 2 | -8/+3 |
2016-10-11 | Fix bug in `spack debug create-db-tarball` | Todd Gamblin | 1 | -3/+19 |
2016-10-11 | Roll my my own bit_length function for Python 2.6 compatibility. | Todd Gamblin | 3 | -4/+11 |
2016-10-11 | Use a single lock file for stages and a single file for prefixes. | Todd Gamblin | 5 | -18/+57 |
2016-10-11 | Add tests for locks with byte ranges. | Todd Gamblin | 1 | -42/+150 |
2016-10-11 | Fix bug with lock upgrades. | Todd Gamblin | 1 | -12/+16 |
2016-10-11 | Add base32_prefix_bits function to get prefix of DAG hash as an int. | Todd Gamblin | 2 | -4/+61 |
2016-10-11 | Add byte-range parameters to llnl.util.lock | Todd Gamblin | 1 | -19/+40 |
2016-10-11 | Remove need to touch lock files before using. | Todd Gamblin | 6 | -38/+68 |
2016-10-11 | Make llnl.util.lock use file objects instead of low-level OS fds. | Todd Gamblin | 2 | -18/+20 |
2016-10-11 | stage : try to remove dead links only of folder that you actually care about | alalazo | 2 | -14/+44 |
2016-10-11 | lockfiles : creates directory for locks if not already present | alalazo | 1 | -0/+2 |
2016-10-11 | diy : removed global write lock on the db | alalazo | 1 | -34/+31 |
2016-10-11 | uninstall : removed global lock | alalazo | 2 | -16/+15 |
2016-10-11 | unit tests : fixed failing tests | alalazo | 1 | -1/+4 |
2016-10-11 | install : finer graned locking for install command | alalazo | 5 | -30/+97 |
2016-10-11 | Fixed set operation from undefined += to a union (#1963) | James Wynne III | 1 | -1/+2 |
2016-10-11 | spack list : merged package-list into list (#1932) | Massimiliano Culpo | 3 | -128/+116 |
2016-10-11 | Make CMake-based builds more verbose by default. (#1988) | Kelly Thompson | 1 | -1/+2 |
2016-10-11 | uninstall : permits to uninstall all installed software fixes #1477 (#1973) | Massimiliano Culpo | 1 | -30/+38 |
2016-10-11 | md5 : normalizes input before computing the md5 fixes #1508 (#1977) | Massimiliano Culpo | 1 | -2/+13 |
2016-10-07 | Add documentation for standard python repositories. (#1970) | Jean-Paul Pelteret | 1 | -0/+30 |
2016-10-07 | Check for `-r` in ccld mode too (#1972) | Isuru Fernando | 1 | -2/+2 |
2016-10-07 | fixes #858 (#1961) | Massimiliano Culpo | 1 | -1/+1 |