aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger3-19/+16
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger9-34/+47
2020-01-28compilers: Use /Zi instead of /ZI with clang-clDylan Baker1-4/+13
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker3-38/+75
2020-01-28Merge pull request #6455 from makise-homura/elbrus_0.53.0Dylan Baker5-10/+44
2020-01-27Always disable interpolation for ini parsers.Jussi Pakkanen2-2/+2
2020-01-27Bringing back defines in Elbrus C compiler to simplify environment.pymakise-homura2-12/+7
2020-01-27Fix Sider errorsmakise-homura1-1/+1
2020-01-27ObjC/ObjC++ compilers are not available for Elbrus, so don't failmakise-homura1-5/+13
2020-01-27Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura1-0/+13
2020-01-27Add missing functions to Elbrus compiler classmakise-homura1-0/+11
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura5-10/+17
2020-01-27Merge pull request #6432 from mensinda/cmExeRefactorJussi Pakkanen5-68/+155
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen4-10/+36
2020-01-27Check for bad timestamps that cause eternal configure loops.Jussi Pakkanen1-0/+17
2020-01-26cmake: Add support for --trace-redirectDaniel Mensinger2-1/+14
2020-01-26cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger5-68/+142
2020-01-26Support multiple args to message() and warning()Xavier Claessens1-15/+15
2020-01-25Fix required dependency() not failing when wrap-mode=nofallbackXavier Claessens1-1/+5
2020-01-25mconf: Recommend using --reconfigure when setting unknown optionsXavier Claessens1-0/+2
2020-01-25wrap: Fix git clone with commit id in revisionXavier Claessens1-1/+1
2020-01-24compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan1-1/+1
2020-01-24typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan2-5/+5
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger3-30/+28
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen1-4/+6
2020-01-23environment: Fix initialization of compilers that don't use aDylan Baker1-0/+5
2020-01-22Move git helper out into mesonlib for reuseNirbheek Chauhan3-22/+18
2020-01-22msubprojects: Rename 'git' to 'git_output'Nirbheek Chauhan1-10/+10
2020-01-22wrap: Re-set the console mode after calling gitNirbheek Chauhan1-0/+6
2020-01-22wrap: Redirect stdin to DEVNULL when calling gitNirbheek Chauhan1-1/+4
2020-01-22wrap: Always use a wrapper for running gitNirbheek Chauhan1-32/+28
2020-01-22wrap: Look for git only once at startupNirbheek Chauhan1-22/+20
2020-01-22wrap: Use uppercase for global constantsNirbheek Chauhan1-12/+12
2020-01-23Add m68k to known cpus for Motorola 68000 series processorsDylan Baker1-0/+1
2020-01-22tests: Add a test case for finding ldDylan Baker1-3/+3
2020-01-22environment: Replace LD with <LANG>LDDylan Baker2-27/+49
2020-01-22envconfig: add pkg_config_libdir propertyStéphane Cerveau2-0/+12
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan2-0/+7
2020-01-22linkers: Accept both str and List[str] for _apply_prefixNirbheek Chauhan1-6/+10
2020-01-22linkers: Clarify a comment about rspfilesNirbheek Chauhan1-1/+2
2020-01-21Merge pull request #6481 from jon-turney/osx-qt-dep-crashDylan Baker1-1/+2
2020-01-18Fix typo in error messageXavier Claessens1-1/+1
2020-01-17wrap: Fix support of file:// URLsXavier Claessens1-3/+1
2020-01-17Fix dependency('qt') crash with old Qt on OSXJon Turney1-1/+2
2020-01-15envconfig: s390x is 64bitDylan Baker1-0/+1
2020-01-15Add s390 to list of known architecturesDylan Baker1-0/+1
2020-01-15find_program: Always use USERPROFILE instead of HOMENirbheek Chauhan1-1/+4
2020-01-14dependency: add cursesMichael Hirsch, Ph.D2-1/+26
2020-01-14find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan1-2/+18
2020-01-09pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz1-2/+5