summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas
2018-12-12Better Python exe detector. Closes #4614.Jussi Pakkanen
2018-12-11Add Renesas RL78 CPU family. Closes #4606.Jussi Pakkanen
2018-12-10python: only link extension modules against libpython when distutils does too...Christoph Reiter
2018-12-10Bump version number for new development.Jussi Pakkanen
2018-12-09Update everything for release 0.49.0Jussi 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-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-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-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
2018-12-03Use more `environment.default_*` for consistencyJohn Ericson
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson
2018-12-03pkgconfig: do not generated dependency on itselfLuca Boccassi
2018-12-02Merge pull request #4389 from xclaesse/subprojects-cmdJussi Pakkanen
2018-12-02coverage: Print summary after gcovr html generationMohammed Sadiq
2018-12-02Add 'meson subprojects download' commandXavier Claessens
2018-12-02Add 'meson subprojects checkout' commandXavier Claessens
2018-12-02Add 'meson subprojects update' commandXavier Claessens
2018-11-28Merge pull request #3061 from jon-turney/introspect-custom-target-filesJussi Pakkanen
2018-11-28Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen
2018-11-27Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen
2018-11-27Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen
2018-11-27Fixed unit test (see #4549)Daniel Mensinger
2018-11-26Remove name property from introspect --projectinfo as it is not usedDaniel Schulte
2018-11-26mintro: Allow introspect --projectinfo without build directory.Daniel Schulte
2018-11-26AstInterpreter: Stub out more functionsDaniel Schulte
2018-11-26mintro: Split list_buildsystem_files into generation and command functionDaniel Schulte
2018-11-26Split AstInterpreter into base class and RewriterInterpreterDaniel Schulte
2018-11-26Fixed unbound cmvers variable (#4549)Daniel Mensinger
2018-11-24Sorted arrays alphabeticallyDaniel Mensinger
2018-11-24Added 'section' key to buildoptions introspectionDaniel Mensinger
2018-11-22Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker
2018-11-22Fix subproject initialization without git installed.Elliott Sales de Andrade
2018-11-22Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach
2018-11-20minstall: Do not delete dst files when installing a directoryXavier Claessens
2018-11-19Fix flake8 whitespace reportsJon Turney