143 Commits (4cdd22f0944d46e6759be93cd4310e23ee94dd2e)

Author SHA1 Message Date
Scott D Phillips 3db969336f compilers: add werror flag for msvc 8 years ago
Nirbheek Chauhan aa5afba00b cc.has_header: Allow specifying a prefix for headers 8 years ago
Nirbheek Chauhan 88f1d400c0 Fix debug PCH builds with MSVC 2012 and later 8 years ago
Nirbheek Chauhan e90f21ae59 javac: Fail gracefully if there's no JVM 8 years ago
Nirbheek Chauhan 30392a3a8a Inherit VisualStudioCPPCompiler from CPPCompiler 8 years ago
Nirbheek Chauhan f144e50f5c has_function: Cast to void* instead of int 8 years ago
Nirbheek Chauhan 7400284e32 has_function: Fix trivial typo 8 years ago
Nirbheek Chauhan 4d84241ccf has_header_symbol: Also detect C++ classes and templates 8 years ago
Nirbheek Chauhan f6dfd36239 has_header_symbol: Make it work with C++ compilers 8 years ago
Nirbheek Chauhan b8ef693a2a Clang also supports gnu89/99/11, gnu++03/11/14/1z 8 years ago
Nirbheek Chauhan b05d37db67 compilers: Ignore pthread flags when using MSVC 8 years ago
Nirbheek Chauhan 5ffb0bcd0d Use *FLAGS from the env in compiler checks 8 years ago
Nirbheek Chauhan 4be8e71fb3 has_function: Try to use the function being checked 8 years ago
Nirbheek Chauhan a06178f58f Add -Wl,-no_weak_imports to has_function with XCode 8 8 years ago
Nirbheek Chauhan ac58c13bbf has_function: Only ignore prototype when no includes are specified 8 years ago
Nirbheek Chauhan 02a2d69270 compilers: Derive ClangObj*Compiler from ClangCompiler too 8 years ago
Nirbheek Chauhan 9c9c5ab2a8 Implement get_default_suffix in the base Compiler class 8 years ago
Nirbheek Chauhan 4332df01b8 Add no-warning args while building Vala C code 8 years ago
Jussi Pakkanen 28df8b800e Add an option to select if static libraries are built with -fPIC. 8 years ago
Jussi Pakkanen f0fee2e542 Fix soname to work on OSX. 8 years ago
Jussi Pakkanen 4dc798dc7e Check that soname matches the filename. Closes #785. 8 years ago
Nirbheek Chauhan 67c9e520de compilers: Don't pollute c_args with -fPIC on OS X 8 years ago
Jussi Pakkanen 62ec92c8b0 Set soname with clang properly. 8 years ago
Elliott Sales de Andrade f2fed5052d Allow passing files to compile/link/run queries. 8 years ago
Elliott Sales de Andrade 51341ce177 Reduce redundancy in compile/link/run queries. 8 years ago
Nirbheek Chauhan a001fa0fb6 compilers: Make GCC detection more robust on all platforms 8 years ago
Matthew Waters 13e91ab499 Add dependency support to the checks using the compiler 8 years ago
Nirbheek Chauhan 4ceaa395b5 compilers: Populate Rust and Vala compiler ids 8 years ago
Nirbheek Chauhan b89c52e844 compilers: Remove duplicate class methods 8 years ago
Nirbheek Chauhan ece29e32a8 compilers: Consolidate language suffix mapping 8 years ago
Nirbheek Chauhan e8dc13248e compilers: Fix typo in visual studio warning argument 8 years ago
Nirbheek Chauhan e459fd2f53 compilers: Fall back to -pedantic with older GCC 8 years ago
Jussi Pakkanen f1b6c89d9c Option for ndebug. 8 years ago
Nirbheek Chauhan 4228a6dab6 vs: Never serialize debug file generation with /FS 8 years ago
Jussi Pakkanen 873558b2b4 Reorganisation. 8 years ago
Jussi Pakkanen e57c626337 Clang C++ compiler uses common class. 8 years ago
Jussi Pakkanen 20083c0694 Factored Clang common stuff in its own class. 8 years ago
Jussi Pakkanen 26f9adf6a6 Moved base options to base class, because they are always the same. 8 years ago
Jussi Pakkanen 5833d23e76 Made objc compilers use Gnu class. 8 years ago
Jussi Pakkanen 85c2f67079 Made C++ compiler use GNU class. 8 years ago
Jussi Pakkanen 2336624f4a Refactored GNU common functionality into its own class. 8 years ago
Jussi Pakkanen b289547971 Force clang to error out on unknown arguments. Closes #755. 8 years ago
Jussi Pakkanen a9da6c5132 Moved targets with same name into subdirs to make all tests pass. 8 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 8 years ago
Nirbheek Chauhan 7830cb61c3 Add a new compiler object method: has_members (#723) 8 years ago
Matthias Klumpp d98959f2cb Make D compilers return colored output by default 8 years ago
Matthias Klumpp 76fe77f9a8 Don't automatically override the -L flag of D compilers 8 years ago
Matthias Klumpp 309f7a1b4a interpreter: Rename get_unittest_flag() to unittest_args() 8 years ago
Matthias Klumpp b80bdf65df Simplify D compiler argument translation 8 years ago
Jussi Pakkanen 5a926172e6 No fpic on Windows C++. Closes #690. 8 years ago