aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Add release note snippetJon Turney1-0/+9
2020-02-28Extend unit test to cover cwd-relative warning location formattingJon Turney1-0/+14
2020-02-28Rename 'subdir' -> 'filename' in location objectsJon Turney3-55/+54
2020-02-28Add unit test of cwd-relative error location formattingJon Turney1-3/+34
2020-02-28Add failing test of parser error in options fileJon Turney2-0/+2
2020-02-28Add failing test of parser error in subdirJon Turney2-0/+3
2020-02-28Update rewriter for filename in node locationJon Turney1-14/+15
2020-02-28Display filename cwd relative in warning locationJon Turney1-2/+2
2020-02-28Store filename in node locationJon Turney5-5/+5
2020-02-28Adjust all the other places MesonException file attribute is setJon Turney4-5/+6
2020-02-28Fix typos in comments about type annotationsJon Turney1-2/+2
2020-02-28Remove unused MesonException.get_msg_with_context()Jon Turney2-18/+10
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-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-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
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan2-1/+24
2020-02-21linkers: Update the linker names to be more consistentDylan Baker4-48/+73
2020-02-21docs: Fix reference table for linker namesDylan Baker1-10/+20
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker1-1/+7
2020-02-21unit tests: Remove an unused variableNirbheek Chauhan1-1/+0
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan1-4/+4