aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Unconditionally use get_gui_app_args()Jon Turney1-0/+3
2018-08-15Explicitly set the Windows subsystem for ninja/VisualCJon Turney1-2/+2
2018-08-11Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen1-0/+15
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan1-0/+3
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen1-12/+12
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen1-0/+15
2018-07-10Implement get_link_whole_for() for IntelCompiler (#3863)Alberto Sartori1-0/+3
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda1-0/+80
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan1-11/+11
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan1-1/+5
2018-06-18Add missing stubs to Compiler.Christoph Behle1-0/+12
2018-06-18Use stub to report misuse of get_defineChristoph Behle1-0/+3
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-13/+19
2018-06-10vala: fix extract_all_objects() resultPaolo Bonzini1-2/+2
2018-06-06compilers: Use RUSTFLAGS from the env as default rust_args valueXavier Claessens1-1/+2
2018-06-06optinterpreter: Remove duplicated list of languagesXavier Claessens1-0/+1
2018-06-06Fix issues found by flake8Xavier Claessens1-1/+0
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-6/+25
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens1-1/+52
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan1-15/+34
2018-06-05Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan1-2/+16
2018-05-30New compiler method: check_headerNirbheek Chauhan1-0/+3
2018-05-29Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter1-1/+1
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan1-16/+8
2018-05-04add linker flag to handle $ORIGIN on OpenBSDJasper Lievisse Adriaanse1-2/+2
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen1-0/+6
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen1-10/+8
2018-04-17Explicitly check for OpenMP headers.Elliott Sales de Andrade1-1/+2
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade1-0/+20
2018-04-16Add has_link_argument() and friendsXavier Claessens1-1/+9
2018-04-16has_argument(): reduce code duplicationXavier Claessens1-10/+0
2018-04-16Merged Arm CC support.Jussi Pakkanen1-0/+90
2018-04-16Add macOS linker versioning informationTom Schoonjans1-8/+16
2018-04-16Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz1-2/+4
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen1-1/+24
2018-04-15compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler1-1/+4
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan1-3/+23
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte1-3/+10
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda1-59/+70
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet1-0/+8
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov1-1/+3
2018-03-20Fixed failure if compiler messages is not in UTF-8makise-homura1-1/+1
2018-03-20Added specific get_library_dirs function for lccmakise-homura1-0/+12
2018-03-19Add -Wl,-dead_strip_dylibs supportDavid Seifert1-3/+26
2018-03-19Fixed indentation and space issues found by SideCImakise-homura1-1/+1
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura1-0/+11
2018-03-14- Updating cpp_std options similar to other compiler classesBedarkar, Malhar1-4/+30
2018-03-07Meson Github pull request - 3186 requested changesSomasekhar Penugonda1-2/+4
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar1-0/+51
2018-02-11Enable default linker optimisations in MSVC release and minsize buildsLeon Krause1-2/+5