aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-15Merge pull request #4216 from dcbaker/wip/config-fileJussi Pakkanen19-53/+628
2018-11-15Store unexpanded library directory paths. Closes #4392.Jussi Pakkanen1-3/+16
2018-11-15Fix ProjectGuid values in VS projects.John Preston1-5/+5
2018-11-15Add 'meson.build' to VS project files.John Preston1-1/+4
2018-11-14docs: Add documentation for Native FilesDylan Baker3-0/+92
2018-11-14environment: detect compilers from native filesDylan Baker2-10/+201
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker5-31/+62
2018-11-14modules/python: Allow use of the native fileDylan Baker4-2/+16
2018-11-14modules/python3: allow specifying in the native fileDylan Baker5-5/+14
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker1-0/+8
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker4-1/+13
2018-11-14interpreter: allow find_program to use the native fileDylan Baker4-5/+48
2018-11-14unittests: Add framework for testing native config filesDylan Baker3-1/+87
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