summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
...
* compilers: n_debug=if-release and buildtype=plain should not enable assertionsDylan Baker2019-03-261-1/+1
* Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen2019-03-241-1/+0
* compilers: Try harder to dedup builtin libsNirbheek Chauhan2019-03-141-1/+7
* Fix indent to please codestyle.Antoine Jacoutot2019-03-111-3/+3
* GnuLikeCompiler: don't set b_lundef by default on OpenBSDAntoine Jacoutot2019-03-111-2/+4
* Feed compiler Properties to get its options defaultedJohn Ericson2019-02-271-9/+29
* Add warning level zerojml17952019-02-191-4/+7
* Improve handling of gui_appAndrei Alexeyev2019-02-181-2/+2
* Remove get_cross_extra_flagsJohn Ericson2019-02-151-8/+0
* BUGFIX: Fortran openmpMichael Hirsch, Ph.D2019-02-131-13/+13
* Never access environment.properties downstreamJohn Ericson2019-02-021-6/+9
* correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D2019-01-291-1/+1
* BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D2019-01-271-1/+1
* All the fixes needed to make work against current master.Jussi Pakkanen2019-01-211-4/+15
* added cuda compilerBeau Johnston2019-01-211-1/+10
* Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D2019-01-211-7/+45
* FlangFortranCompiler inherit ClangCompilerMichael Hirsch, Ph.D2019-01-161-25/+0
* better handle link args: PGI and FlangMichael Hirsch, Ph.D2019-01-161-2/+8
* Flang Fortran compiler added.Michael Hirsch, Ph.D2019-01-161-0/+23
* restore PGI compile functioningMichael Hirsch, Ph.D2019-01-151-0/+21
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+31
* Remove cross_info; cross file is parsed up front and discardedJohn Ericson2019-01-021-7/+4
* Handle strings in cross file args. Closes #4671.Jussi Pakkanen2019-01-021-2/+2
* Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen2018-12-211-5/+4
|\
| * Windows clang supports `-mwindows` to set subsystemJon Turney2018-12-091-5/+4
* | compilers/icc: Add even more diag-errors to actually error onDylan Baker2018-12-161-0/+4
|/
* Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF"Martin Storsjö2018-12-091-0/+3
* Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen2018-12-061-1/+15
* Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen2018-11-271-0/+3
* compilers: Move get_allow_undefined_link_args to CompilerDylan Baker2018-11-151-0/+14
* compilers: ICC should error when an unknown __attribute__ is testedDylan Baker2018-11-151-0/+1
* compilers: Enable PGO for ICCDylan Baker2018-11-151-5/+24
* compilers: fix compiler.compile for Intel CompilersDylan Baker2018-11-151-4/+15
* compilers: Fix the set of features that ICC exposesDylan Baker2018-11-151-1/+8
* compilers: Use keyword only arguments for compiler interfacesDylan Baker2018-11-131-4/+5
* Add prefix option for link argsPhillip Cao2018-11-081-0/+6
* Add support for Renesas CC-RX toolchainPhillip Cao2018-11-081-1/+121
* Add new compiler.get_argument_syntax methodDylan Baker2018-11-031-0/+14
* Hoist gen_vs_module_defs_args from Gnu to GnuLike.Josh Gao2018-10-301-10/+10
* Generalize gnulike-targeting-windows checks.Josh Gao2018-10-301-2/+2
* get_base_compile_args: Add -fprofile-correction to -fprofile-useJan Alexander Steffens (heftig)2018-10-281-2/+2
* add implib support for ArmclangCompiler (#4420)pbl2018-10-261-0/+14
* Order rpaths so that internal ones come first.Jussi Pakkanen2018-10-201-1/+17
* Keep absolute rpaths to libraries outside the build dir.Jussi Pakkanen2018-10-201-10/+13
* Add 'b_pie' compiler optionXavier Claessens2018-10-201-1/+22
* Use relative build-tree RPATHs on macOSDavid Seifert2018-10-141-26/+32
* Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi2018-10-071-3/+7
* msvc: Don't use /O3 with MSVCMartin Storsjö2018-10-011-1/+1
* linker flags --as-needed and --no-undefined aren't meaningful for PEJon Turney2018-09-231-2/+4
* Updating compilers.py to add functions - get_optimization_args, get_debug_arg...Mohammed Amer Khalidi2018-09-211-0/+28