aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2019-04-09Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen1-1/+12
2019-04-08Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen1-4/+0
2019-04-05dependencies/misc: don't special case threadsDylan Baker1-4/+0
2019-04-05BUGFIX: don't crash Meson on bad existing exe file for Fortran sanity checkMichael Hirsch, Ph.D1-11/+24
2019-04-03d: Fix linker errors with shared libraries on WindowsAri Vuollet1-1/+9
2019-03-27Sanity check with external argsJohn Ericson6-32/+94
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 Ericson2-14/+13
2019-03-26compilers: n_debug=if-release and buildtype=plain should not enable assertionsDylan Baker1-1/+1
2019-03-25more efficient submodule filenamingMichael Hirsch, Ph.D1-3/+4
2019-03-25BUGFIX: match submodule output names by compilerMichael Hirsch, Ph.D1-1/+11
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen2-1/+6
2019-03-21Merge pull request #5116 from dcbaker/openmp-de-specializeJussi Pakkanen1-2/+0
2019-03-20replace library type strings with an enumDylan Baker2-15/+14
2019-03-19dependencies/openmp: Don't special case OpenMPDylan Baker1-2/+0
2019-03-19Merge pull request #4724 from jon-turney/lib-machine-alwaysJussi Pakkanen1-1/+8
2019-03-14compilers: Update comment about library search patternsNirbheek Chauhan1-2/+4
2019-03-14compilers: Try harder to dedup builtin libsNirbheek Chauhan2-5/+10
2019-03-11Add static as keyword to find_libraryNiklas Claesson3-19/+23
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-03-11Fix _get_patterns on OpenBSDAntoine Jacoutot1-1/+2
2019-02-28Fix nvcc error with threads dependency (4999)John M. Lindemon1-1/+4
2019-02-27Feed compiler Properties to get its options defaultedJohn Ericson1-9/+29
2019-02-24Solve NVCC -Werror problem.Olexa Bilaniuk1-1/+1
2019-02-24Rework CUDA sanity check.Olexa Bilaniuk1-69/+81
2019-02-19Add warning level zerojml17958-27/+53
2019-02-18d: Translate the -isystem flag for LDC and DMDMatthias Klumpp1-0/+11
2019-02-18Improve handling of gui_appAndrei Alexeyev1-2/+2
2019-02-15Remove get_cross_extra_flagsJohn Ericson7-49/+26
2019-02-13Fixes for CUDA compiler shared library linking.Olexa Bilaniuk1-8/+29
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D2-13/+19
2019-02-13Add werror flags to nvcc. Closes #4911.Jussi Pakkanen1-0/+3
2019-02-05Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D1-1/+1
2019-02-05d: fix linker due to argument errorsLuís Ferreira1-1/+1
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen5-16/+36
2019-02-04vala: Support position-independent executablesCorentin Noël1-0/+6
2019-02-02Never access environment.properties downstreamJohn Ericson3-16/+34
2019-02-01C# and Java compilers should have `is_cross = False`John Ericson2-0/+2
2019-02-01better handle variable HDF5 setups, update Fortran compiler defMichael Hirsch, Ph.D1-2/+2
2019-01-31find_library: Check arch of libraries on DarwinNirbheek Chauhan1-6/+22
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan1-0/+61
2019-01-29BUGFIX: allow fc.run(code) to work, pick only Fortran moduleMichael Hirsch, Ph.D1-4/+1
2019-01-29correct naming to CudaCompiler, pep8Michael Hirsch, Ph.D2-2/+2
2019-01-27BUGFIX: broken/missing Fortran code/unit testsMichael Hirsch, Ph.D3-5/+15
2019-01-21All the fixes needed to make work against current master.Jussi Pakkanen2-5/+25
2019-01-21More tests and pic.Jussi Pakkanen1-0/+3
2019-01-21Clean up minor issues.Jussi Pakkanen1-4/+6
2019-01-21added cuda compilerBeau Johnston3-1/+200