summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers.py
AgeCommit message (Expand)Author
2016-06-27GnuCPPCompiler: allow usage of GNU extensions (#619)Zhe Wang
2016-06-24Don't pass pdb flags while linking inside compiler tests (#614)Nirbheek Chauhan
2016-06-24Thank you ever so much Git.Jussi Pakkanen
2016-06-23Added minsize build type that optimizes for binary size.Jussi Pakkanen
2016-06-23Print full mesonlog on failed tests when run under CI.Jussi Pakkanen
2016-06-21compilers: Copy extra_args whenever we modify itNirbheek Chauhan
2016-06-21Do not use [] as a function default argument as the variable persists over mu...Jussi Pakkanen
2016-06-21find_library: Also accept extra_dirs as a single string argumentNirbheek Chauhan
2016-06-15Use cross-info c_args, c_link_args, etc for all compiler checksNirbheek Chauhan
2016-06-15compilers: Fix usage of cross tools args in sanity checksNirbheek Chauhan
2016-06-13compiler: Use cross tools args in sanity check.Martin Hostettler
2016-06-11Add special casing for VS which ignores unknown arguments.Jussi Pakkanen
2016-06-09Added functionality to pick the first supported argument from a list. Closes ...Jussi Pakkanen
2016-06-09Add a has_arg method to compiler to check whether it supports a given argument.Jussi Pakkanen
2016-05-30compilers: Add the buildtype args for checks that perform linking (#543)Nirbheek Chauhan
2016-05-30Can haz next revision of C++ standard.Jussi Pakkanen
2016-05-30Pch disabling works now.Jussi Pakkanen
2016-05-26set working dir for sanity check compilationNicolas Schneider
2016-05-26compilers: Fix header stub change that broke has_function checks on Windows (...Nirbheek Chauhan
2016-05-25Merge pull request #542 from mesonbuild/ownstdlibJussi Pakkanen
2016-05-25Merge pull request #540 from centricular/sanity_check_msvc_fixJussi Pakkanen
2016-05-25Merge pull request #547 from centricular/limits-h_needed_for_stubsJussi Pakkanen
2016-05-24compilers: Always include limits.h to make the stub machinery workNirbheek Chauhan
2016-05-22compilers: Remove duplication in sanity check implementationsNirbheek Chauhan
2016-05-21Can specify a stdlib subproject that is used implicitly on all targets with s...Jussi Pakkanen
2016-05-21Option for GCC STL debug mode.Jussi Pakkanen
2016-05-18compilers: Remove spurious wait while running sanity checkNirbheek Chauhan
2016-05-16cc.has_function: Don't forget to check for stubs in the fallback testNirbheek Chauhan
2016-05-04has_function: Also detect function implementations inside headersNirbheek Chauhan
2016-04-19compilers: Remove outdated MSVC implementation of cc.find_libraryNirbheek Chauhan
2016-04-19compilers: Convert args to cc.{links,run} from unix to nativeNirbheek Chauhan
2016-04-15Fix symbol-exists check for cross_sizeof and add the same check to cross_alig...Nirbheek Chauhan
2016-04-15Fix off-by-one in cross_sizeof and cross_alignment on MSVCNirbheek Chauhan
2016-04-14compilers: Fix cross_sizeof when the type doesn't exist (#514)Nirbheek Chauhan
2016-04-13Merge pull request #490 from centricular/has_function_linkJussi Pakkanen
2016-04-11compilers: Use compiler-specific no-optimization flagsNirbheek Chauhan
2016-04-07compilers: Debug optimization level should be -O0 (#509)Nirbheek Chauhan
2016-04-07compilers: Also support built-in functions in cc.has_functionNirbheek Chauhan
2016-04-07Improve cc.has_function() check to not require any includes and detect stubsTim-Philipp Müller
2016-04-07New API: cc.has_header_symbol to check if a header defines a specific symbolNirbheek Chauhan
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen
2016-04-04Bring back the old manual search to cc.find_library.Jussi Pakkanen
2016-04-03Merge pull request #390 from nirbheek/msvc-module-defsJussi Pakkanen
2016-04-03Whitespace fixing.Jussi Pakkanen
2016-04-03Put buildtype flags to vala compiles.Jussi Pakkanen
2016-04-02Add coverage option to compilers.Jussi Pakkanen
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-03-30Add shared_library argument for a Visual Studio module definitions fileNirbheek Chauhan
2016-03-28Merge pull request #478 from centricular/sizeof_no_symbolJussi Pakkanen
2016-03-28compilers: Return -1 from cc.sizeof if the symbol could not be foundNirbheek Chauhan