summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers.py
AgeCommit message (Expand)Author
2016-12-19tree-wide: remove trailing whitespacesIgor Gnatenko
2016-12-19Fix undefined variables in cross-compile.Elliott Sales de Andrade
2016-12-18Merge pull request #1207 from centricular/has-header-preprocess-onlyJussi Pakkanen
2016-12-18compilers: Always pass -pipe to compiler checksNirbheek Chauhan
2016-12-18has_header: Don't compile, only preprocessNirbheek Chauhan
2016-12-17compilers: Ignore -pthread in link flags with MSVCNirbheek Chauhan
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen
2016-12-13Also use objects to populate target compilersNirbheek Chauhan
2016-12-13compilers: Fix output ext while compile-only on MSVCNirbheek Chauhan
2016-12-13New compiler function 'symbols_have_underscore_prefix'Nirbheek Chauhan
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade
2016-12-11unity builds: Assembly and LLVM IR are incompatibleNirbheek Chauhan
2016-12-11compilers: Implement support for LLVM IR compilationNirbheek Chauhan
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen
2016-12-07Fix shared module support on WindowsNirbheek Chauhan
2016-12-04Apply magical flags to make OSX ignore missing symbols in plugins.Jussi Pakkanen
2016-12-04compilers.py: Fix typo in function documentationNirbheek Chauhan
2016-12-04Compiler check and extra args should always overrideNirbheek Chauhan
2016-12-03Tell msvc not to error out on missing symbols.Jussi Pakkanen
2016-12-02Arg fix.Jussi Pakkanen
2016-12-02Do not use -install_name or -shared when building modules on OSX,Jussi Pakkanen
2016-12-02Created new shared module build target type, and make sure -Wl,--no-undefined...Jussi Pakkanen
2016-11-26Add both native and cross compiler options to option list.Jussi Pakkanen
2016-11-20Made has_function survive optimization flags. Closes #1053.Jussi Pakkanen
2016-11-14Hotfix for cross-compilation from Windows to LinuxNirbheek Chauhan
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan
2016-11-12Merge pull request #1027 from centricular/has-header-prefixJussi Pakkanen
2016-11-12compilers: add werror flag for msvcScott D Phillips
2016-11-11cc.has_header: Allow specifying a prefix for headersNirbheek Chauhan
2016-11-10Fix debug PCH builds with MSVC 2012 and laterNirbheek Chauhan
2016-11-09Merge pull request #1006 from centricular/cpp-has-header-symbolJussi Pakkanen
2016-11-09javac: Fail gracefully if there's no JVMNirbheek Chauhan
2016-11-08Inherit VisualStudioCPPCompiler from CPPCompilerNirbheek Chauhan
2016-11-08has_function: Cast to void* instead of intNirbheek Chauhan
2016-11-08has_function: Fix trivial typoNirbheek Chauhan
2016-11-08has_header_symbol: Also detect C++ classes and templatesNirbheek Chauhan
2016-11-08has_header_symbol: Make it work with C++ compilersNirbheek Chauhan
2016-11-02Merge pull request #949 from centricular/has-function-xcode8-fixesJussi Pakkanen
2016-10-30Clang also supports gnu89/99/11, gnu++03/11/14/1zNirbheek Chauhan
2016-10-27compilers: Ignore pthread flags when using MSVCNirbheek Chauhan
2016-10-26Use *FLAGS from the env in compiler checksNirbheek Chauhan
2016-10-26has_function: Try to use the function being checkedNirbheek Chauhan
2016-10-25Add -Wl,-no_weak_imports to has_function with XCode 8Nirbheek Chauhan
2016-10-25has_function: Only ignore prototype when no includes are specifiedNirbheek Chauhan
2016-10-25compilers: Derive ClangObj*Compiler from ClangCompiler tooNirbheek Chauhan
2016-10-21Implement get_default_suffix in the base Compiler classNirbheek Chauhan