aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-08-13mtest: Actually call colorize_console()Nirbheek Chauhan1-1/+1
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens1-1/+2
2020-08-12cmake: Use a mapping when writing compiler IDNirbheek Chauhan1-1/+26
2020-08-12cmake: Fix hard-coded values in fake CMakeLists for MSVCNirbheek Chauhan1-16/+28
2020-08-11Add h5cc shlib argument for correctly link hdf5 librariesWilliam F Godoy1-1/+2
2020-08-09msvc: enable /std:c11 flagMichael Hirsch1-0/+20
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger1-1/+8
2020-08-09cmake: Make the CMake targte not found error more useful (see #7567)Daniel Mensinger1-1/+3
2020-08-08Use uname -p to detect x86_64 on QNX.Elad Lahav2-1/+3
2020-08-07Better log message on rpath error.Jussi Pakkanen1-1/+2
2020-08-08mtest: fix skipping with various prefixesMarc-André Lureau1-1/+1
2020-08-07cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger1-1/+1
2020-08-07interpreter: Lower case languages before checking if 'c' is in the listXavier Claessens1-1/+1
2020-08-07qt dependency: do not require all the tools automaticallyEli Schwartz1-5/+5
2020-08-05Merge pull request #7527 from mensinda/cnFixExeJussi Pakkanen2-4/+16
2020-08-05mtest: TestResult.SKIP is not a failure (#7525)Simon McVittie1-1/+1
2020-08-05cmake: Use the DEBUG config when linking to the debug CRTNirbheek Chauhan1-1/+4
2020-08-05cmake: Do not split CMAKE_PREFIX_PATH with ':' on WindowsNirbheek Chauhan1-1/+6
2020-08-04"Downgrade" warning when regenerating after version bumpZbigniew Jędrzejewski-Szmek2-3/+16
2020-08-04Capitalize some constants in coredataJohn Ericson4-18/+18
2020-08-03cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger2-4/+16
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan3-2/+17
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker4-133/+179
2020-08-01push all config-file settings into coredata.set_default_optionsDylan Baker1-37/+32
2020-08-01mesonlib: Add repr() methods to PerMachine classesDylan Baker1-0/+12
2020-08-01machine-files: deprecate the paths sectionDylan Baker3-64/+7
2020-08-01coredata: fix type annotationDylan Baker1-1/+1
2020-08-01machine-files: give better error messages about using integersDylan Baker1-3/+9
2020-08-01Allow setting built-in options from cross/native filesDylan Baker3-13/+65
2020-08-01mconf/mintro: use authoritative list of options from coredataDylan Baker3-38/+19
2020-07-30Allow setting project options from cross or native filesDylan Baker2-1/+28
2020-07-30Support armel/armhf builds on native arm64 hosts.Mark Hindley1-1/+2
2020-07-30pkgconfig: Fix various corner casesXavier Claessens2-29/+75
2020-07-30Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen3-6/+9
2020-07-30mtest: report failures and overall summary *after* test(s) logsCamilo Celis Guzman1-2/+8
2020-07-30backends: fix rpath match patternJames Hilliard1-2/+28
2020-07-28Fix typoZbigniew Jędrzejewski-Szmek1-1/+1
2020-07-28Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek1-3/+3
2020-07-28Only emit warning about "native:" on projects with minimum required versionZbigniew Jędrzejewski-Szmek1-2/+5
2020-07-28ninjabackend: check if target has compiler attributeMarcel Hollerbach1-0/+2
2020-07-23Merge pull request #7461 from mensinda/noMoreSetuptoolsJussi Pakkanen3-7/+378
2020-07-23Merge pull request #7460 from mensinda/fixDeepcpyJussi Pakkanen1-0/+10
2020-07-23compilers: Cache gnu-mixins has_arguments() checksNirbheek Chauhan1-1/+1
2020-07-22coredata: Make warning_level per subproject builtin optionXavier Claessens1-1/+1
2020-07-22visualstudio: warning_level 0 should not map to /W1Xavier Claessens1-1/+1
2020-07-22Don't spam about usage of rspfiles to stdoutNirbheek Chauhan1-1/+1
2020-07-21Add boost_root support to properties files (#7210)cmcneish1-40/+108
2020-07-21summary: Wrap lines when printing listsXavier Claessens1-5/+29
2020-07-20string: add substring methodStéphane Cerveau1-0/+14
2020-07-20Do not add rpaths for static libs. Closes #5191.Jussi Pakkanen1-1/+2