Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-27 | Add docs on spack module refresh. | Todd Gamblin | 1 | -45/+92 | |
2014-10-27 | Document file filtering functions. | Todd Gamblin | 3 | -33/+206 | |
2014-10-27 | Docs for modules & dotkits. | Todd Gamblin | 1 | -0/+167 | |
2014-10-27 | Merge branch 'features/git-fetching' into develop | Todd Gamblin | 33 | -1053/+3318 | |
Conflicts: lib/spack/docs/packaging_guide.rst lib/spack/spack/cmd/info.py lib/spack/spack/package.py lib/spack/spack/stage.py | |||||
2014-10-27 | Updated packaging docs. | Todd Gamblin | 2 | -485/+1077 | |
2014-10-27 | Make info command show VCS URLs properly. | Todd Gamblin | 2 | -19/+32 | |
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 | Fix for SPACK-43: compiler finding fails gracefully on unknown error. | Todd Gamblin | 1 | -0/+6 | |
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 | |
- Uses new fetchers to get source - Add archive() method to fetch strategies to support this. - Updated mirror command to use new mirror module | |||||
2014-10-10 | Use external argparse in spack list, for 2.6 compatibility. | Todd Gamblin | 1 | -1/+1 | |
2014-10-08 | Add available versions to generated package list documentation. | Todd Gamblin | 2 | -1/+6 | |
2014-10-08 | Update documentation to add an auto-generated list of packages. | Todd Gamblin | 7 | -24/+117 | |
2014-10-08 | Add spack edit -c option to edit commands. | Todd Gamblin | 1 | -18/+31 | |
2014-10-08 | Update docs to use new version format. | Todd Gamblin | 2 | -11/+9 | |
2014-10-07 | Add archive creation capability to fetch strategies. | Todd Gamblin | 1 | -6/+46 | |
- fetch strategy needs to know how to create archive of fetched repo - allows mirrors to be created from git/other VCS fetches. | |||||
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 | |
- concretize_version() now Use satisfies(), not intersection. - version class updated with better intersection/union commands - version now 1.6 "contains" 1.6.5 - added test for new version functionality - remove none_high and none_low classes - version module is now self-contained; save for external 2.7 functools.total_ordering for 2.6 compatibility. | |||||
2014-10-06 | Add simple fnmatch filtering to spack list. | Todd Gamblin | 1 | -2/+31 | |
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 | |
- Tests pass with URL fetching and new scheme. - Lots of refactoring - Infrastructure is there for arbitrary fetch policies and more attribtues on the version() call. - Mirrors do not currently work properly, and they get in the way of a proper git fetch | |||||
2014-10-03 | Factor out URL fetching into URLFetchStrategy | Todd Gamblin | 5 | -117/+310 | |
- Added FetchStrategy class to Spack - Isolated pieces that need to be separate from Stage for git/svn/http - Added URLFetchStrategy for curl-based fetching. | |||||
2014-09-30 | Add test for URL version substitution. | Todd Gamblin | 2 | -0/+74 | |
2014-09-29 | Bugfix for version substitution. | Todd Gamblin | 1 | -1/+2 | |
2014-09-29 | Make fetch fail on 404. | Todd Gamblin | 1 | -0/+5 | |
2014-09-29 | Reverse sort output versions in spack checksum | Todd Gamblin | 1 | -1/+1 | |
2014-09-29 | Fix for spack cd -i. | Todd Gamblin | 1 | -3/+24 | |
2014-09-29 | Minor argparse improvement. | Todd Gamblin | 2 | -6/+21 | |
2014-09-27 | MPICH sets MPI compilers to use real compilers and not spack wrappers. | Todd Gamblin | 1 | -4/+23 | |
2014-09-27 | gfortran version detection brokenon debian. | Todd Gamblin | 1 | -1/+1 | |
2014-09-27 | Update checksum to print new version syntax. | Todd Gamblin | 1 | -4/+2 | |
2014-09-27 | Find custom list_urls depending on the archive URL (e.g. github releases) | Todd Gamblin | 2 | -1/+21 | |
2014-09-23 | Modify MPI installs to work without fortran. | Todd Gamblin | 1 | -2/+2 | |
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 | |
- merging parts of LLVM that can be built now. - need to wait for standalone builds for some of the others. | |||||
2014-09-18 | Better C++11 support, remove non-standalone llvm-compiler-rt. | Todd Gamblin | 6 | -1/+157 | |
- LLVM non-standalone add-ons are difficult to build outside LLVM. - May have to wait for future versions of LLVM to build some of these | |||||
2014-09-18 | Support for pkg-config. | Todd Gamblin | 1 | -1/+9 | |