309 Commits (db61d018ce575f3b5524ded328373faebdf879b7)

Author SHA1 Message Date
Nirbheek Chauhan 96b7fdb723 macos: Rewrite install_name for dependent built libraries on install 7 years ago
Nirbheek Chauhan e3757e3d3c pkgconfig deps: Also resolve paths to shared libraries 7 years ago
Christoph Behle 47c3a26915 Always apply concatenate_string_literal. 7 years ago
Christoph Behle 626b0bcb05 Make concatenate_string_literals static 7 years ago
Christoph Behle 40d121d33e get_define can concatenate string literals. 7 years ago
Christoph Behle ce27dd3aee Revert change 7 years ago
Christoph Behle 8ef4216f01 Concatenate string literals in get_define 7 years ago
Paolo Bonzini 1a5a18a3f3 vala: fix extract_all_objects() result 7 years ago
Nirbheek Chauhan 186eed2dc6 find_library: Add a cache for library searching 7 years ago
Xavier Claessens 9b791881ed compilers: Use RUSTFLAGS from the env as default rust_args value 7 years ago
Xavier Claessens 218ed2de89 optinterpreter: Remove duplicated list of languages 7 years ago
Xavier Claessens aa879b7f0c Fix issues found by flake8 7 years ago
Xavier Claessens b7d442150d Move <lang>_args to coredata.compiler_options 7 years ago
Xavier Claessens fa72cd7173 Move get_args_from_envvars() from environment to compilers 7 years ago
Xavier Claessens 6eeea9dd54 Compilers: Chain-up to parent class in get_options() 7 years ago
Nirbheek Chauhan 3e1a610702 Add a new option for building with Apple bitcode support 7 years ago
Nirbheek Chauhan ad0121d259 Add prog/lib dirs from the mingw cross-compiler to PATH 7 years ago
Nirbheek Chauhan ff07314a86 New compiler method: check_header 7 years ago
Christoph Reiter a87496addd Don't raise StopIteration in generators, no longer allowed with Python 3.7. Fixes #3622 7 years ago
Matthew Krupcale 45cc001a40 Add support for finding libraries in Fortran projects 7 years ago
Nirbheek Chauhan ed701b5cb0 Revert "Add macOS linker versioning information" 7 years ago
Jasper Lievisse Adriaanse 3729e127ff add linker flag to handle $ORIGIN on OpenBSD 7 years ago
Jussi Pakkanen a2fdaa9ea0 Can use C++ and FORTRAN in a single target. Closes #2685. 7 years ago
Jussi Pakkanen 1918c0d231 Can combine D and C++ in a single target. Closes #3125. 7 years ago
Xavier Claessens 8c381e1786 has_multi_link_arguments: Some compilers needs -Wl,--fatal-warnings 7 years ago
Martin Hostettler 3ad45ef94e CCompiler: Cache result of get_library_dirs(). 7 years ago
Xavier Claessens 2b93852a2e CCompiler: Do not call to_native() twice 7 years ago
Nirbheek Chauhan 695b8f3a03 cc.has_multi_arguments: Convert all -Wno args 7 years ago
Bruce Richardson 162a58b493 fix checks for gcc disable warning flags 7 years ago
Elliott Sales de Andrade 461f3af294 Explicitly check for OpenMP headers. 7 years ago
Elliott Sales de Andrade dbb025a175 Add an OpenMP dependency. 7 years ago
Xavier Claessens bd37afeeea Add has_link_argument() and friends 7 years ago
Xavier Claessens bca2ff6def VisualStudioCPPCompiler: Fix -fpermissive still being added 7 years ago
Xavier Claessens 3d91a08bbc Compilers: Reduce code duplication between compiles and links 7 years ago
Xavier Claessens 521ce883ad has_argument(): reduce code duplication 7 years ago
Tom Schoonjans fa6ca16054 Add macOS linker versioning information 7 years ago
Marvin Scholz 5e45f4c621 Do not use -soname when linking with GCC for mingw/cygwin 7 years ago
Martin Hostettler aff597fb99 ninjabackend: Try to guess library dependencies for linker invocation. 7 years ago
Martin Hostettler 642e17aa6b compilers: is_library: Also detect .so files with version (using soregex) 7 years ago
Nirbheek Chauhan 2e5b2813d5 compilers: Cache compiler checks where we don't want the output 7 years ago
Daniel Schulte 57654bf367 Deduplicate dependencies resolved to absolute paths 7 years ago
Rico Tzschichholz 5a0884dab3 vala: Don't pass -o and -C at the same time 7 years ago
Xavier Claessens 8a70e7cff5 Remove arbitrary [-1024,1024] limit in cross_compute_int() 7 years ago
Somasekhar Penugonda 7f89083363 Fix for issue in cpp.py 7 years ago
Somasekhar Penugonda e62b8109eb Updates to CPP support and update review changes 7 years ago
Thierry Reding c4192a04fd Support data types larger than 128 bytes 7 years ago
Aleksey Filippov 8b1e9a6f6a Enable b_ndebug on VisualStudioCCompiler 7 years ago
Alexis Jeandet e89008b657 Added get_asneeded_args method to Intel compiler. 7 years ago
Aleksey Filippov 2febb99eee Fix b_ndebug=if-release option 7 years ago
makise-homura 546f81e0f9 Fixed lchmod detection for lcc C/C++ compilers 7 years ago