aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-17Merge pull request #6980 from fooishbar/cmake-windows-system-lib-depsJussi Pakkanen1-2/+16
2020-04-17compilers: Update gnu_inline test to work correctly with Clang >= 10Dylan Baker1-0/+3
2020-04-16backend: Fix file name confilcts by using the complete pathDaniel Mensinger1-2/+2
2020-04-15dependencies/cmake: Only use abs paths as link argsDaniel Stone1-1/+5
2020-04-15dependencies/cmake: Suffix bare library dependencies on WindowsDaniel Stone1-0/+9
2020-04-15dependencies/cmake: Add Windows/VS library regexDaniel Stone1-1/+2
2020-04-14interpreter: find_program: Store program's name when not foundAriel D'Alessandro1-3/+3
2020-04-14interpreter: Show program's name on run_command error messageAriel D'Alessandro1-1/+1
2020-04-13wrap: Add fallback urlsXavier Claessens1-8/+17
2020-04-12Merge pull request #6963 from mensinda/cmFixCCmdJussi Pakkanen2-5/+36
2020-04-12Merge pull request #6943 from dcbaker/gdc-coverageJussi Pakkanen4-10/+10
2020-04-12Merge pull request #6958 from jon-turney/fix-name-prefix-explicit-defaultJussi Pakkanen1-6/+7
2020-04-12cmake: Preserve include directory order (fixes #6959)Daniel Mensinger1-11/+11
2020-04-12cmake: Capture stdout with UNIX pipesDaniel Mensinger1-1/+25
2020-04-12cmake: Fix custom command CMake list issueDaniel Mensinger1-4/+11
2020-04-12Fix VS Intellisense for projects which depend on LLVM found via CMake.Jesse Natalie1-0/+3
2020-04-11opts: Allow `-` and `not` in meson_options.txt (fixes #6948)Daniel Mensinger1-0/+10
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau3-11/+11
2020-04-11Fix handling of library(name_prefix: [])Jon Turney1-6/+7
2020-04-10compilers/d: Add missing method for dmd and ldcDylan Baker1-0/+3
2020-04-10compilers/d: Implement coverage for GDCDylan Baker1-4/+1
2020-04-10compilers: Move things out of clikeDylan Baker3-6/+6