aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2019-11-25complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D1-1/+53
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot1-2/+4
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-19Fix cross-compilation of D programsEric Le Bihan1-6/+15
2019-11-18fortran: sync implicit-none args for intel,pgi,gfortranMichael Hirsch, Ph.D1-2/+8
2019-11-18fortran: note there is no has_function for FortranMichael Hirsch, Ph.D1-1/+7
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D6-26/+26
2019-11-06Add -L= to soname linker argument, too.Jussi Pakkanen1-1/+4
2019-11-06Fix typos found by codespellWolfgang Stöggl5-6/+6
2019-11-05dependency('cuda')Aleksey Gurtovoy1-1/+4
2019-11-02Merge pull request #6123 from scivision/bugfix-fortranJussi Pakkanen1-5/+5
2019-11-02Add option for controlling RTTI.Jussi Pakkanen1-0/+15
2019-11-02Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen1-1/+3
2019-10-31bugfix: fortran compiler assertionerror from 0c22798Michael Hirsch, Ph.D1-5/+5
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-21d: Fix various linking issues on WindowsGoaLitiuM1-1/+10
2019-10-20Fix all flake8 warningsDaniel Mensinger4-3/+4
2019-10-19Fix according to deprecation of usage of non-standard escape sequencesmakise-homura1-1/+1
2019-10-19Add a proper way to get include dirs for elbrus compilermakise-homura1-0/+13
2019-10-19Make search of library dirs correctmakise-homura1-2/+2
2019-10-18default inc dirs: fix warning for unsupporte lang (fixes #6050)Daniel Mensinger1-2/+9
2019-10-18emscripten: fix false positives in linking testsAndrei Alexeyev1-0/+13
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev3-26/+37
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev2-6/+8
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-11compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan1-4/+4
2019-10-10intel-cl: correct argument orderMichael Hirsch, Ph.D1-2/+2
2019-10-09Fix for issue 5355Michael Lenczewski1-0/+12
2019-10-07compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>()Dylan Baker2-23/+19
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker21-231/+330
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker3-4/+27
2019-10-06Merge pull request #5953 from mensinda/isystemJussi Pakkanen4-7/+41
2019-10-03cmake: fix detection of libraries with .so versionDaniel Mensinger1-1/+1
2019-10-03cache all gnulike_default_include_dirs invocationsDaniel Mensinger1-5/+4
2019-10-03Use -isystem instead of -idirafterDaniel Mensinger1-1/+17
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger2-1/+20
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy2-0/+17
2019-09-24CUDA support on WindowsAleksey Gurtovoy3-20/+118
2019-09-23mesonbuild: fix exception name.Jehan1-1/+1
2019-09-09the solaris linker also needs start/end-group for circular linkingDylan Baker1-2/+2
2019-09-08fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)1-1/+1