summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add SourcePool class and make Source store its morphology filenameLars Wirzenius2012-04-105-3/+126
* Add a Source classLars Wirzenius2012-04-103-0/+125
* Create cache directory when needed in LocalRepoCacheLars Wirzenius2012-04-102-0/+23
* Fix unit test failures: mark out-of-coverage, and use wrapper to allow testsLars Wirzenius2012-04-101-6/+5
* Fix unit test to remember it's created a file when faking a downloadLars Wirzenius2012-04-101-0/+1
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-104-19/+28
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-091-5/+55
|\
| * Add doc strings to the CachedRepo class.Jannis Pohlmann2012-04-091-2/+55
| * Remove unnecessary unhexlify calls.Jannis Pohlmann2012-04-091-3/+0
* | Add a new morphology parser classLars Wirzenius2012-04-092-0/+163
|/
* Use the real CachedRepo class in LocalRepoCacheLars Wirzenius2012-04-091-9/+1
* Get rid of 2.7 syntax for assertRaises.Jannis Pohlmann2012-04-091-26/+27
* Get rid of nested try/except blocks.Jannis Pohlmann2012-04-091-17/+21
* Add CachedRepo class with tests.Jannis Pohlmann2012-04-093-0/+329
* Remove downloaded bundle after it has been clonedLars Wirzenius2012-04-092-0/+16
* Add bundle support to LocalRepoCacheLars Wirzenius2012-04-092-3/+72
* Add a LocalRepoCache classLars Wirzenius2012-04-093-0/+243
* Avoid setting the mtime of broken symlinks.Jannis Pohlmann2012-04-051-1/+3
* Add support for morphology auto-detection to BuildDependencyGraph.Jannis Pohlmann2012-04-021-5/+5
* morphologyloader.py: Fix typoJavier Jardón2012-04-021-1/+1
* Replace morphology defaults to None test with defaults to manual.Jannis Pohlmann2012-04-021-2/+2
* Fall back to 'manual' build system if none is specified.Jannis Pohlmann2012-04-022-5/+2
* Merge branch 'liw/morphless-chunks'Lars Wirzenius2012-03-305-39/+357
|\
| * Automatically deduce type of chunk if one doesn't existLars Wirzenius2012-03-302-3/+30
| * Make build system autodetection use an file existence function passed inLars Wirzenius2012-03-302-17/+34
| * Change detect_build_system to not default to manualLars Wirzenius2012-03-302-6/+4
| * Make build system class return artificial text for missing morphologyLars Wirzenius2012-03-302-0/+19
| * Make use of the new build system class in ChunkBuilderLars Wirzenius2012-03-301-36/+2
| * Add indexing access to the various commands in build systemsLars Wirzenius2012-03-302-3/+25
| * Add tests for looking up autotools, dummy build systemsLars Wirzenius2012-03-301-0/+8
| * Improve error message for unknown build system nameLars Wirzenius2012-03-301-1/+2
| * Add the build commands for autotoolsLars Wirzenius2012-03-301-0/+15
| * Add a dummy build systemLars Wirzenius2012-03-302-0/+34
| * Add looking up of build systems by nameLars Wirzenius2012-03-302-4/+37
| * Add default (empty) command lists for build systemsLars Wirzenius2012-03-301-1/+7
| * Add autodetection for autotools, and a factory functionLars Wirzenius2012-03-302-4/+57
| * STart a build system abstraction with autodetectionLars Wirzenius2012-03-303-0/+119
* | Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-03-301-6/+7
|\ \ | |/ |/|
| * morphlib.fsutils: remove debug print statementsRichard Maw2012-03-291-1/+0
| * fsutils.setup_device_mapping: use a regexRichard Maw2012-03-281-6/+8
* | Refactor: remove unnecessary methodLars Wirzenius2012-03-271-7/+5
|/
* Merge branch 'master' into jannis/add-target-cflags-optionJannis Pohlmann2012-03-271-1/+5
|\
| * Add rudimentary branch+merge supportLars Wirzenius2012-03-261-1/+5
| |\
| | * Add cmdtest for morph branch to set origin correctlyLars Wirzenius2012-03-231-1/+5
* | | Add --target-cflags option; set arch/fp in baserock-bootstrap on ARM.Jannis Pohlmann2012-03-261-1/+1
|/ /
* | Fix a few typos and so on.Jannis Pohlmann2012-03-232-8/+10
* | morphlib: allow import morphlib to find fsutilsRichard Maw2012-03-231-0/+1
* | fix overly long linesRichard Maw2012-03-231-2/+4
* | morphlib: move filesystem stuff out of builderRichard Maw2012-03-232-39/+78
* | make get_cache_id not require a blob to be passedRichard Maw2012-03-231-15/+13