summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* Add option for controlling RTTI.cppnoexceptJussi Pakkanen2019-10-301-0/+15
* Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen2019-10-301-1/+3
* MSVC: support -LIBPATHAleksey Gurtovoy2019-10-291-2/+4
* Return a disabler when an unknown method is called on a disabler objectJames Hilliard2019-10-241-2/+5
* Fix for issue #4499, multiple entries per file in install-log.txtOrlando Wingbrant2019-10-231-1/+0
* raise exception when a non-required module not found and subsequently usedMichael Hirsch, Ph.D2019-10-221-0/+2
* ducking 'None' for missing moduleMichael Hirsch, Ph.D2019-10-221-2/+2
* mconf: Fix printing options when there is no compiler/project optionsXavier Claessens2019-10-221-3/+3
* Merge pull request #6090 from GoaLitiuM/masterJussi Pakkanen2019-10-222-8/+27
|\
| * d: Fix various linking issues on WindowsGoaLitiuM2019-10-211-1/+10
| * d: Prefer MSVC and LLVM linker over optlink when availableGoaLitiuM2019-10-211-7/+17
* | Add source tags targetsMarc-André Lureau2019-10-222-0/+69
* | Use run-clang-tidy when available.Jussi Pakkanen2019-10-211-4/+18
|/
* Remove duplicated object files in static librariesXavier Claessens2019-10-211-1/+2
* Merge pull request #6074 from mensinda/cmFileAPIJussi Pakkanen2019-10-206-157/+524
|\
| * cmake: Do not add imported targetsDaniel Mensinger2019-10-202-9/+11
| * cmake: Add CMake file API supportDaniel Mensinger2019-10-202-5/+366
| * cmake: Comment out unused variablesDaniel Mensinger2019-10-201-4/+4
| * cmake: Move CMake API classes to commonDaniel Mensinger2019-10-204-144/+148
* | Fix all flake8 warningsDaniel Mensinger2019-10-206-6/+4
* | cmake: Blacklist more compiler warning flagsDaniel Mensinger2019-10-201-1/+2
|/
* mdist.py: import lzma only when neededThomas Petazzoni2019-10-191-1/+1
* Fix according to deprecation of usage of non-standard escape sequencesmakise-homura2019-10-191-1/+1
* Add a proper way to get include dirs for elbrus compilermakise-homura2019-10-191-0/+13
* Make search of library dirs correctmakise-homura2019-10-191-2/+2
* xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D2019-10-181-1/+1
* mconf: Group all options per subproject and align all groupsXavier Claessens2019-10-181-72/+115
* Add missing newlines to "meson introspect" errorAaron Plattner2019-10-181-3/+3
* default inc dirs: fix warning for unsupporte lang (fixes #6050)Daniel Mensinger2019-10-181-2/+9
* emscripten: fix false positives in linking testsAndrei Alexeyev2019-10-181-0/+13
* Refactor duplicate Emscripten code into a mixinAndrei Alexeyev2019-10-183-26/+37
* Fix emscripten C compiler initializationAndrei Alexeyev2019-10-152-6/+8
* environment: Add missing space between wordsMatt Turner2019-10-151-1/+1
* envconfig: Add Alpha CPU familyMatt Turner2019-10-151-0/+2
* Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev2019-10-141-2/+2
* Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev2019-10-141-2/+2
* Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2019-10-142-0/+6
* Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev2019-10-141-0/+3
* Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev2019-10-141-0/+4
* Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-1/+1
* environment: Fix detection of xild with iccDylan Baker2019-10-141-1/+1
* path interpreter--silently discard invalid Unix relative paths on WindowsMichael Hirsch, Ph.D2019-10-111-0/+4
* compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan2019-10-111-4/+4
* cmake: Blacklist MS debug flags (fixes #6021)Daniel Mensinger2019-10-101-1/+2
* intel-cl: correct argument orderMichael Hirsch, Ph.D2019-10-102-4/+4
* BUGFIX: environment.py CudaCompiler missing info argMichael Hirsch, Ph.D2019-10-101-1/+2