summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
...
| * compilers: ICL is not GCC likeDylan Baker2019-05-131-2/+2
| * compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker2019-05-131-1/+1
| * compilers: Split msvc version code into helperDylan Baker2019-05-131-10/+13
| * compilers: make keyword args to Compiler.compile keyword onlyDylan Baker2019-05-101-2/+2
* | This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney2019-05-131-0/+3
|/
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-0/+329
* Merge pull request #4952 from mensinda/cacheCompilesDylan Baker2019-05-021-40/+56
|\
| * Moved caching into a seperate functionDaniel Mensinger2019-04-281-26/+35
| * Fixed typeingDaniel Mensinger2019-04-281-12/+12
| * Annotaded return types in the base compiler classDaniel Mensinger2019-04-281-22/+22
| * Print '(cached)' when compiler result was cachedDaniel Mensinger2019-04-281-0/+2
| * 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