summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * meson: try harder to infer build and source directories if called without ↵Tim-Philipp Müller2016-01-191-8/+15
| | | | | | | | | | | | | | | | arguments If there's no meson.build file in the current directory and there is one in the parent directory, assume that we are in the build directory.
* | Do delayed argument setting properly this time.Jussi Pakkanen2016-02-221-3/+4
| |
* | Preserve 'C:\' as an absolute path in prefix.Jussi Pakkanen2016-02-211-1/+6
| |
* | When erroring out due to invalid prefix, print the valueNirbheek Chauhan2016-02-171-1/+1
| | | | | | | | Helps with debugging what's going wrong
* | Strip trailing slash from prefix. Closes #366.Jussi Pakkanen2016-01-251-0/+2
| |
* | Moved backends to their own module.Jussi Pakkanen2016-01-231-3/+3
|/
* Improve command line arg behaviour.Jussi Pakkanen2016-01-161-4/+3
|
* Made gtkdoc and run targets work.Jussi Pakkanen2016-01-161-1/+1
|
* Renamed meson package to mesonbuild so that we can have a script named meson ↵Jussi Pakkanen2016-01-161-0/+262
in the same toplevel dir.