index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
adelie-v0.23.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-25
Add spack md5 command for simple checksumming.
Todd Gamblin
1
-0
/
+52
2014-10-25
Add a dummy depends_on to the boilerplate.
Todd Gamblin
1
-0
/
+3
2014-10-23
Start documenting new features.
Todd Gamblin
2
-170
/
+172
2014-10-22
Test for URL extrapolation.
Todd Gamblin
4
-5
/
+102
2014-10-16
Consolidate archive_file() implementation into Stage.
Todd Gamblin
2
-22
/
+35
2014-10-16
Bug fixes for URLs and mirror fetching.
Todd Gamblin
5
-22
/
+37
2014-10-15
Add test cases for mirroring.
Todd Gamblin
9
-116
/
+276
2014-10-15
Refactor fetch tests to use common mock repo module.
Todd Gamblin
4
-148
/
+198
2014-10-14
Add a mirror module that handles new fetch strategies.
Todd Gamblin
4
-109
/
+270
2014-10-07
Add archive creation capability to fetch strategies.
Todd Gamblin
1
-6
/
+46
2014-10-07
Minor bugfix in exception constructor.
Todd Gamblin
1
-1
/
+1
2014-10-07
Move tty output commands out of package and into clean command.
Todd Gamblin
2
-11
/
+14
2014-10-07
Fix for SPACK-39: Concretization was too restrictive.
Todd Gamblin
6
-170
/
+163
2014-10-04
Added test for Mercurial fetching.
Todd Gamblin
3
-18
/
+163
2014-10-03
Add Mercurial fetch strategy and lwm2.
Todd Gamblin
1
-0
/
+70
2014-10-03
Fix location.py to use source_path
Todd Gamblin
1
-3
/
+3
2014-10-03
add tests for svn fetching.
Todd Gamblin
5
-7
/
+176
2014-10-03
Add test case for git fetching.
Todd Gamblin
6
-18
/
+222
2014-10-03
Callpath build works when a tag is fetched from git.
Todd Gamblin
3
-69
/
+172
2014-10-03
Implement per-version attributes for flexible fetch policies.
Todd Gamblin
8
-87
/
+273
2014-10-03
Factor out URL fetching into URLFetchStrategy
Todd Gamblin
5
-117
/
+310
2014-09-19
Change git URL to https URL in all docs.
Todd Gamblin
2
-2
/
+2
2014-09-19
Fix for bug in create introduced by LLVM merge.
Todd Gamblin
1
-13
/
+14
2014-09-18
Merge branch 'features/llvm' into develop
Todd Gamblin
7
-27
/
+65
2014-09-18
Better C++11 support, remove non-standalone llvm-compiler-rt.
Todd Gamblin
6
-1
/
+157
2014-09-18
Support for pkg-config.
Todd Gamblin
1
-1
/
+9
2014-09-17
Add command to show packages added in particular git revisions.
Todd Gamblin
1
-0
/
+124
2014-09-16
Merge branch 'develop' into features/fileutils
Todd Gamblin
59
-553
/
+4625
2014-09-16
Some fixups for Adam's callpath and adept-utils packages.
Todd Gamblin
3
-3
/
+3
2014-08-22
Add dependency prefixes to CMAKE_PREFIX_PATH
David Beckingsale
1
-0
/
+4
2014-08-22
Add spack cd and spack location commands.
Todd Gamblin
5
-31
/
+138
2014-08-21
Merge branch 'features/postgresql' into develop
Todd Gamblin
3
-26
/
+60
2014-08-20
Make EnvModule class use spec instead of package, fix using module of non-pre...
Todd Gamblin
4
-27
/
+28
2014-08-20
Merge branch 'features/python-2.6-compatibility' into develop
Todd Gamblin
43
-184
/
+3372
2014-08-18
Merge pull request #19 in SCALE/spack from features/modules to develop
George Todd Gamblin
11
-173
/
+491
2014-08-17
Bugfixes for csh environment modules.
Todd Gamblin
2
-13
/
+29
2014-08-16
Bugfixes, more consolidation of modules code.
Todd Gamblin
3
-21
/
+49
2014-08-16
Add csh/tcsh support for modules
Todd Gamblin
1
-0
/
+1
2014-08-16
Consolidate most module code into spack.modules and spack.cmd.module
Todd Gamblin
10
-282
/
+283
2014-08-11
Add options to stage to make it just print out stage dir.
Todd Gamblin
1
-6
/
+36
2014-08-11
Allow packages to add a dotkit() method and write custom parts of dotkits.
Todd Gamblin
1
-5
/
+27
2014-08-11
More robust symbol inclusion for 'from spack import *'
Todd Gamblin
1
-18
/
+23
2014-08-10
Test cases pass; Spack supports Python 2.6!
Todd Gamblin
6
-100
/
+102
2014-08-10
cc supports Python 2.6
Todd Gamblin
2
-3
/
+4
2014-08-10
Get rid of Python 2.7 dict.viewkeys() call.
Todd Gamblin
1
-1
/
+1
2014-08-10
Remove dependency on Python2.7 OrderedDict, revise config parser
Todd Gamblin
2
-44
/
+284
2014-08-10
Add Python 2.7 functools.total_ordering to external modules.
Todd Gamblin
3
-1
/
+33
2014-08-10
Fix minor warning about Exception.message being deprecated.
Todd Gamblin
1
-1
/
+2
2014-08-10
Change dict comprehensions to dict() constructors.
Todd Gamblin
4
-4
/
+4
2014-08-10
Fix SPACK-27 & remove dependence on check_output
Todd Gamblin
1
-8
/
+17
[next]