aboutsummaryrefslogtreecommitdiff
path: root/meson.py
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Some work on gettext.Jussi Pakkanen1-1/+3
2013-09-02Check for existance of core data file, not directory.Jussi Pakkanen1-7/+2
2013-09-02Guard against people running Meson on an already configured build dir.Jussi Pakkanen1-6/+26
2013-09-02Better error logging for early errors.Jussi Pakkanen1-2/+9
2013-08-23A journey to cross-compilation starts with a single step.Jussi Pakkanen1-0/+6
2013-08-11Check that missing subdirs cause an error.Jussi Pakkanen1-1/+1
2013-07-27I accidentally.Jussi Pakkanen1-1/+0
2013-07-27Some sort of elif implementation.Jussi Pakkanen1-0/+1
2013-07-08More use of logging framework.Jussi Pakkanen1-2/+2
2013-07-08Moved some print functions to logging.Jussi Pakkanen1-3/+5
2013-07-08Output to console and log file.Jussi Pakkanen1-0/+1
2013-07-08Started work on basic color logging framework.Jussi Pakkanen1-3/+4
2013-06-02Better error text.Jussi Pakkanen1-1/+4
2013-05-26Add line number and file information to exception objects at one location.Jussi Pakkanen1-1/+1
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen1-5/+8
2013-04-01Removed shell backend.Jussi Pakkanen1-4/+2
2013-03-24Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen1-1/+1
2013-03-15Print friendlier error messages rather than the Python stack trace.Jussi Pakkanen1-1/+6
2013-03-08A few more Windows fixes.Jussi Pakkanen1-2/+7
2013-03-03Fix shebang lines to work on OSX too.Jussi Pakkanen1-1/+1
2013-03-01Guard against different Meson versions.Jussi Pakkanen1-1/+1
2013-02-24Persist core data to disk.Jussi Pakkanen1-0/+1
2013-02-24Renamed generator command line option to backend.Jussi Pakkanen1-4/+4
2013-02-23Renamed generators to backends.Jussi Pakkanen1-3/+3
2013-02-23Started work on pipelines by adding generator test case skeleton.Jussi Pakkanen1-0/+6
2013-02-23More builder -> Meson renaming.Jussi Pakkanen1-14/+14
2013-02-21Added support for coverage.Jussi Pakkanen1-0/+2
2013-02-17Renamed system from builder to Meson.Jussi Pakkanen1-0/+117