summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)Author
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-04-22Use individual entries for '-Wl,-rpath-link'Fernando Ramos
2019-04-20Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen
2019-04-19Making number of arguments consistent in get_library_dirsmakise-homura
2019-04-12Push formatting of compiler version string down into Compiler classJon Turney
2019-04-09Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen
2019-03-27compilers: Log difference between empty and absent env varJohn Ericson
2019-03-27Small cleanup to use_preproc_flags:John Ericson
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson
2019-03-26compilers: n_debug=if-release and buildtype=plain should not enable assertionsDylan Baker
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan
2019-03-11Fix indent to please codestyle.Antoine Jacoutot
2019-03-11GnuLikeCompiler: don't set b_lundef by default on OpenBSDAntoine Jacoutot
2019-02-27Feed compiler Properties to get its options defaultedJohn Ericson
2019-02-19Add warning level zerojml1795
2019-02-18Improve handling of gui_appAndrei Alexeyev
2019-02-15Remove get_cross_extra_flagsJohn Ericson
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D
2019-02-02Never access environment.properties downstreamJohn Ericson
2019-01-29correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D
2019-01-21All the fixes needed to make work against current master.Jussi Pakkanen
2019-01-21added cuda compilerBeau Johnston
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D
2019-01-16FlangFortranCompiler inherit ClangCompilerMichael Hirsch, Ph.D
2019-01-16better handle link args: PGI and FlangMichael Hirsch, Ph.D
2019-01-16Flang Fortran compiler added.Michael Hirsch, Ph.D
2019-01-15restore PGI compile functioningMichael Hirsch, Ph.D
2019-01-06Absolute path generation refactoringDaniel Mensinger
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen
2018-12-16compilers/icc: Add even more diag-errors to actually error onDylan Baker
2018-12-09Windows clang supports `-mwindows` to set subsystemJon Turney
2018-12-09Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen
2018-11-27Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen
2018-11-15compilers: Move get_allow_undefined_link_args to CompilerDylan Baker
2018-11-15compilers: ICC should error when an unknown __attribute__ is testedDylan Baker
2018-11-15compilers: Enable PGO for ICCDylan Baker
2018-11-15compilers: fix compiler.compile for Intel CompilersDylan Baker
2018-11-15compilers: Fix the set of features that ICC exposesDylan Baker
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker
2018-11-08Add prefix option for link argsPhillip Cao
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao
2018-11-03Add new compiler.get_argument_syntax methodDylan Baker
2018-10-30Hoist gen_vs_module_defs_args from Gnu to GnuLike.Josh Gao
2018-10-30Generalize gnulike-targeting-windows checks.Josh Gao