aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2019-05-15UserOption no longer has a name field.John Ericson1-20/+13
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen1-15/+60
2019-05-13compilers: Add basic ICL abstractionsDylan Baker1-0/+42
2019-05-13compilers: ICL is not GCC likeDylan Baker1-2/+2
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker1-1/+1
2019-05-13compilers: Split msvc version code into helperDylan Baker1-10/+13
2019-05-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney1-0/+3
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker1-2/+2
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-0/+329
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-40/+56
2019-04-28Moved caching into a seperate functionDaniel Mensinger1-26/+35
2019-04-28Fixed typeingDaniel Mensinger1-12/+12
2019-04-28Annotaded return types in the base compiler classDaniel Mensinger1-22/+22
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-0/+2
2019-04-28Cache compile results in coredataDaniel Mensinger1-8/+13
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D1-4/+11
2019-04-25Don't use len() to test for container emptinessDylan Baker1-1/+1
2019-04-22Use individual entries for '-Wl,-rpath-link'Fernando Ramos1-6/+12
2019-04-20Merge pull request #5250 from jon-turney/test-compiler-reportJussi Pakkanen1-0/+6
2019-04-19Making number of arguments consistent in get_library_dirsmakise-homura1-1/+1
2019-04-12Push formatting of compiler version string down into Compiler classJon Turney1-0/+6
2019-04-09Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen1-1/+12
2019-03-27compilers: Log difference between empty and absent env varJohn Ericson1-12/+19
2019-03-27Small cleanup to use_preproc_flags:John Ericson1-2/+2
2019-03-27Don't collect preprocssor flags separately from compiler flagsJohn Ericson1-9/+11
2019-03-26compilers: n_debug=if-release and buildtype=plain should not enable assertionsDylan Baker1-1/+1
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen1-1/+0
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