summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Cache compile results in coredataDaniel Mensinger2019-04-281-8/+13
* | better default order for fotran compiler searchMichael Hirsch, Ph.D2019-04-271-4/+11
|/
* Don't use len() to test for container emptinessDylan Baker2019-04-251-1/+1
* Use individual entries for '-Wl,-rpath-link'Fernando Ramos2019-04-221-6/+12
* Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen2019-04-201-0/+6
|\
| * Push formatting of compiler version string down into Compiler classJon Turney2019-04-121-0/+6
* | Making number of arguments consistent in get_library_dirsmakise-homura2019-04-191-1/+1
|/
* Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen2019-04-091-1/+12
* compilers: Log difference between empty and absent env varJohn Ericson2019-03-271-12/+19
* Small cleanup to use_preproc_flags:John Ericson2019-03-271-2/+2
* Don't collect preprocssor flags separately from compiler flagsJohn Ericson2019-03-271-9/+11
* 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