aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-02-01pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan1-12/+20
2019-02-01pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-02-01qt: Print the full path of the `qmake` binary foundNirbheek Chauhan1-1/+1
2019-01-23Bump version to 0.49.1 for release0.49.1Nirbheek Chauhan1-1/+1
2019-01-23coredata: Only reject a load if major version differsNirbheek Chauhan1-2/+5
2019-01-22pkgconfig: Fix link order of library dependenciesNiklas Haas1-2/+2
2019-01-22coredata: Serialize native files into the cmd_line.txt fileDylan Baker1-0/+6
2019-01-22coredata: Handle EOFError like UnpicklingErrorDylan Baker1-1/+1
2019-01-22coredata: Handle AttributeError in unpickling coredataDylan Baker1-1/+6
2019-01-22mesonmain: Force to output UTF-8 even when the locale isn'tOlivier CrĂȘte1-0/+17
2019-01-22Save surrogates as-is in log filesOlivier CrĂȘte1-2/+2
2019-01-14OpenBSD: register machine cpu "macppc" as cpu_family "ppc"Antoine Jacoutot1-0/+2
2019-01-14pkgconfig: Fix flag deduplicationXavier Claessens1-1/+5
2019-01-14Better Python exe detector. Closes #4614.Jussi Pakkanen1-1/+5
2019-01-14msetup: Fix callig meson --wipe inside a build directoryDylan Baker2-1/+25
2019-01-14dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker1-3/+1
2019-01-14dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker1-1/+9
2019-01-14Fixed subprojects build infoDaniel Mensinger1-1/+1
2019-01-14msetup: Give a nice error message if cmd_line.txt cannot be readDylan Baker1-2/+7
2019-01-14dependencies/ui: Don't require lrelease for qtDylan Baker1-1/+1
2018-12-09Update everything for release 0.49.00.49.0Jussi Pakkanen1-1/+1
2018-12-09Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö1-0/+3
2018-12-09Do not write cp entry when it is empty. Closes #4602.Jussi Pakkanen1-1/+4
2018-12-07Print ASCII version of unrepresentable text. Closes #4600.Jussi Pakkanen1-1/+5
2018-12-07Update VS files only if something changed.John Preston1-6/+14
2018-12-07Error out if kwargs dict contains a kwargs entry.Jussi Pakkanen1-1/+3
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen2-3/+17
2018-12-05modules/python: Do not override link_args with None largsPhilippe Normand1-2/+2
2018-12-05Don't blame absent cmake for all missing dependenciesJon Turney1-8/+8
2018-12-05Correctly detect 32-bit arm userland on 64-bit armNirbheek Chauhan1-5/+14
2018-12-05Reorganize cpu detection code to be more consistentNirbheek Chauhan1-32/+31
2018-12-05Fix detection with VS 2017, and fix a bug in detection on VS 2008Nirbheek Chauhan1-3/+9
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen1-1/+15
2018-12-04Use correct environment for REGEN in VS backend.John Preston2-2/+34
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens1-8/+40
2018-12-04BuildTarget: Fix typo, self.install does not existsXavier Claessens1-1/+1
2018-12-03Use more `environment.default_*` for consistencyJohn Ericson1-12/+16
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson2-6/+9
2018-12-03pkgconfig: do not generated dependency on itselfLuca Boccassi1-1/+1
2018-12-02Merge pull request #4389 from xclaesse/subprojects-cmdJussi Pakkanen5-8/+246
2018-12-02coverage: Print summary after gcovr html generationMohammed Sadiq1-1/+2
2018-12-02Add 'meson subprojects download' commandXavier Claessens1-1/+19
2018-12-02Add 'meson subprojects checkout' commandXavier Claessens1-32/+61
2018-12-02Add 'meson subprojects update' commandXavier Claessens5-8/+199
2018-11-28Merge pull request #3061 from jon-turney/introspect-custom-target-filesJussi Pakkanen1-1/+7
2018-11-28Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen1-2/+3
2018-11-27Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen3-32/+141
2018-11-27Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen2-1/+10
2018-11-27Fixed unit test (see #4549)Daniel Mensinger1-16/+19
2018-11-26Remove name property from introspect --projectinfo as it is not usedDaniel Schulte1-3/+2