aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker4-10/+36
2020-01-08bugfix: hdf5 depenedency: make sure variable is always definedMichael Hirsch, Ph.D1-1/+1
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger2-13/+13
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger52-922/+909
2020-01-07Bump version number for new development.Jussi Pakkanen1-1/+1
2020-01-07Prepare new release.0.53.0Jussi Pakkanen1-1/+1
2020-01-07environment: Fix detection of icc on macOSDylan Baker1-6/+3
2020-01-06Updated linker MR (#6407)Jussi Pakkanen2-11/+20
2019-12-31Make D template work even if dub is not available.Jussi Pakkanen1-7/+9
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger2-3/+74
2019-12-28bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D1-0/+2
2019-12-24bugfix: check len before indexMichael Hirsch, Ph.D1-2/+2