summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen
2020-02-27doc: fix link warningsMathieu Duponchelle
2020-02-27Fix python2 rename (#6703)Dylan Baker
2020-02-26mesonbuild/modules/gnome.py: Fix giscanner and gicompiler logicAdam Duskett
2020-02-25gobject-introspection: determine g-ir-scanner and g-ir-compiler paths from pk...Adam Duskett
2020-02-25azure ci: Test x86 Visual Studio builds again, closes #6604Nirbheek Chauhan
2020-02-25Typo fix. [skip ci]Jussi Pakkanen
2020-02-25Document the project policy on mixing build systems. [skip ci]Jussi Pakkanen
2020-02-24Merge pull request #6658 from michaelbadcrumble/clean_meson_initDylan Baker
2020-02-24Update minit.pyMichael Brockus
2020-02-24fixed issue with auto-detection failingMichael Brockus
2020-02-24use python set to tuple for checking membersMichael Brockus
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen
2020-02-23cmake2meson fix if nesting (#6676)Yann Dirson
2020-02-23Merge pull request #6602 from mensinda/depBoostJussi Pakkanen
2020-02-23Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen
2020-02-23Update Custom-build-targets.mdadamjalkemo
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan
2020-02-22symbolextractor: Add support for clang-clNirbheek Chauhan
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan
2020-02-22unit tests: Add a test for reconfigure causing no-op buildNirbheek Chauhan
2020-02-22unit tests: Make assertBuildNoOp check stricterNirbheek Chauhan
2020-02-22unit tests: Skip if pkg-config is not foundNirbheek Chauhan
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan
2020-02-22ninjabackend: Minor refactoringNirbheek Chauhan
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan
2020-02-21coredata: Fix search and replace mistakeDylan Baker
2020-02-21coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan
2020-02-21linkers: Update the linker names to be more consistentDylan Baker
2020-02-21docs: Fix reference table for linker namesDylan Baker
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker
2020-02-21unit tests: Remove an unused variableNirbheek Chauhan
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg
2020-02-20boost: Updated testsDaniel Mensinger
2020-02-20boost: Rewrite the boost system dependencyDaniel Mensinger
2020-02-20boost: Rewrite boost_names.py generatorDaniel Mensinger
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger
2020-02-19make use of default project constMichael
2020-02-19make use of enumsMichael
2020-02-19removed hardcoded values for more add less work in the long run.Michael
2020-02-19switch Python list for setMichael
2020-02-19remove uneeded '(' and ')'Michael
2020-02-19docs: Fix Dub section being inside CMake section [skip ci]Niklas Hambüchen
2020-02-19cmake: Ignore files that violate subproject isolation (fixes #6640)Daniel Mensinger
2020-02-19Update minit.pyMichael Brockus