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