Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-02 | Clean up stable hashing so that specs don't contain !!python/object/apply | Todd Gamblin | 4 | -50/+51 | |
- only output basic lists, dicts, etc. - spec and database now parse and write specs as ordered data. | |||||
2016-09-02 | Merge branch 'UCL-RITS-hash_stability' into bugfix/hash-collision | Todd Gamblin | 2 | -15/+51 | |
2016-09-02 | Fix hash copying in _dup. | Todd Gamblin | 1 | -7/+17 | |
- Spec._dup() incorrectly copied cached hashes and normal/concrete values even when dependency structure was not preserved. - Now these are only copied when *all* dependencies are copied. | |||||
2016-09-02 | Fix hash handling in directory layout | Todd Gamblin | 1 | -0/+7 | |
- Currently, build dependencies are not currently hashed; we are waiting to hash these until we have smarter concretization that can reuse more installed specs. The layout needs to account for this when checking whethert things are installed. | |||||
2016-09-01 | Fix `spack reindex` so that it will work if DB is corrupt (duh). | Todd Gamblin | 1 | -16/+45 | |
- Transaction logic had gotten complicated -- DB would not reindex when corrupt, rather the error would be reported (ugh). - DB will now print the error and force a rebuild when errors are detected reading the old databse. | |||||
2016-09-01 | Update tests to reflect new in-memory hashing vs. coarser dag_hash. | Todd Gamblin | 1 | -7/+18 | |
- Spack currently not hashing build deps (to allow more reuse of packages and less frequent re-installing) - Fast in-memory hash should still hash *all* deptypes, and installed specs will only reflect link and run deps. - We'll revert this when we can concretize more liberally based on what is already installed. | |||||
2016-09-01 | Add option to copy only certain deptypes to Spec.copy() | Todd Gamblin | 1 | -16/+24 | |
- can now pass these to Spec.copy() and Spec._dup(): - deps=True - deps=False - deps=(list of deptypes) - Makes it easy to filter out only part of a spec. | |||||
2016-09-01 | Faster database loading. | Todd Gamblin | 1 | -17/+37 | |
- use a 3-pass algorithm to load the installed package DAG. - avoid redundant hashing/comparing on load. | |||||
2016-09-01 | Specs now cache result of "fast" in-memory hash. | Todd Gamblin | 1 | -8/+22 | |
- Hash causes major slowdown for reading/setting up large DBs - New version caches hash for concrete specs, which includes all specs in the install DB | |||||
2016-09-01 | Fix dependency bug in database. Fixes #1265, #1320. | Todd Gamblin | 1 | -1/+1 | |
2016-08-31 | Make gh-pages redirect to readthedocs.io | Todd Gamblin | 3 | -1/+22 | |
2016-08-31 | Expand/clarify description of dependency types | Erik Schnetter | 1 | -14/+25 | |
2016-08-30 | Fix modules.rst doc build warning. | Todd Gamblin | 2 | -4/+2 | |
2016-08-30 | Move sphinx-apidoc into conf.py, too. | Todd Gamblin | 3 | -1/+7 | |
2016-08-30 | fix sys.path in conf.py | Todd Gamblin | 1 | -1/+1 | |
2016-08-30 | test. | Todd Gamblin | 1 | -0/+3 | |
2016-08-30 | sorted command index, better colification. | Todd Gamblin | 1 | -5/+7 | |
2016-08-30 | Don't test sphinx-generated conf.py for flake8 issues. | Todd Gamblin | 1 | -0/+1 | |
2016-08-30 | Fix issue with path to Spack. | Todd Gamblin | 1 | -1/+1 | |
2016-08-30 | Exclude spack.__all__ from documentation. | Todd Gamblin | 1 | -0/+22 | |
Everything in the __all__ list in the spack module is from some other module, so only do their documentation in their original location. This also avoids issues like the fact that some directive names shadow spack core module names. | |||||
2016-08-30 | Undo changes to trailing triple quotes in docstring | Adam J. Stewart | 6 | -8/+12 | |
2016-08-30 | Resolve new documentation issues that have cropped up | Adam J. Stewart | 1 | -46/+60 | |
2016-08-30 | Make subcommands importable, '-' -> '_', fixes #1642 | Adam J. Stewart | 4 | -5/+1 | |
2016-08-30 | Fix spack --profile, fixes #1639 | Adam J. Stewart | 1 | -35/+8 | |
2016-08-30 | Use console instead of shell syntax lexer, fixes #1634 | Adam J. Stewart | 8 | -1002/+970 | |
2016-08-30 | Fixes #1620, Missing references | Adam J. Stewart | 2 | -3/+6 | |
2016-08-30 | Fixes #1618, Problems with spack package-list | Adam J. Stewart | 1 | -9/+14 | |
2016-08-30 | Fix docstrings for core Spack libraries, fixes #1612 | Adam J. Stewart | 20 | -201/+205 | |
2016-08-30 | Fix unexpected indentation in .rst files, #1612 | Adam J. Stewart | 2 | -2/+2 | |
2016-08-30 | Fix #1608, Include file not found | Adam J. Stewart | 1 | -2/+2 | |
2016-08-30 | Fix #1604 and fix #1605, title underline problems | Adam J. Stewart | 8 | -277/+411 | |
2016-08-30 | Fix #1594, duplicate explicit target name | Adam J. Stewart | 1 | -2/+2 | |
2016-08-30 | Move all documentation generation into conf.py | Todd Gamblin | 3 | -21/+32 | |
- extra steps in Makefile are ignored by readthedocs | |||||
2016-08-29 | resources : added docs fixes #1551 (#1627) | Massimiliano Culpo | 2 | -3/+23 | |
2016-08-29 | Fix exception constructors. (#1663) | Todd Gamblin | 1 | -3/+7 | |
2016-08-29 | Merge pull request #1564 from adamjstewart/features/create | Todd Gamblin | 1 | -1/+2 | |
Suggest setuptools when creating Python package | |||||
2016-08-28 | Documentation: Fix accidental quotation. version() takes expand as a ↵ | Tyler Esser | 1 | -1/+1 | |
keyword. (#1640) | |||||
2016-08-27 | Make clang detection work on AWS Ubuntu14. | Todd Gamblin | 1 | -1/+1 | |
2016-08-25 | Remove stale operating_system.py test per discussion in #1631 | Todd Gamblin | 1 | -75/+0 | |
- Test has not been registered in `__init__.py` for a while and needs a refresh. | |||||
2016-08-25 | Merge pull request #663 from citibeth/efischer/160327-DocumentationImprovements | Todd Gamblin | 5 | -3/+183 | |
[RtM] Documentation Improvements | |||||
2016-08-24 | Make `spack info` print deps in sorted order | Todd Gamblin | 1 | -1/+1 | |
2016-08-24 | Put url_for_version() after versions in example. | Elizabeth Fischer | 1 | -1/+2 | |
2016-08-24 | appeasing flake8, also cleaning up header | Tom Scogland | 1 | -38/+43 | |
The header append lines were too long, so I just converted it into a multi-line string template so it's all one piece now instead of a bunch of appends. | |||||
2016-08-24 | avoid specifying --delim unless required | Tom Scogland | 1 | -7/+35 | |
This increases portability of generated module files to versions of environment_modules hearkening back to just after the turn of the millennium. | |||||
2016-08-23 | Added CMake-based Development case study to docuemntation. | citibeth | 2 | -0/+168 | |
2016-08-23 | Explained url_for_version() | Elizabeth F | 1 | -2/+4 | |
2016-08-23 | Added note on use of 'less -R' for colorized output. | citibeth | 1 | -0/+9 | |
2016-08-19 | Suggest setuptools when creating Python package | Adam J. Stewart | 1 | -1/+2 | |
2016-08-15 | stripping the links to remove spaces and '\n' | Nicolas Richart | 1 | -1/+1 | |
2016-08-15 | Don't assume spack is in the path when buildign docs. | Todd Gamblin | 1 | -1/+2 | |