summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
AgeCommit message (Expand)Author
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan
2018-06-18Add missing stubs to Compiler.Christoph Behle
2018-06-18Use stub to report misuse of get_defineChristoph Behle
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan
2018-06-10vala: fix extract_all_objects() resultPaolo Bonzini
2018-06-06compilers: Use RUSTFLAGS from the env as default rust_args valueXavier Claessens
2018-06-06optinterpreter: Remove duplicated list of languagesXavier Claessens
2018-06-06Fix issues found by flake8Xavier Claessens
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan
2018-06-05Add prog/lib dirs from the mingw cross-compiler to PATHNirbheek Chauhan
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-29Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...Christoph Reiter
2018-05-09Revert "Add macOS linker versioning information"Nirbheek Chauhan
2018-05-04add linker flag to handle $ORIGIN on OpenBSDJasper Lievisse Adriaanse
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen
2018-04-17Explicitly check for OpenMP headers.Elliott Sales de Andrade
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-04-16Add has_link_argument() and friendsXavier Claessens
2018-04-16has_argument(): reduce code duplicationXavier Claessens
2018-04-16Merged Arm CC support.Jussi Pakkanen
2018-04-16Add macOS linker versioning informationTom Schoonjans
2018-04-16Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen
2018-04-15compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov
2018-03-20Fixed failure if compiler messages is not in UTF-8makise-homura
2018-03-20Added specific get_library_dirs function for lccmakise-homura
2018-03-19Add -Wl,-dead_strip_dylibs supportDavid Seifert
2018-03-19Fixed indentation and space issues found by SideCImakise-homura
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura
2018-03-14- Updating cpp_std options similar to other compiler classesBedarkar, Malhar
2018-03-07Meson Github pull request - 3186 requested changesSomasekhar Penugonda
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar
2018-02-11Enable default linker optimisations in MSVC release and minsize buildsLeon Krause
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker
2018-01-06compilers: fix unittest "16 prebuilt shared" on dragonfly bsdDylan Baker
2017-12-30add Compiler.thread_flags() stubAlexey Stukalov
2017-12-30compilers: prefer C++ over objc in clink_langsNirbheek Chauhan
2017-12-23Add whitespace around '+'.Benjamin Redelings
2017-12-23Fix linking with clang++ on linux if install_rpath.Benjamin Redelings
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen