summaryrefslogtreecommitdiff
path: root/meson.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix argparse to make rebuild work again.Jussi Pakkanen2015-03-061-2/+4
|
* Use argparse in introspector.Jussi Pakkanen2015-03-021-1/+1
|
* Use argparse instead of optparse in meson.py.Jussi Pakkanen2015-03-021-42/+36
|
* Added Debian multilib support.Jussi Pakkanen2015-02-161-1/+1
|
* Extracted compiler definitions to their own file.Jussi Pakkanen2014-12-031-2/+2
|
* Harmonised copyright declarations.Jussi Pakkanen2014-11-161-1/+1
|
* Kill end of line whitespace dead.Jussi Pakkanen2014-08-071-1/+1
|
* Can specify project options on the command line and the override defaults.Jussi Pakkanen2014-08-061-0/+2
|
* Added option for werror.Jussi Pakkanen2014-07-181-0/+2
|
* OCDJussi Pakkanen2014-06-021-1/+1
|
* Specify build flags per build type.Jussi Pakkanen2014-04-161-1/+1
|
* Some cleanups.Jussi Pakkanen2014-03-311-1/+1
|
* Separated backends into their own files.Jussi Pakkanen2014-03-311-4/+7
|
* Basic pieces for an XCode project generator.Jussi Pakkanen2014-03-261-1/+3
|
* Backend work is start.Jussi Pakkanen2014-03-171-2/+8
|
* Here we go, starting parser transplant.Jussi Pakkanen2014-03-161-2/+2
|
* Start work on command line conf tool.Jussi Pakkanen2014-01-051-3/+3
|
* Final touches to unity builds.Jussi Pakkanen2013-12-271-1/+1
|
* The very basics of unity builds.Jussi Pakkanen2013-12-261-0/+2
|
* Can haz subproject options.Jussi Pakkanen2013-12-091-6/+1
|
* User options now do a full round trip.Jussi Pakkanen2013-10-181-1/+1
|
* Options can be accessed from scripts.Jussi Pakkanen2013-10-161-1/+6
|
* Can enable or disable the use of pch.Jussi Pakkanen2013-10-131-0/+2
|
* Fill build target data.Jussi Pakkanen2013-09-271-1/+3
|
* Some work on gettext.Jussi Pakkanen2013-09-121-1/+3
|
* Check for existance of core data file, not directory.Jussi Pakkanen2013-09-021-7/+2
|
* Guard against people running Meson on an already configured build dir.Jussi Pakkanen2013-09-021-6/+26
|
* Better error logging for early errors.Jussi Pakkanen2013-09-021-2/+9
|
* A journey to cross-compilation starts with a single step.Jussi Pakkanen2013-08-231-0/+6
|
* Check that missing subdirs cause an error.Jussi Pakkanen2013-08-111-1/+1
|
* I accidentally.Jussi Pakkanen2013-07-271-1/+0
|
* Some sort of elif implementation.Jussi Pakkanen2013-07-271-0/+1
|
* More use of logging framework.Jussi Pakkanen2013-07-081-2/+2
|
* Moved some print functions to logging.Jussi Pakkanen2013-07-081-3/+5
|
* Output to console and log file.Jussi Pakkanen2013-07-081-0/+1
|
* Started work on basic color logging framework.Jussi Pakkanen2013-07-081-3/+4
|
* Better error text.Jussi Pakkanen2013-06-021-1/+4
|
* Add line number and file information to exception objects at one location.Jussi Pakkanen2013-05-261-1/+1
|
* Extracted dependencies to their own file.Jussi Pakkanen2013-04-011-5/+8
|
* Removed shell backend.Jussi Pakkanen2013-04-011-4/+2
|
* Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen2013-03-241-1/+1
| | | test suite now checks for tabs.
* Print friendlier error messages rather than the Python stack trace.Jussi Pakkanen2013-03-151-1/+6
|
* A few more Windows fixes.Jussi Pakkanen2013-03-081-2/+7
|
* Fix shebang lines to work on OSX too.Jussi Pakkanen2013-03-031-1/+1
|
* Guard against different Meson versions.Jussi Pakkanen2013-03-011-1/+1
|
* Persist core data to disk.Jussi Pakkanen2013-02-241-0/+1
|
* Renamed generator command line option to backend.Jussi Pakkanen2013-02-241-4/+4
|
* Renamed generators to backends.Jussi Pakkanen2013-02-231-3/+3
|
* Started work on pipelines by adding generator test case skeleton.Jussi Pakkanen2013-02-231-0/+6
|
* More builder -> Meson renaming.Jussi Pakkanen2013-02-231-14/+14
|