aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Order rpaths so that internal ones come first.Jussi Pakkanen1-1/+17
2018-10-20Keep absolute rpaths to libraries outside the build dir.Jussi Pakkanen1-10/+13
2018-10-20Add 'b_pie' compiler optionXavier Claessens1-1/+22
2018-10-14Use relative build-tree RPATHs on macOSDavid Seifert2-30/+33
2018-10-13Added .so to list possible darwin dynamic library suffixes (#4364)gsobala1-1/+1
2018-10-07d: Allow static library to be passed with -L to dmd/ldcMatthias Klumpp1-2/+6
2018-10-07Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi3-11/+15
2018-10-03Verify library directories as either 32-bit or 64-bitBruce Richardson1-4/+47
2018-10-02Merge pull request #4051 from GoaLitiuM/d-debugJussi Pakkanen1-3/+47
2018-10-01msvc: Don't use /O3 with MSVCMartin Storsjö1-1/+1
2018-10-01compilers/c: don't return -pthread for MacOS with any compilerDylan Baker1-12/+2
2018-09-28compilers: Do not use -pthread with clang for darwinMarvin Scholz1-0/+10
2018-09-27Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM1-3/+47
2018-09-25Don't add rpath linker flags when building for MinGWMartin Storsjö1-0/+2
2018-09-23linker flags --as-needed and --no-undefined aren't meaningful for PEJon Turney1-2/+4
2018-09-21Updating compilers.py to add functions - get_optimization_args, get_debug_arg...Mohammed Amer Khalidi1-0/+28
2018-09-19Fix setting `-Doptimization` breaking buildDavid Seifert1-2/+19
2018-09-17ICC does not support `-Og`David Seifert1-1/+1
2018-09-17Abstract shared GCC/Clang/ICC methods in GnuLikeCompilerDavid Seifert3-178/+84
2018-09-16Implement thread linker args for D compilersMihails Strasuns1-0/+3
2018-09-16Fix ICC on macOSDavid Seifert3-8/+40
2018-09-16Fix GCC on macOSDavid Seifert1-4/+12
2018-09-16D: Fix some compiler arguments not getting passed through properlyGoaLitiuM1-1/+1
2018-09-16Merge pull request #4175 from GoaLitiuM/d-archfixesJussi Pakkanen1-14/+13
2018-09-16Do not use relative RPATHs on macOS with ICC/GCCDavid Seifert1-1/+2
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert8-146/+129
2018-09-14Refactor D target architecture handlingGoaLitiuM1-14/+13
2018-09-13Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-09-11Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan2-16/+13
2018-09-07Add method to check for C/C++ function attributesDylan Baker4-1/+161
2018-09-06Make sure static library files are passed properly to the linkerGoaLitiuM1-0/+11
2018-09-06Fix remaining soname and rpath issues on OSXGoaLitiuM1-6/+9
2018-09-06Remove translation of file pathsGoaLitiuM1-5/+0
2018-09-06Refactor D argument translation functionGoaLitiuM1-23/+45
2018-09-06Improve D link argument handlingGoaLitiuM1-4/+3
2018-09-05D: Fix linking errors with static D libraries on WindowsGoaLitiuM1-0/+11
2018-09-05D: Use the documented syntax for various argumentsGoaLitiuM1-65/+41
2018-09-03Merge pull request #4084 from FFY00/pr-fix-dub-dependenciesJussi Pakkanen1-0/+9
2018-09-02Remove unnecessary -lquadmath from FORTRAN flags.Jussi Pakkanen1-1/+1
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan2-19/+17
2018-08-29dub: enhance dependency handlingFFY001-0/+9
2018-08-29Make `-std=` fallback remapping more robustDavid Seifert1-11/+54
2018-08-28Deduplicate build-tree RPATHs on macOSDavid Seifert1-2/+4
2018-08-28CompilerArgs: -Wl,-lfoo is also a valid way to pass a libraryNirbheek Chauhan1-2/+2
2018-08-27Merge pull request #3981 from GoaLitiuM/d-win-fixesJussi Pakkanen2-20/+127
2018-08-23My bad.Jussi Pakkanen1-1/+1
2018-08-23CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan1-5/+9
2018-08-23compilers: Handle dupes in the --start/end-group logicOle André Vadla RavnÄs1-3/+4
2018-08-22compilers: Reduce sizes of MSVC linked binariesOle André Vadla RavnÄs2-4/+7
2018-08-22find_library: Allow undefined symbols while linkingNirbheek Chauhan2-1/+29