aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-15envconfig: Add Alpha CPU familyMatt Turner2-0/+3
2019-10-14Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev1-2/+2
2019-10-14Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev1-2/+2
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2-0/+6
2019-10-14Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev1-0/+4
2019-10-14Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev1-1/+1
2019-10-14syntax-highlighting: vim: set comment stringLiam Beguin1-0/+3
2019-10-14environment: Fix detection of xild with iccDylan Baker1-1/+1
2019-10-11path interpreter--silently discard invalid Unix relative paths on WindowsMichael Hirsch, Ph.D1-0/+4
2019-10-11compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan1-4/+4
2019-10-10cmake: Blacklist MS debug flags (fixes #6021)Daniel Mensinger1-1/+2
2019-10-10intel-cl: correct argument orderMichael Hirsch, Ph.D2-4/+4
2019-10-10BUGFIX: environment.py CudaCompiler missing info argMichael Hirsch, Ph.D1-1/+2
2019-10-10Merge pull request #6011 from xclaesse/not-disablerJussi Pakkanen2-4/+46
2019-10-10Make parser errors print relative path to meson.build fileNiklas Claesson2-2/+19
2019-10-09Fix for issue 5355Michael Lenczewski1-0/+12
2019-10-09Merge pull request #5833 from dcbaker/remove-compiler-typeJussi Pakkanen27-376/+544
2019-10-09Merge pull request #5907 from xhaakon/pdbJussi Pakkanen7-27/+72
2019-10-09environment: Detect sun4u and sun4v as sparc64Dylan Baker1-0/+2
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam3-5/+0
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam4-22/+72
2019-10-08Skip more tests if pkg-config is missingJan Beich1-0/+2
2019-10-08Test disabler in foreach loopsXavier Claessens2-4/+22
2019-10-08Fix `if not disabler()` caseXavier Claessens2-0/+24
2019-10-08doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci]Gabriel Ganne1-0/+2
2019-10-08linkers: Concatenate -L and the directoryDylan Baker1-1/+1
2019-10-08linkers: Use PosixDynamicLinkerMixin for CudaDylan Baker1-10/+1
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker3-24/+19
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker26-342/+484
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker4-12/+42
2019-10-07add pytest_cache to gitignoreDylan Baker1-0/+1
2019-10-06Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2019-10-06Updated version numbers for 0.52.0 release.0.52.0Jussi Pakkanen28-219/+245
2019-10-06Cross build is defined by the existance of a cross file.Jussi Pakkanen2-2/+2
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen14-14/+183
2019-10-06Updated include_type test caseDaniel Mensinger1-0/+1
2019-10-06Merge pull request #5992 from mensinda/cmakeFixSoVersionJussi Pakkanen4-12/+27
2019-10-06wrap: Rework `depth` support for git.Martin Hostettler1-18/+47
2019-10-04Merge pull request #5990 from dcbaker/extra-benchmark-optionsJussi Pakkanen2-3/+12
2019-10-04mtest: add gdb_path optionGerion Entrup3-1/+18
2019-10-03Revert "cmake: postprocess libraries names with so version"Daniel Mensinger1-7/+2
2019-10-03cmake: Add test case for #5992Daniel Mensinger2-0/+4
2019-10-03cmake: fix detection of libraries with .so versionDaniel Mensinger2-5/+21
2019-10-03cache all gnulike_default_include_dirs invocationsDaniel Mensinger1-5/+4
2019-10-03Use include_type instead of is_systemDaniel Mensinger11-79/+96