aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen1-1/+5
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2-9/+8
2019-09-05PGI cannot accept -pthreadMichael Hirsch, Ph.D1-0/+4
2019-09-05PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D1-1/+1
2019-09-05Create CUDA linker with CUDA compilerKramer Peace1-6/+2
2019-09-05Add a CUDA linker objectKramer Peace1-1/+5
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker6-11/+26
2019-08-28Fix gcc include dotDylan Baker1-0/+2
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen21-835/+533
2019-08-20Fix CCRX linking external dependenciesPhillip Cao1-0/+2