8260 Commits (9382884872506c54a70edaebf26bd0af377279a7)
 

Author SHA1 Message Date
makise-homura 9382884872 Fix according to deprecation of usage of non-standard escape sequences 5 years ago
makise-homura 79f52e2488 Add a proper way to get include dirs for elbrus compiler 5 years ago
makise-homura dd8c1d0595 Make search of library dirs correct 5 years ago
Gerion Entrup d5be103585 Documentation: Extend example for precompiled headers 5 years ago
Liam Beguin af11f92071 syntax-highlighting: vim: add license header [skip ci] 5 years ago
Michael Hirsch, Ph.D ecaba8c234 xcode 64 bit for catalina [skip ci] 5 years ago
Michael Hirsch, Ph.D 89ced3fe58 MPI: don't excessively skip Windows test cases, which can hide real problems 5 years ago
Xavier Claessens 88e77e69bc mconf: Group all options per subproject and align all groups 5 years ago
Aaron Plattner b626978dc6 Add missing newlines to "meson introspect" error 5 years ago
Daniel Mensinger 8b8f14c4dd default inc dirs: fix warning for unsupporte lang (fixes #6050) 5 years ago
Michael Hirsch, Ph.D 5478397c59 tests/1common: update meson_version>=0.52 for is_disabler 5 years ago
Andrei Alexeyev 0841d1710e emscripten: fix false positives in linking tests 5 years ago
Andrei Alexeyev 50646a8723 Refactor duplicate Emscripten code into a mixin 5 years ago
Ross Burton a1a8772034 Add test case to verify identity cross builds 5 years ago
Andrei Alexeyev bd42cb965a Fix emscripten C compiler initialization 5 years ago
Matt Turner 7685d49b04 environment: Add missing space between words 5 years ago
Matt Turner 20519a0e1a envconfig: Add Alpha CPU family 5 years ago
Andrei Alexeyev 5dfd054c32 Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixin 5 years ago
Andrei Alexeyev af2c1e4eb7 Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD" 5 years ago
Andrei Alexeyev 5e3eff9d72 Remove BasicLinkerIsCompilerMixin from LDC and DMD 5 years ago
Andrei Alexeyev dd162dccaa Implement get_linker_output_args in Emscripten compilers 5 years ago
Andrei Alexeyev c20d40789b Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixin 5 years ago
Andrei Alexeyev 062a510a30 Implement get_asneeded_args in BasicLinkerIsCompilerMixin 5 years ago
Andrei Alexeyev f347a980fe Implement get_allow_undefined_link_args in EmscriptenCPPCompiler 5 years ago
Andrei Alexeyev 31b8ddab51 Implement get_allow_undefined_link_args in EmscriptenCCompiler 5 years ago
Andrei Alexeyev 0845b7dd3d Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixin 5 years ago
Andrei Alexeyev 9488e4acfe Fix misnamed method in BasicLinkerIsCompilerMixin 5 years ago
Liam Beguin 18e0029843 syntax-highlighting: vim: set comment string 5 years ago
Dylan Baker b268327166 environment: Fix detection of xild with icc 5 years ago
Michael Hirsch, Ph.D ebb1ad528a path interpreter--silently discard invalid Unix relative paths on Windows 5 years ago
Ting-Wei Lan 9f0f595b35 compilers: Fix version requirements for ClangC and AppleClangC 5 years ago
Daniel Mensinger 27c01dff01 cmake: Blacklist MS debug flags (fixes #6021) 5 years ago
Michael Hirsch, Ph.D 17f766105f intel-cl: correct argument order 5 years ago
Michael Hirsch, Ph.D 508662f277 BUGFIX: environment.py CudaCompiler missing info arg 5 years ago
Jussi Pakkanen 34ea71239d
Merge pull request #6011 from xclaesse/not-disabler 5 years ago
Niklas Claesson b8fbbf5964 Make parser errors print relative path to meson.build file 5 years ago
Michael Lenczewski 763c1e3280 Fix for issue 5355 5 years ago
Jussi Pakkanen b6af3f3810
Merge pull request #5833 from dcbaker/remove-compiler-type 5 years ago
Jussi Pakkanen f64d9b4380
Merge pull request #5907 from xhaakon/pdb 5 years ago
Dylan Baker 65fc4149c5 environment: Detect sun4u and sun4v as sparc64 5 years ago
Jakub Adam 9c456e2baf tests: Don't expect any *.pdb files installed in 'lib' 5 years ago
Jakub Adam 1bf1782476 Fix *.pdb files missing in meson introspect --installed output 5 years ago
Jan Beich 217036f2d9 Skip more tests if pkg-config is missing 5 years ago
Xavier Claessens 9855b2d3c5 Test disabler in foreach loops 5 years ago
Xavier Claessens 1930fc82e2 Fix `if not disabler()` case 5 years ago
Gabriel Ganne f060a417bc doc: tell that unit-tests "priority" is introduced in 0.52 [skip ci] 5 years ago
Dylan Baker 225c93c5c0 linkers: Concatenate -L and the directory 5 years ago
Dylan Baker 506eb998d1 linkers: Use PosixDynamicLinkerMixin for Cuda 5 years ago
Dylan Baker afbed79baa compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>() 5 years ago
Dylan Baker 0c22798b1a compilers: replace CompilerType with MachineInfo 5 years ago