summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-14docs: Add documentation for Native FilesDylan Baker
2018-11-14environment: detect compilers from native filesDylan Baker
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker
2018-11-14modules/python: Allow use of the native fileDylan Baker
2018-11-14modules/python3: allow specifying in the native fileDylan Baker
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker
2018-11-14interpreter: allow find_program to use the native fileDylan Baker
2018-11-14unittests: Add framework for testing native config filesDylan Baker
2018-11-14Get basic native config file loading workingDylan Baker
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker
2018-11-14tests: fix test_meson_installed after the recent appveyor image updateChristoph Reiter
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker
2018-11-12Fix Azure Pipelines build badge [skip ci]Kayla Ngan
2018-11-12docs: fix hard links [skip ci]Mathieu Duponchelle
2018-11-12docs: Clarify some pkgconfig module kwargs [skip ci]Nirbheek Chauhan
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen
2018-11-10Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen
2018-11-10Fix alignment with MSVC.Jussi Pakkanen
2018-11-10Refactor check to its own function.Jussi Pakkanen
2018-11-10Fix simd instruction alignment on 32bit kernels.Dimitri John Ledkov
2018-11-10dependencies: Add openmp 5.0Dylan Baker
2018-11-09coredata: Do not use ':' as key delimited in cmd_line.txtXavier Claessens
2018-11-08Report expected failures and unexpected passes separatelyDave Reisner
2018-11-08editorconfig: Use tabs for sitemap.txt [skip ci]Dylan Baker
2018-11-08Merge pull request #4488 from dcbaker/java-fixesDylan Baker
2018-11-07backends/ninja: all files in a java target should depend on generated sourcesDylan Baker
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker
2018-11-07java: javac 9+ print their version to stdout not stderrDylan Baker
2018-11-07Merge pull request #4472 from ftechz/ccrx-supportDylan Baker
2018-11-07Workaround for Debian bug 912563.Jussi Pakkanen
2018-11-08Add prefix option for link argsPhillip Cao
2018-11-08Get cross_args from the compiler rather than environment directlyPhillip Cao
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao
2018-11-07Merge pull request #4356 from xclaesse/wipeJussi Pakkanen
2018-11-07mtest: Check that stdout is not None before seekingDylan Baker
2018-11-06Add reconfigure/wipe unit testXavier Claessens
2018-11-06Add --wipe command line optionXavier Claessens
2018-11-06Recover when coredata cannot be loadedXavier Claessens
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul
2018-11-06Begin to factor out logic for getting binariesJohn Ericson
2018-11-06gnome: Require GObject-Introspection 1.58.1 for static librariesOlivier CrĂȘte
2018-11-06Deal with clang-cl generating empty implibsJon Turney
2018-11-06Install modules in a subdir to fit with platform name manglingJon Turney
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney
2018-11-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney
2018-11-06Fix library implib name when name_prefix: is usedJon Turney