summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-18Documentation: Extend example for precompiled headersGerion Entrup
2019-10-18syntax-highlighting: vim: add license header [skip ci]Liam Beguin
2019-10-18xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D
2019-10-18MPI: don't excessively skip Windows test cases, which can hide real problemsMichael Hirsch, Ph.D
2019-10-18mconf: Group all options per subproject and align all groupsXavier Claessens
2019-10-18Add missing newlines to "meson introspect" errorAaron Plattner
2019-10-18default inc dirs: fix warning for unsupporte lang (fixes #6050)Daniel Mensinger
2019-10-18tests/1common: update meson_version>=0.52 for is_disablerMichael Hirsch, Ph.D
2019-10-18emscripten: fix false positives in linking testsAndrei Alexeyev
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev
2019-10-15Add test case to verify identity cross buildsRoss Burton
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev
2019-10-15environment: Add missing space between wordsMatt Turner
2019-10-15envconfig: Add Alpha CPU familyMatt Turner
2019-10-14Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixinAndrei Alexeyev
2019-10-14Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev
2019-10-14Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev
2019-10-14Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev
2019-10-14Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev
2019-10-14Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev
2019-10-14Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev
2019-10-14syntax-highlighting: vim: set comment stringLiam Beguin
2019-10-14environment: Fix detection of xild with iccDylan Baker
2019-10-11path interpreter--silently discard invalid Unix relative paths on WindowsMichael Hirsch, Ph.D
2019-10-11compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan
2019-10-10cmake: Blacklist MS debug flags (fixes #6021)Daniel Mensinger
2019-10-10intel-cl: correct argument orderMichael Hirsch, Ph.D
2019-10-10BUGFIX: environment.py CudaCompiler missing info argMichael Hirsch, Ph.D
2019-10-10Merge pull request #6011 from xclaesse/not-disablerJussi Pakkanen
2019-10-10Make parser errors print relative path to meson.build fileNiklas Claesson
2019-10-09Fix for issue 5355Michael Lenczewski
2019-10-09Merge pull request #5833 from dcbaker/remove-compiler-typeJussi Pakkanen
2019-10-09Merge pull request #5907 from xhaakon/pdbJussi Pakkanen
2019-10-09environment: Detect sun4u and sun4v as sparc64Dylan Baker
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam
2019-10-08Skip more tests if pkg-config is missingJan Beich
2019-10-08Test disabler in foreach loopsXavier Claessens
2019-10-08Fix `if not disabler()` caseXavier Claessens
2019-10-08doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci]Gabriel Ganne
2019-10-08linkers: Concatenate -L and the directoryDylan Baker
2019-10-08linkers: Use PosixDynamicLinkerMixin for CudaDylan Baker
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker
2019-10-07add pytest_cache to gitignoreDylan Baker
2019-10-06Bump version number for new development. [skip ci]Jussi Pakkanen