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