index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meson.py
Age
Commit message (
Expand
)
Author
2014-04-16
Specify build flags per build type.
Jussi Pakkanen
2014-03-31
Some cleanups.
Jussi Pakkanen
2014-03-31
Separated backends into their own files.
Jussi Pakkanen
2014-03-26
Basic pieces for an XCode project generator.
Jussi Pakkanen
2014-03-17
Backend work is start.
Jussi Pakkanen
2014-03-16
Here we go, starting parser transplant.
Jussi Pakkanen
2014-01-05
Start work on command line conf tool.
Jussi Pakkanen
2013-12-27
Final touches to unity builds.
Jussi Pakkanen
2013-12-26
The very basics of unity builds.
Jussi Pakkanen
2013-12-09
Can haz subproject options.
Jussi Pakkanen
2013-10-18
User options now do a full round trip.
Jussi Pakkanen
2013-10-16
Options can be accessed from scripts.
Jussi Pakkanen
2013-10-13
Can enable or disable the use of pch.
Jussi Pakkanen
2013-09-27
Fill build target data.
Jussi Pakkanen
2013-09-12
Some work on gettext.
Jussi Pakkanen
2013-09-02
Check for existance of core data file, not directory.
Jussi Pakkanen
2013-09-02
Guard against people running Meson on an already configured build dir.
Jussi Pakkanen
2013-09-02
Better error logging for early errors.
Jussi Pakkanen
2013-08-23
A journey to cross-compilation starts with a single step.
Jussi Pakkanen
2013-08-11
Check that missing subdirs cause an error.
Jussi Pakkanen
2013-07-27
I accidentally.
Jussi Pakkanen
2013-07-27
Some sort of elif implementation.
Jussi Pakkanen
2013-07-08
More use of logging framework.
Jussi Pakkanen
2013-07-08
Moved some print functions to logging.
Jussi Pakkanen
2013-07-08
Output to console and log file.
Jussi Pakkanen
2013-07-08
Started work on basic color logging framework.
Jussi Pakkanen
2013-06-02
Better error text.
Jussi Pakkanen
2013-05-26
Add line number and file information to exception objects at one location.
Jussi Pakkanen
2013-04-01
Extracted dependencies to their own file.
Jussi Pakkanen
2013-04-01
Removed shell backend.
Jussi Pakkanen
2013-03-24
Removed -tt from shebang lines because GNU env can't handle it and the
Jussi Pakkanen
2013-03-15
Print friendlier error messages rather than the Python stack trace.
Jussi Pakkanen
2013-03-08
A few more Windows fixes.
Jussi Pakkanen
2013-03-03
Fix shebang lines to work on OSX too.
Jussi Pakkanen
2013-03-01
Guard against different Meson versions.
Jussi Pakkanen
2013-02-24
Persist core data to disk.
Jussi Pakkanen
2013-02-24
Renamed generator command line option to backend.
Jussi Pakkanen
2013-02-23
Renamed generators to backends.
Jussi Pakkanen
2013-02-23
Started work on pipelines by adding generator test case skeleton.
Jussi Pakkanen
2013-02-23
More builder -> Meson renaming.
Jussi Pakkanen
2013-02-21
Added support for coverage.
Jussi Pakkanen
2013-02-17
Renamed system from builder to Meson.
Jussi Pakkanen