aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-11-05Change default pkgconfig directory on FreeBSDsghctoma1-1/+4
2019-11-02Fix split of CMAKE_PREFIX_PATH under WindowsWolfgang Stöggl1-2/+2
2019-11-02Merge pull request #6123 from scivision/bugfix-fortranJussi Pakkanen2-8/+7
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D8-330/+930
2019-11-02Add option for controlling RTTI.Jussi Pakkanen1-0/+15
2019-11-02Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen1-1/+3
2019-11-02Ask Ninja to expand rsp files in compile_commands.jsonAleksey Gurtovoy2-4/+10
2019-10-31fix PGI Windows 'ar' linkerMichael Hirsch, Ph.D1-1/+1
2019-10-31bugfix: fortran compiler assertionerror from 0c22798Michael Hirsch, Ph.D2-7/+6
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-24Return a disabler when an unknown method is called on a disabler objectJames Hilliard1-2/+5
2019-10-23Fix for issue #4499, multiple entries per file in install-log.txtOrlando Wingbrant1-1/+0
2019-10-22raise exception when a non-required module not found and subsequently usedMichael Hirsch, Ph.D1-0/+2
2019-10-22ducking 'None' for missing moduleMichael Hirsch, Ph.D1-2/+2
2019-10-22mconf: Fix printing options when there is no compiler/project optionsXavier Claessens1-3/+3
2019-10-22Merge pull request #6090 from GoaLitiuM/masterJussi Pakkanen2-8/+27
2019-10-22Add source tags targetsMarc-André Lureau2-0/+69
2019-10-21Use run-clang-tidy when available.Jussi Pakkanen1-4/+18
2019-10-21d: Fix various linking issues on WindowsGoaLitiuM1-1/+10
2019-10-21d: Prefer MSVC and LLVM linker over optlink when availableGoaLitiuM1-7/+17
2019-10-21Remove duplicated object files in static librariesXavier Claessens1-1/+2
2019-10-20Merge pull request #6074 from mensinda/cmFileAPIJussi Pakkanen6-157/+524
2019-10-20Fix all flake8 warningsDaniel Mensinger6-6/+4
2019-10-20cmake: Blacklist more compiler warning flagsDaniel Mensinger1-1/+2
2019-10-20cmake: Do not add imported targetsDaniel Mensinger2-9/+11
2019-10-20cmake: Add CMake file API supportDaniel Mensinger2-5/+366
2019-10-20cmake: Comment out unused variablesDaniel Mensinger1-4/+4
2019-10-20cmake: Move CMake API classes to commonDaniel Mensinger4-144/+148
2019-10-19mdist.py: import lzma only when neededThomas Petazzoni1-1/+1
2019-10-19Fix according to deprecation of usage of non-standard escape sequencesmakise-homura1-1/+1
2019-10-19Add a proper way to get include dirs for elbrus compilermakise-homura1-0/+13
2019-10-19Make search of library dirs correctmakise-homura1-2/+2
2019-10-18xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D1-1/+1
2019-10-18mconf: Group all options per subproject and align all groupsXavier Claessens1-72/+115
2019-10-18Add missing newlines to "meson introspect" errorAaron Plattner1-3/+3
2019-10-18default inc dirs: fix warning for unsupporte lang (fixes #6050)Daniel Mensinger1-2/+9
2019-10-18emscripten: fix false positives in linking testsAndrei Alexeyev1-0/+13
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev3-26/+37
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev2-6/+8
2019-10-15environment: Add missing space between wordsMatt Turner1-1/+1
2019-10-15envconfig: Add Alpha CPU familyMatt Turner1-0/+2
2019-10-14Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev1-2/+2
2019-10-14Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev1-2/+2
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2-0/+6
2019-10-14Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev1-0/+4
2019-10-14Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3