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-12-19
tree-wide: remove trailing whitespaces
Igor Gnatenko
2016-12-19
Fix undefined variables in cross-compile.
Elliott Sales de Andrade
2016-12-18
Merge pull request #1207 from centricular/has-header-preprocess-only
Jussi Pakkanen
2016-12-18
compilers: Always pass -pipe to compiler checks
Nirbheek Chauhan
2016-12-18
has_header: Don't compile, only preprocess
Nirbheek Chauhan
2016-12-17
compilers: Ignore -pthread in link flags with MSVC
Nirbheek Chauhan
2016-12-13
Only add build dir inlude directives if the corresponding dir exists. Closes ...
Jussi Pakkanen
2016-12-13
Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...
Jussi Pakkanen
2016-12-13
Merge pull request #1184 from centricular/cc.prefixes_underscore
Jussi Pakkanen
2016-12-13
Also use objects to populate target compilers
Nirbheek Chauhan
2016-12-13
compilers: Fix output ext while compile-only on MSVC
Nirbheek Chauhan
2016-12-13
New compiler function 'symbols_have_underscore_prefix'
Nirbheek Chauhan
2016-12-12
Add Compiler.has_multi_arguments method.
Elliott Sales de Andrade
2016-12-11
unity builds: Assembly and LLVM IR are incompatible
Nirbheek Chauhan
2016-12-11
compilers: Implement support for LLVM IR compilation
Nirbheek Chauhan
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-12-10
has_function: Fix checking for builtins with includes
Nirbheek Chauhan
2016-12-07
Merge pull request #1126 from mesonbuild/sharedmodule
Jussi Pakkanen
2016-12-07
Fix shared module support on Windows
Nirbheek Chauhan
2016-12-04
Apply magical flags to make OSX ignore missing symbols in plugins.
Jussi Pakkanen
2016-12-04
compilers.py: Fix typo in function documentation
Nirbheek Chauhan
2016-12-04
Compiler check and extra args should always override
Nirbheek Chauhan
2016-12-03
Tell msvc not to error out on missing symbols.
Jussi Pakkanen
2016-12-02
Arg fix.
Jussi Pakkanen
2016-12-02
Do not use -install_name or -shared when building modules on OSX,
Jussi Pakkanen
2016-12-02
Created new shared module build target type, and make sure -Wl,--no-undefined...
Jussi Pakkanen
2016-11-26
Add both native and cross compiler options to option list.
Jussi Pakkanen
2016-11-20
Made has_function survive optimization flags. Closes #1053.
Jussi Pakkanen
2016-11-14
Hotfix for cross-compilation from Windows to Linux
Nirbheek Chauhan
2016-11-12
vala: Implement valac.find_library
Nirbheek Chauhan
2016-11-12
Merge pull request #1027 from centricular/has-header-prefix
Jussi Pakkanen
2016-11-12
compilers: add werror flag for msvc
Scott D Phillips
2016-11-11
cc.has_header: Allow specifying a prefix for headers
Nirbheek Chauhan
2016-11-10
Fix debug PCH builds with MSVC 2012 and later
Nirbheek Chauhan
2016-11-09
Merge pull request #1006 from centricular/cpp-has-header-symbol
Jussi Pakkanen
2016-11-09
javac: Fail gracefully if there's no JVM
Nirbheek Chauhan
2016-11-08
Inherit VisualStudioCPPCompiler from CPPCompiler
Nirbheek Chauhan
2016-11-08
has_function: Cast to void* instead of int
Nirbheek Chauhan
2016-11-08
has_function: Fix trivial typo
Nirbheek Chauhan
2016-11-08
has_header_symbol: Also detect C++ classes and templates
Nirbheek Chauhan
2016-11-08
has_header_symbol: Make it work with C++ compilers
Nirbheek Chauhan
2016-11-02
Merge pull request #949 from centricular/has-function-xcode8-fixes
Jussi Pakkanen
2016-10-30
Clang also supports gnu89/99/11, gnu++03/11/14/1z
Nirbheek Chauhan
2016-10-27
compilers: Ignore pthread flags when using MSVC
Nirbheek Chauhan
2016-10-26
Use *FLAGS from the env in compiler checks
Nirbheek Chauhan
2016-10-26
has_function: Try to use the function being checked
Nirbheek Chauhan
2016-10-25
Add -Wl,-no_weak_imports to has_function with XCode 8
Nirbheek Chauhan
2016-10-25
has_function: Only ignore prototype when no includes are specified
Nirbheek Chauhan
2016-10-25
compilers: Derive ClangObj*Compiler from ClangCompiler too
Nirbheek Chauhan
2016-10-21
Implement get_default_suffix in the base Compiler class
Nirbheek Chauhan
[prev]
[next]