summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers.py
AgeCommit message (Expand)Author
2016-03-20Fix up typo in precompiled headers base option handlingTim-Philipp Müller
2016-03-20Merge branch 'base_options'.Jussi Pakkanen
2016-03-20Converted precompiled headers into a base option.Jussi Pakkanen
2016-03-20Converted coverage into a base option.Jussi Pakkanen
2016-03-20Preserve b_ prefix for base option names.Jussi Pakkanen
2016-03-19compilers: While linking, filter out libraries that are bundled with the MSVC...Nirbheek Chauhan
2016-03-18Added base options to Clang compilers.Jussi Pakkanen
2016-03-18Implement cc.find_library for the Visual Studio C/C++ compilersNirbheek Chauhan
2016-03-17Do not use lundef on OSX.Jussi Pakkanen
2016-03-17Add dir support for find_library and remove deprecated standalone version. Cl...Jussi Pakkanen
2016-03-16Added new base options and some sample opts for gcc.Jussi Pakkanen
2016-03-12Return array by value so it does not get modified.Jussi Pakkanen
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen
2016-02-26.ipp is a C++ header suffix.Jussi Pakkanen
2016-02-21compilers: MSVC does not understand the -lfoo syntaxNirbheek Chauhan
2016-02-20Do not pass -Weverything to Clang at warning level 3Martin Ejdestig
2016-02-17Fix Vala cross compilation. Closes #370.Jussi Pakkanen
2016-02-17Filter out UNIX flags from external deps when using the MSVC compilerNirbheek Chauhan
2016-02-17compilers: /LD is not needed for PIC support in DLLsNirbheek Chauhan
2016-02-17compilers: Don't pass /D for debugoptimized build typeNirbheek Chauhan
2016-02-12Use deterministic mode in ar when it is available.Jussi Pakkanen
2016-02-03If test exes can not be removed (because e.g. an antivirus program holds on t...Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen