summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add android to os list informally. Closes #6233. [skip ci]andrdocJussi Pakkanen2020-06-021-0/+1
* Ignore file access errors when scanning .so files in system libdirsMike Gilbert2020-06-021-9/+18
* cmake: always split property lists (fixes #7228)Daniel Mensinger2020-06-023-4/+5
* dependencies/cuda: Add support for ARM linuxjonathanmist2020-06-021-6/+10
* docs/unit-tests: Show a test can have multiple suites [skip ci]Ebrahim Byagowi2020-06-021-1/+1
* [skip ci] mesonwrap docsLisa White2020-06-024-31/+62
* [skip ci] mesonwrap docs: limit line length and remove trailing spacesLisa White2020-06-021-10/+14
* Merge pull request #6818 from mensinda/localPatchJussi Pakkanen2020-05-2716-26/+76
|\
| * wrap: Updated docsDaniel Mensinger2020-04-252-6/+18
| * wrap: Add test case for local source / patch filesDaniel Mensinger2020-04-2512-8/+30
| * wrap: Add support for local files via only `*_filename`Daniel Mensinger2020-04-252-12/+28
* | add type anno: compilers/clikeMichael Hirsch, Ph.D2020-05-272-18/+18
* | ninja: Always use to_native on CompilerArgs (fixes #7167)Daniel Mensinger2020-05-274-9/+23
* | Fix lack of space after 'Cflags:' in pkgconfig filesSoapux2020-05-271-1/+1
* | Recognize Arduino .ino files as C++Phillip Johnston2020-05-271-1/+1
* | docs: Fix typo in Release notes [skip ci]Soapux2020-05-271-1/+1
* | opts: added docsDaniel Mensinger2020-05-262-0/+17
* | opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1Daniel Mensinger2020-05-261-0/+2
* | opts: Allow string concatenation (fixes #7199)Daniel Mensinger2020-05-262-3/+10
* | mcompile: removed unneeded importsTheQwertiest2020-05-261-2/+0
* | mcompile: detect_ninjaTheQwertiest2020-05-261-8/+3
* | mcompile: replaced intro with cdata + extracted code to funcsTheQwertiest2020-05-261-60/+63
* | mcompile: replaced backend divination code + cleanupTheQwertiest2020-05-261-11/+24
* | Merge pull request #7197 from jon-turney/test-output-check-mandatoryJussi Pakkanen2020-05-2611-40/+115
|\ \
| * | Add expected stdout for failing-meson tests which are missing itJon Turney2020-05-2310-0/+70
| * | Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney2020-05-231-40/+45
* | | Use --internal script call to call delwithsuffix when cleaning up the gcno an...georgev932020-05-261-6/+2
* | | fixed typop01arst0rm2020-05-241-1/+1
* | | fix cmake target configuration selection.Alexander Neumann2020-05-242-5/+19
* | | Merge pull request #6765 from mensinda/astDump2Jussi Pakkanen2020-05-2410-32/+344
|\ \ \
| * | | ast: Add docs for --astDaniel Mensinger2020-05-232-18/+73
| * | | ast: add unittestDaniel Mensinger2020-05-232-2/+92
| * | | ast: Handle NotNodeDaniel Mensinger2020-05-231-0/+5
| * | | ast: Add AST JSON printerDaniel Mensinger2020-05-235-12/+174
| |/ /
* | | Clear internal caches before running each test.Jussi Pakkanen2020-05-231-0/+10
|/ /
* | Remove stray print call.Jussi Pakkanen2020-05-231-1/+0
* | Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"Jussi Pakkanen2020-05-2311-115/+40
* | Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed2020-05-221-6/+6
* | Allow building with b_coverage set to true when clang is being used regardles...georgev932020-05-221-0/+3
* | Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen2020-05-228-65/+75
|\ \
| * | run_unittests: Use unittest.mock instead of a handrolled mockDylan Baker2020-05-141-11/+8
| * | optinterpreter: Enable and update FeatureNew to use_singleDylan Baker2020-05-141-7/+5
| * | interpreter: Add always set default value for version and set it ASAPDylan Baker2020-05-142-5/+6
| * | use FeatureNew.single_useDylan Baker2020-05-144-26/+29
| * | modules/pkgconfig: Remove duplicate FeatureNewDylan Baker2020-05-141-2/+0
| * | interpreterbase: Proxy extra_message through to feature_check_classDylan Baker2020-05-141-2/+5
| * | interpreterbase: Add a oneline helper method for Feature(New|Deprecated)Dylan Baker2020-05-141-4/+15
| * | interpreter: Replace some uses of mlog.deprecation with FeatureDeprecatedDylan Baker2020-05-143-9/+8
* | | boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger2020-05-221-1/+12
* | | boost: Always sort shared before static (fixes #7171)Daniel Mensinger2020-05-221-2/+2