aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-29Test host_machine is correctly detected after add_languages()Jon Turney1-1/+2
2020-02-29mlog: fix remaining mypy errors and add to mypy checkDylan Baker2-10/+10
2020-02-29Merge pull request #6707 from jon-turney/bogus-failing-testsJussi Pakkanen8-9/+5
2020-02-29Fixed linker detecting on windows. Added comments about linker detecting for ...ur4t1-2/+4
2020-02-29Merge pull request #6666 from mensinda/testRefactorJussi Pakkanen155-1040/+1442
2020-02-29environment: Strip 'el' from the end of mips architecturesDylan Baker1-0/+6
2020-02-28environment: Fix construction of CudaLinkerJan Alexander Steffens (heftig)1-1/+1
2020-02-28Fix framework version failing testJon Turney1-1/+1
2020-02-28Remove exact version constraint from dub failing-meson testsJon Turney3-3/+3
2020-02-28Remove invalid escape char failing testJon Turney1-4/+0
2020-02-28Fix invalid and non-existent manfile extension testsJon Turney2-0/+0
2020-02-28Update test case to use run_target(command:)Jon Turney1-1/+1
2020-02-27Fix 'linuxlike/14 static dynamic linkage' test on CygwinJon Turney1-1/+1
2020-02-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen1-1/+3
2020-02-27doc: fix link warningsMathieu Duponchelle3-4/+4
2020-02-27Fix python2 rename (#6703)Dylan Baker1-11/+16
2020-02-26test: Updated docsDaniel Mensinger1-12/+120
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger5-21/+20
2020-02-26mesonbuild/modules/gnome.py: Fix giscanner and gicompiler logicAdam Duskett1-0/+4
2020-02-25gobject-introspection: determine g-ir-scanner and g-ir-compiler paths from pk...Adam Duskett1-3/+18
2020-02-25azure ci: Test x86 Visual Studio builds again, closes #6604Nirbheek Chauhan1-2/+2
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger142-913/+1194
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger5-25/+19
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger7-47/+64
2020-02-25test: general refactoring of run_project_tests.pyDaniel Mensinger1-41/+44
2020-02-25Typo fix. [skip ci]Jussi Pakkanen2-2/+2
2020-02-25Document the project policy on mixing build systems. [skip ci]Jussi Pakkanen4-0/+62
2020-02-24Merge pull request #6658 from michaelbadcrumble/clean_meson_initDylan Baker1-53/+64
2020-02-24Update minit.pyMichael Brockus1-3/+2
2020-02-24fixed issue with auto-detection failingMichael Brockus1-1/+2
2020-02-24use python set to tuple for checking membersMichael Brockus1-2/+2
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen19-106/+375
2020-02-23cmake2meson fix if nesting (#6676)Yann Dirson1-8/+17
2020-02-23Merge pull request #6602 from mensinda/depBoostJussi Pakkanen12-781/+1119
2020-02-23Merge pull request #6635 from mensinda/cmOTMFixJussi Pakkanen12-50/+199
2020-02-23Update Custom-build-targets.mdadamjalkemo1-2/+2
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan2-3/+27
2020-02-22symbolextractor: Add support for clang-clNirbheek Chauhan2-29/+39
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan2-7/+82
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan2-25/+55
2020-02-22unit tests: Add a test for reconfigure causing no-op buildNirbheek Chauhan1-0/+37
2020-02-22unit tests: Make assertBuildNoOp check stricterNirbheek Chauhan1-5/+5
2020-02-22unit tests: Skip if pkg-config is not foundNirbheek Chauhan1-0/+1
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan2-9/+16
2020-02-22ninjabackend: Minor refactoringNirbheek Chauhan1-2/+5
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan10-10/+17
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan6-20/+51
2020-02-21coredata: Fix search and replace mistakeDylan Baker1-2/+2
2020-02-21coredata: Warn on reconfigure if PKG_CONFIG_PATH has changedDylan Baker1-11/+15
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen2-2/+24