Age | Commit message (Expand) | Author | Files | Lines |
2017-04-05 | Update copyright on the docs. (#3718) | Todd Gamblin | 1 | -2/+2 |
2017-04-05 | spack create MakefilePackage (#3710) | Adam J. Stewart | 2 | -26/+38 |
2017-04-05 | Merge pull request #2789 from paulhopkins/features/allow_package_installation... | scheibelp | 6 | -22/+112 |
2017-04-05 | Allow installation directory layout to be configured using either hash | Paul Hopkins | 6 | -22/+112 |
2017-04-04 | Avoid null reference in arch concretization (#2596) | scheibelp | 1 | -3/+18 |
2017-04-04 | Fixes #3675: Abinit: invalid spec on concretization #(3686) | Massimiliano Culpo | 1 | -1/+1 |
2017-04-04 | Update getting_started.rst (#3685) | Justin Cook | 1 | -1/+1 |
2017-04-03 | Overhaul Spack's URL parsing (#2972) | Adam J. Stewart | 14 | -565/+1166 |
2017-04-02 | new directive: conflicts() (#3125) | Massimiliano Culpo | 4 | -1/+99 |
2017-04-01 | Add epigraph in docs. | Todd Gamblin | 1 | -1/+5 |
2017-04-01 | Add better tests for web.py; fix some bugs found with spidering. | Todd Gamblin | 8 | -35/+283 |
2017-04-01 | Fix Python 3 support in spack versions | Adam J. Stewart | 2 | -4/+5 |
2017-04-01 | fix annoying 'fatal: Not a git repository' error message (#3657) | Kenneth Hoste | 2 | -4/+8 |
2017-03-31 | fix flake8 ignore syntax (use E instead of ignore) (#3651) | Gregory Lee | 1 | -1/+1 |
2017-03-31 | test/package_sanity.py: ported to pytest (#3474) | Massimiliano Culpo | 1 | -34/+33 |
2017-03-31 | test/versions.py: ported to pytest (#3635) | Massimiliano Culpo | 1 | -403/+443 |
2017-03-31 | Spack works with Python 3 | Todd Gamblin | 2 | -2/+2 |
2017-03-31 | Clean up tests and add Python3 to Travis. | Todd Gamblin | 2 | -89/+155 |
2017-03-31 | Fix concretization bugs with virtuals and deptypes. | Todd Gamblin | 2 | -25/+39 |
2017-03-31 | Use key sorting instead of cmp() | Todd Gamblin | 19 | -396/+318 |
2017-03-31 | Resolve Python2/Python3 unicode issues by using str() | Todd Gamblin | 7 | -13/+15 |
2017-03-31 | Convert Python 2 idioms to Python 2/3-compatible ones. | Todd Gamblin | 73 | -321/+392 |
2017-03-31 | Update externals to work with Python 3 | Todd Gamblin | 42 | -131/+7062 |
2017-03-31 | PythonPackage: Let There Be Tests! (#2869) | Adam J. Stewart | 2 | -7/+75 |
2017-03-31 | Fix mxml (#3639) | Michael Kuhn | 1 | -0/+1 |
2017-03-30 | Extendable Perl (#3614) | Milton Woods | 8 | -7/+179 |
2017-03-28 | Fix bug in `spack find` for installations with unknown namespaces. (#3573) | Todd Gamblin | 1 | -1/+7 |
2017-03-28 | Bugfix: allow deactivating installs that don't have packages anymore. (#3572) | Todd Gamblin | 1 | -5/+4 |
2017-03-24 | make git fetching quite (#3180) | Denis Davydov | 1 | -12/+31 |
2017-03-23 | Add Expect package (#3517) | Adam J. Stewart | 1 | -1/+2 |
2017-03-21 | Fix for `find --explicit` #3374 (#3492) | George Hartzell | 1 | -1/+1 |
2017-03-20 | Improve output for compiler commands (#3480) | scheibelp | 2 | -1/+14 |
2017-03-20 | Fix issue with config.guess patching when the overwritten config.guess did no... | Matthew LeGendre | 1 | -9/+5 |
2017-03-18 | Use byte-encoded UTF-8 for sourced environment in Python 2 (#3489) | Todd Gamblin | 3 | -9/+52 |
2017-03-17 | Don't use @system in packages.yaml (#3472) | Adam J. Stewart | 3 | -73/+19 |
2017-03-16 | Detect when OS updates affect compiler selection (#3410) | scheibelp | 3 | -21/+77 |
2017-03-16 | Dont propagate flags between different compilers (#3379) | scheibelp | 2 | -41/+28 |
2017-03-16 | Dont auto-init compiler conf for 'compiler find' (#3439) | scheibelp | 2 | -8/+9 |
2017-03-14 | Consistent docs and usage of env mod methods (#3351) | Adam J. Stewart | 2 | -81/+61 |
2017-03-14 | fix automatic mixing of clang with gfortran 6.3.0 on macOS (#3427) | Denis Davydov | 2 | -14/+5 |
2017-03-14 | test/file_cache.py: ported to pytest (#3429) | Massimiliano Culpo | 1 | -44/+36 |
2017-03-13 | Fix from_sourcing_files(): decode json input as utf-8 (#3433) | Todd Gamblin | 1 | -2/+4 |
2017-03-11 | Correct inconsistency in comment (#3414) | Erik Schnetter | 1 | -1/+1 |
2017-03-11 | Make multimethods work with inheritance. (#3411) | Todd Gamblin | 2 | -3/+17 |
2017-03-10 | Features/compiler config consistency (#2999) | scheibelp | 6 | -70/+181 |
2017-03-09 | created elf virtual package and updated dependent packages (#3317) | Gregory Lee | 1 | -0/+13 |
2017-03-07 | package.py: packages dump build dependencies in prefix (#3373) | Massimiliano Culpo | 1 | -1/+3 |
2017-03-07 | test/environment.py: ported to pytest, added a test on separators (#3375) | Massimiliano Culpo | 1 | -171/+235 |
2017-03-04 | Allow find_libraries to accept lists or strings (#3363) | Adam J. Stewart | 2 | -14/+16 |
2017-03-03 | Fix error raised for multiple virtual packages. (#3306) | Joschka Lingemann | 1 | -1/+2 |