Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 |
2016-10-06 | Restore default RPATH settings but allow packages to limit to immediate deps.... | Todd Gamblin | 2 | -2/+14 |
2016-10-06 | Fix bugs preventing readthedocs from rebuilding the documentation (#1945) | Adam J. Stewart | 2 | -14/+12 |
2016-10-06 | [Bug Fix (and docs too)] : Do not select @develop version by default (#1933) | Elizabeth Fischer | 2 | -5/+47 |
2016-10-06 | add contribution guide focused on Git and PRs (#1664) | Denis Davydov | 2 | -0/+248 |
2016-10-06 | Fix various documentation bugs (#1678) | Adam J. Stewart | 8 | -108/+97 |
2016-10-06 | Fixes bug closing Executable file io-streams (#1890) | Matt Belhorn | 1 | -3/+3 |
2016-10-06 | Fix fetch() method. Was being called with "wrong" arguments, raising excepti... | Elizabeth Fischer | 1 | -1/+1 |
2016-10-06 | Fix Issues with non-numeric versions, as well as preferred=True (#1561) | Elizabeth Fischer | 3 | -39/+113 |
2016-10-05 | Handle packages with unparseable extensions (#1758) | scheibelp | 6 | -21/+21 |
2016-10-05 | docs/getting_started: s/Macintosn/Macintosh/; (#1928) | Geoffrey Oxberry | 1 | -1/+1 |
2016-10-05 | Documentation Improvements for SC16 (#1676) | Elizabeth Fischer | 10 | -867/+2757 |
2016-10-05 | New command flag: spack install --dependencies-only (#1603) | Elizabeth Fischer | 5 | -23/+40 |
2016-10-05 | Add package for CONVERGE CFD (#1905) | Adam J. Stewart | 1 | -0/+5 |
2016-10-05 | Added missing function for CMake builds. (#1250) | Elizabeth Fischer | 1 | -9/+15 |
2016-10-04 | Read-only locks should close fd before opening for write. (#1906) | Todd Gamblin | 2 | -0/+37 |
2016-10-04 | Fix some documentation build warnings. (#1902) | Todd Gamblin | 3 | -15/+13 |
2016-10-04 | Rework build environment and cc to use smaller RPATHs. (#1894) | Todd Gamblin | 3 | -13/+108 |
2016-10-04 | Fixes #1893: missing import | Todd Gamblin | 1 | -0/+1 |
2016-09-30 | Fix read locks on read-only file systems (#1857) | Michael Kuhn | 1 | -1/+2 |