aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan1-1/+7
2019-03-11Fix indent to please codestyle.Antoine Jacoutot1-3/+3
2019-03-11GnuLikeCompiler: don't set b_lundef by default on OpenBSDAntoine Jacoutot1-2/+4
2019-02-27Feed compiler Properties to get its options defaultedJohn Ericson1-9/+29
2019-02-19Add warning level zerojml17951-4/+7
2019-02-18Improve handling of gui_appAndrei Alexeyev1-2/+2
2019-02-15Remove get_cross_extra_flagsJohn Ericson1-8/+0
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D1-13/+13
2019-02-02Never access environment.properties downstreamJohn Ericson1-6/+9
2019-01-29correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D1-1/+1
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D1-1/+1
2019-01-21All the fixes needed to make work against current master.Jussi Pakkanen1-4/+15
2019-01-21added cuda compilerBeau Johnston1-1/+10
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D1-7/+45
2019-01-16FlangFortranCompiler inherit ClangCompilerMichael Hirsch, Ph.D1-25/+0
2019-01-16better handle link args: PGI and FlangMichael Hirsch, Ph.D1-2/+8
2019-01-16Flang Fortran compiler added.Michael Hirsch, Ph.D1-0/+23
2019-01-15restore PGI compile functioningMichael Hirsch, Ph.D1-0/+21
2019-01-06Absolute path generation refactoringDaniel Mensinger1-0/+31
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-7/+4
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen1-2/+2
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen1-5/+4
2018-12-16compilers/icc: Add even more diag-errors to actually error onDylan Baker1-0/+4
2018-12-09Windows clang supports `-mwindows` to set subsystemJon Turney1-5/+4
2018-12-09Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö1-0/+3
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen1-1/+15
2018-11-27Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen1-0/+3
2018-11-15compilers: Move get_allow_undefined_link_args to CompilerDylan Baker1-0/+14
2018-11-15compilers: ICC should error when an unknown __attribute__ is testedDylan Baker1-0/+1
2018-11-15compilers: Enable PGO for ICCDylan Baker1-5/+24
2018-11-15compilers: fix compiler.compile for Intel CompilersDylan Baker1-4/+15
2018-11-15compilers: Fix the set of features that ICC exposesDylan Baker1-1/+8
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker1-4/+5
2018-11-08Add prefix option for link argsPhillip Cao1-0/+6
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao1-1/+121
2018-11-03Add new compiler.get_argument_syntax methodDylan Baker1-0/+14
2018-10-30Hoist gen_vs_module_defs_args from Gnu to GnuLike.Josh Gao1-10/+10
2018-10-30Generalize gnulike-targeting-windows checks.Josh Gao1-2/+2
2018-10-28get_base_compile_args: Add -fprofile-correction to -fprofile-useJan Alexander Steffens (heftig)1-2/+2
2018-10-26add implib support for ArmclangCompiler (#4420)pbl1-0/+14
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 Seifert1-26/+32
2018-10-07Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi1-3/+7
2018-10-01msvc: Don't use /O3 with MSVCMartin Storsjö1-1/+1
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