aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-15compilers: put elbrus in mixinsDylan Baker1-40/+0
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-61/+1
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker1-118/+0
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker1-100/+0
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-358/+1
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-386/+1
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker1-109/+0
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker1-129/+1
2019-07-07move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec1-0/+60
2019-07-05Improve performance with windows defender ATPCharlie Barto1-4/+4
2019-06-27Fix two errors when cross-compiling with ValaJames Westman1-0/+3
2019-06-27sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer1-6/+11
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov1-3/+3
2019-06-12Solaris fixesKurtis Rader1-0/+2
2019-06-11compilers: armclang supports only cross-compilationsompen1-1/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-3/+4
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