aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins
AgeCommit message (Expand)AuthorFilesLines
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger11-209/+209
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen1-0/+2
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger1-5/+8
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-12Consider compiler arguments in linker detection logicDylan Baker1-0/+2
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2-0/+8
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger1-3/+3
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-12-05lgtm: fix missing raiseDaniel Mensinger1-1/+1
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D1-4/+39
2019-12-02Allow selecting the dynamic linkerDylan Baker2-0/+8
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-19/+19
2019-11-06Fix typos found by codespellWolfgang Stöggl2-2/+2
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-20Fix all flake8 warningsDaniel Mensinger2-2/+1
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 Alexeyev1-0/+33
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_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev1-1/+1
2019-10-09Fix for issue 5355Michael Lenczewski1-0/+12
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker7-38/+27
2019-10-03cache all gnulike_default_include_dirs invocationsDaniel Mensinger1-5/+4
2019-10-03Handle -idirafter in unix_args_to_nativeDaniel Mensinger1-0/+12
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy1-0/+12
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-0/+6
2019-09-23mesonbuild: fix exception name.Jehan1-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 Gurtovoy1-2/+1
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-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-0/+4
2019-08-28Fix gcc include dotDylan Baker1-0/+2
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen8-373/+153
2019-08-20Fix CCRX linking external dependenciesPhillip Cao1-0/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker7-370/+26
2019-08-14compilers/mixins: Add a module for mixins for compilers that are linkersDylan Baker1-0/+124
2019-08-14compilers/mixins/pgi: simplify pic logicMichael Hirsch, Ph.D1-3/+3
2019-08-02Make ARM compilers work on Linux.Jussi Pakkanen1-2/+2
2019-07-30default libtype to static to allow windows compilers to not skipMichael Hirsch, Ph.D1-3/+5
2019-07-30no special shared lib args for PGIMichael Hirsch, Ph.D2-7/+10
2019-07-30PGI -shared is for Linux onlyMichael Hirsch, Ph.D1-1/+8
2019-07-30Merge pull request #5740 from scivision/intel-ci_fixJussi Pakkanen1-2/+1
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D1-1/+17