aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Get basic native config file loading workingDylan Baker4-0/+87
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker5-9/+11
2018-11-14tests: fix test_meson_installed after the recent appveyor image updateChristoph Reiter1-1/+3
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker6-63/+114
2018-11-12Fix Azure Pipelines build badge [skip ci]Kayla Ngan1-1/+1
2018-11-12docs: fix hard links [skip ci]Mathieu Duponchelle2-3/+3
2018-11-12docs: Clarify some pkgconfig module kwargs [skip ci]Nirbheek Chauhan1-3/+4
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes8-0/+94
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney3-10/+12
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen11-30/+119
2018-11-10Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen7-59/+117
2018-11-10Fix alignment with MSVC.simdixJussi Pakkanen7-12/+14
2018-11-10Refactor check to its own function.Jussi Pakkanen2-53/+90
2018-11-10Fix simd instruction alignment on 32bit kernels.Dimitri John Ledkov7-30/+49
2018-11-10dependencies: Add openmp 5.0Dylan Baker1-0/+1
2018-11-09coredata: Do not use ':' as key delimited in cmd_line.txtXavier Claessens1-3/+9
2018-11-08Report expected failures and unexpected passes separatelyDave Reisner1-11/+23
2018-11-08editorconfig: Use tabs for sitemap.txt [skip ci]Dylan Baker1-0/+2
2018-11-08Merge pull request #4488 from dcbaker/java-fixesDylan Baker3-2/+6
2018-11-07backends/ninja: all files in a java target should depend on generated sourcesDylan Baker1-0/+4
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker1-1/+1
2018-11-07java: javac 9+ print their version to stdout not stderrDylan Baker1-1/+1
2018-11-07Merge pull request #4472 from ftechz/ccrx-supportDylan Baker12-39/+348
2018-11-07Workaround for Debian bug 912563.Jussi Pakkanen1-1/+5
2018-11-08Add prefix option for link argsPhillip Cao2-0/+8
2018-11-08Get cross_args from the compiler rather than environment directlyPhillip Cao1-11/+7
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao10-28/+333
2018-11-07Merge pull request #4356 from xclaesse/wipeJussi Pakkanen8-15/+153
2018-11-07mtest: Check that stdout is not None before seekingDylan Baker1-6/+10
2018-11-06Add reconfigure/wipe unit testXavier Claessens4-0/+53
2018-11-06Add --wipe command line optionXavier Claessens1-6/+32
2018-11-06Recover when coredata cannot be loadedXavier Claessens4-9/+68
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul7-1/+69
2018-11-06Begin to factor out logic for getting binariesJohn Ericson1-45/+70
2018-11-06gnome: Require GObject-Introspection 1.58.1 for static librariesOlivier CrĂȘte1-2/+10
2018-11-06Deal with clang-cl generating empty implibsJon Turney2-13/+18
2018-11-06Install modules in a subdir to fit with platform name manglingJon Turney4-14/+14
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney3-0/+11
2018-11-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney4-6/+15
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney4-1/+65
2018-11-06Fix library implib name when name_prefix: is usedJon Turney1-3/+3
2018-11-05gnome: Use full path for static librariesOlivier CrĂȘte1-1/+6
2018-11-05gnome: GIR works fine for static librariesOlivier CrĂȘte1-3/+5
2018-11-04Install files from the test added in 2ff69b20 to make sure it runsJon Turney3-1/+8
2018-11-04Update Python-module.mdLuca Weiss1-1/+1
2018-11-04Merge pull request #4250 from jon-turney/windows-clang-clJussi Pakkanen31-128/+217
2018-11-04test: do not use PIPEMarcel Hollerbach1-12/+21
2018-11-04Make use of get_argument_syntax() in another test caseJon Turney1-1/+6
2018-11-04azure: Remove MSVC tools from PATH for clang-cl jobJon Turney1-2/+9
2018-11-04Handle llvm-lib in test common/143Jon Turney1-1/+2