summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-01Bump version to 0.49.2 for release0.49.2Nirbheek Chauhan
2019-02-01qt: Only look for a framework on macOS if building for macOSNirbheek Chauhan
2019-02-01deps: Don't reject cross usage of extra frameworksNirbheek Chauhan
2019-02-01pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan
2019-02-01pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens
2019-02-01Add all files from scripts to MSI package. Closes #4621.Jussi Pakkanen
2019-02-01qt: Print the full path of the `qmake` binary foundNirbheek Chauhan
2019-01-23Bump version to 0.49.1 for release0.49.1Nirbheek Chauhan
2019-01-23coredata: Only reject a load if major version differsNirbheek Chauhan
2019-01-22pkgconfig: Fix link order of library dependenciesNiklas Haas
2019-01-22coredata: Serialize native files into the cmd_line.txt fileDylan Baker
2019-01-22coredata: Handle EOFError like UnpicklingErrorDylan Baker
2019-01-22coredata: Handle AttributeError in unpickling coredataDylan Baker
2019-01-22mesonmain: Force to output UTF-8 even when the locale isn'tOlivier Crête
2019-01-22Save surrogates as-is in log filesOlivier Crête
2019-01-14OpenBSD: register machine cpu "macppc" as cpu_family "ppc"Antoine Jacoutot
2019-01-14pkgconfig: Fix flag deduplicationXavier Claessens
2019-01-14Better Python exe detector. Closes #4614.Jussi Pakkanen
2019-01-14msetup: Fix callig meson --wipe inside a build directoryDylan Baker
2019-01-14dependencies/ui: Fix qmake detection when not using cross or native fileDylan Baker
2019-01-14dependencies/ui: Fix Qt pkg-config detection on MacOSDylan Baker
2019-01-14Added unit testDaniel Mensinger
2019-01-14Fixed subprojects build infoDaniel Mensinger
2019-01-14msetup: Give a nice error message if cmd_line.txt cannot be readDylan Baker
2019-01-14dependencies/ui: Don't require lrelease for qtDylan Baker
2018-12-09Update everything for release 0.49.00.49.0Jussi Pakkanen
2018-12-09Disable broken MMX code.Jussi Pakkanen
2018-12-09Skip if a suitable D alternative is not found.Jussi Pakkanen
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen
2018-12-09Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö
2018-12-09Do not write cp entry when it is empty. Closes #4602.Jussi Pakkanen
2018-12-09Updated Linux CI image to cosmic.Jussi Pakkanen
2018-12-07Print ASCII version of unrepresentable text. Closes #4600.Jussi Pakkanen
2018-12-07Update VS files only if something changed.John Preston
2018-12-07Error out if kwargs dict contains a kwargs entry.Jussi Pakkanen
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen
2018-12-05modules/python: Do not override link_args with None largsPhilippe Normand
2018-12-05docs: fix link to platform install quirks [skip ci]Dylan Baker
2018-12-05Don't blame absent cmake for all missing dependenciesJon Turney
2018-12-05Correctly detect 32-bit arm userland on 64-bit armNirbheek Chauhan
2018-12-05Reorganize cpu detection code to be more consistentNirbheek Chauhan
2018-12-05Fix detection with VS 2017, and fix a bug in detection on VS 2008Nirbheek Chauhan
2018-12-05Fix typos in kwargdict snippet [skip ci]Nirbheek Chauhan
2018-12-05docs: Misc syntax fixes and missing links [skip ci]Nirbheek Chauhan
2018-12-05docs: Document subproject(... required: false) [skip ci]Nirbheek Chauhan
2018-12-05Document how to declare fallback-only dependencies [skip ci]Nirbheek Chauhan
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen
2018-12-04Use correct environment for REGEN in VS backend.John Preston
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens
2018-12-04BuildTarget: Fix typo, self.install does not existsXavier Claessens