aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-11-15hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier1-1/+1
2018-11-15Merge pull request #4216 from dcbaker/wip/config-fileJussi Pakkanen12-51/+209
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-14environment: detect compilers from native filesDylan Baker1-6/+20
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 Baker1-1/+3
2018-11-14modules/python3: allow specifying in the native fileDylan Baker2-4/+6
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker1-0/+8
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker1-0/+2
2018-11-14interpreter: allow find_program to use the native fileDylan Baker1-4/+15
2018-11-14Get basic native config file loading workingDylan Baker3-0/+86
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker5-9/+11
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker6-63/+114
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes3-0/+11
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney1-1/+1
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen1-8/+4
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-07backends/ninja: all files in a java target should depend on generated sourcesDylan Baker1-0/+4
2018-11-07java: javac 9+ print their version to stdout not stderrDylan Baker1-1/+1
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 Cao7-8/+275
2018-11-07Merge pull request #4356 from xclaesse/wipeJussi Pakkanen4-15/+100
2018-11-07mtest: Check that stdout is not None before seekingDylan Baker1-6/+10
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 Paul1-1/+0
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-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney1-5/+1
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-04Merge pull request #4250 from jon-turney/windows-clang-clJussi Pakkanen11-51/+103
2018-11-04test: do not use PIPEMarcel Hollerbach1-12/+21
2018-11-04Use lld-link with clang-clJon Turney1-1/+6
2018-11-04Use llvm-lib as an alternative to libJon Turney1-4/+5
2018-11-04Qualify checks of self.version by self.id in VisualStudioC/CPPCompilerJon Turney2-10/+17
2018-11-04Use 'rc' resource compiler with clang-cl toolchainJon Turney1-1/+1
2018-11-04Teach VisualStudioCCompiler.get_pch_use_args() to handle clang-clJon Turney1-0/+2
2018-11-04Teach VisualStudioCCompiler.has_arguments() about clang-clJon Turney1-0/+2
2018-11-04Only add link arguments when needed in Compiler object methodsJon Turney3-14/+20
2018-11-04Accomodate clang-cl /showIncludes outputJon Turney1-2/+3
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney8-19/+47
2018-11-03Add new compiler.get_argument_syntax methodDylan Baker3-0/+24
2018-11-02interpreter: Don't warn about clang b_undef and b_sanitizer if sanitizer is noneDylan Baker1-1/+2