summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2018-03-25Support data types larger than 128 bytesThierry Reding
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov
2018-03-19Add -Wl,-dead_strip_dylibs supportDavid Seifert
2018-03-11Do not use bare except [flake8]Aleksey Filippov
2018-03-03Fix various flake8 indentation reportsJon Turney
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen
2018-02-25Hide banner when invoking csc.Jussi Pakkanen
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier
2018-02-20d: gdc: Implement proper dependency gen supportMatthias Klumpp
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan
2018-02-11Enable default linker optimisations in MSVC release and minsize buildsLeon Krause
2018-02-08Don't use --export-dynamic on CygwinJon Turney
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-30Print warning when linker arguments are passed to has_argumentTing-Wei Lan
2018-01-09Merge pull request #2803 from dcbaker/wip/freebsd-fixesJussi Pakkanen
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker
2018-01-06compilers: fix unittest "16 prebuilt shared" on dragonfly bsdDylan Baker
2017-12-30add Compiler.thread_flags() stubAlexey Stukalov
2017-12-30compilers: prefer C++ over objc in clink_langsNirbheek Chauhan
2017-12-23Add whitespace around '+'.Benjamin Redelings
2017-12-23Fix linking with clang++ on linux if install_rpath.Benjamin Redelings
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen
2017-12-19Fix: More information for C compilers.Christoph Behle
2017-12-18Use -MD instead of -MMD for reliability.Jussi Pakkanen
2017-12-17Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen
2017-12-16More version information for Fortran.Christoph Behle
2017-12-16More version information for DChristoph Behle
2017-12-16More version information for C#Christoph Behle
2017-12-16More version information for compilers.Christoph Behle
2017-12-13Use LC_ALL=C in CCompiler.get_library_dirsIsmael González
2017-12-11Fix Vala thread flag breakage (#2756)Ernestas Kulik
2017-12-07haiku: do not add pthread argumentsDylan Baker
2017-12-07Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen
2017-12-06Add C++17 flags to GCC and Clang.Jussi Pakkanen
2017-12-03find_library: Prefer .dll.a and .lib over .dll for sharedNirbheek Chauhan
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen
2017-12-03vala: add stubs for thread flag methodsErnestas Kulik
2017-11-29adding C++98 to versions that meson can supportSolomon Choina
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen
2017-11-26Add headerpad linker argument on OSX.Jussi Pakkanen
2017-11-26spelling: overriddenJosh Soref
2017-11-26spelling: occurrenceJosh Soref
2017-11-15Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen
2017-11-14Fix #2620rkfg
2017-11-11compilers: Improve manual library searchingNirbheek Chauhan