aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-05-04coredata: init IntegerOption choices to the correct valueEric Engestrom1-3/+3
2020-05-04Revert "coredata: init_builtins should always call libdir_cross_fixup"Jussi Pakkanen1-1/+1
2020-05-04Fix incremental debug builds in VSGustavoLCR1-1/+2
2020-05-03Merge pull request #7060 from dcbaker/install-script-targetsJussi Pakkanen1-14/+64
2020-05-03Merge pull request #7059 from xclaesse/gir-windowsJussi Pakkanen2-2/+10
2020-05-03rm python2 %s from backends.py and ninjabackend.pyMichael Brockus2-38/+35
2020-05-03boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056)Daniel Mensinger1-5/+2
2020-05-02Merge pull request #6838 from dcbaker/link-language-in-librariesJussi Pakkanen1-6/+9
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-43/+50
2020-04-30backend/backends: Fix type annotationDylan Baker1-1/+1
2020-04-30Convert test protocol into an enumDylan Baker4-8/+32
2020-04-30build: cleanup and sort importsDylan Baker1-3/+5
2020-04-30backends/backends: sort and cleanup importsDylan Baker1-10/+14
2020-04-30mtest: use argparse.type to simplify some codeDylan Baker1-2/+1
2020-04-30mtest: Replace if (bool) { return bool; } with return bool;Dylan Baker1-3/+1
2020-04-30Allow get_variable to still function when the fallback is a disabler.James Hilliard2-1/+3
2020-04-30Cosmetic tweak to error message for incdir() with an absolute pathJon Turney1-2/+3
2020-04-30Check before compiler detection if 'c' language is present when adding 'vala'Jon Turney1-5/+6
2020-04-30Be more careful about the use of repr() in error messagesJon Turney3-4/+7
2020-04-30Make colourize_console() a functionJon Turney1-6/+23
2020-04-30interpreter: Add link_language to all build targetsDylan Baker1-1/+2
2020-04-30build: Fix link_language selectionDylan Baker1-4/+6
2020-04-30build: add missing type annotationDylan Baker1-1/+1
2020-04-30allow postconf and dist scripts to use Files, ExternalPrograms, andDylan Baker1-6/+8
2020-04-30interpreter: Allow install_script to use additional input typesDylan Baker1-11/+59
2020-04-30gnome: Print proper error when 'nsversion' or 'namespace' are missingXavier Claessens1-2/+6
2020-04-30ExternalProgram: Do special windows tricks even when name is providedXavier Claessens1-0/+4
2020-04-29Fix symlink deletion with --wipe optionLaurent Pinchart1-1/+1
2020-04-28Clarified error message for test(). (#7040)Benjamin Frye1-1/+1
2020-04-28gnome: Fix usage of gobject-introspection as subprojectXavier Claessens2-59/+42
2020-04-28Adding a conditional case in _guess_files to confirm that the complete path i...georgev931-1/+16
2020-04-28dependency: log cached or skipped dependencies with reference to modulesEli Schwartz1-5/+8
2020-04-28find_program: Fixes when the program has been overridden by executableXavier Claessens2-20/+42
2020-04-28Merge pull request #7018 from dcbaker/junitJussi Pakkanen1-29/+145
2020-04-24backend/vs: Fix build when not all languages have pchPeter Harris1-10/+4
2020-04-24Adjust regex to handle cases such as C:/Program Files/foldergeorgev931-1/+1
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker1-0/+113
2020-04-23mtest: Store individual results for TAP testsDylan Baker1-21/+23
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-22mtest: Use textrwap.dedent for large blockDylan Baker1-8/+9
2020-04-22Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installedAlexandre Lavigne1-1/+1
2020-04-21Use pkg_resource to find resources files (data)Dylan Baker2-4/+8
2020-04-21gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan1-1/+8
2020-04-21gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan1-0/+1
2020-04-21switch python2 %s for python3 .formatMichael6-18/+18
2020-04-20Compiler options per langJohn Ericson14-221/+389
2020-04-20fix ninja version inconsistentMichael1-2/+2
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan4-6/+18
2020-04-17interpreter: Correctly ignore def files in build directoryXavier Claessens1-7/+7
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger3-15/+82