summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem_tests.py
Commit message (Expand)AuthorAgeFilesLines
* buildsystem: Generate a Morphology not textAdam Coldrick2014-08-141-4/+4
* Update copyright yearLars Wirzenius2013-05-301-1/+1
* Add detection for cmake and qmake build systemsRichard Dale2013-05-291-0/+51
* Fix spelling mistakesSam Thursfield2012-11-121-1/+1
* Refactor build system code for easier testingSam Thursfield2012-08-241-18/+6
* Use git ls-tree to autodetect build systemSam Thursfield2012-08-241-54/+22
* buildsystem: Fix incorrect testcaseSam Thursfield2012-08-241-2/+2
* python scripts: pep8ize codebaseRichard Maw2012-08-011-21/+20
* Make build system autodetection use an file existence function passed inLars Wirzenius2012-03-301-8/+20
* Change detect_build_system to not default to manualLars Wirzenius2012-03-301-2/+2
* Make build system class return artificial text for missing morphologyLars Wirzenius2012-03-301-0/+5
* Add indexing access to the various commands in build systemsLars Wirzenius2012-03-301-3/+21
* Add tests for looking up autotools, dummy build systemsLars Wirzenius2012-03-301-0/+8
* Add a dummy build systemLars Wirzenius2012-03-301-0/+18
* Add looking up of build systems by nameLars Wirzenius2012-03-301-0/+13
* Add autodetection for autotools, and a factory functionLars Wirzenius2012-03-301-4/+24
* STart a build system abstraction with autodetectionLars Wirzenius2012-03-301-0/+72