summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Document from_builtype mapping for b_vscrtnirbheek/document-b_vscrtNirbheek Chauhan2020-03-121-0/+13
* coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan2020-03-113-3/+12
* coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan2020-03-112-3/+12
* coredata: Set default options as cmdline args that override each otherNirbheek Chauhan2020-03-113-9/+32
* coredata: Convert all option parsing to OrderedDict()Nirbheek Chauhan2020-03-111-5/+5
* Improve regular expression for MSVC compiler target arch detectionLuca Bacci2020-03-101-1/+1
* Document the requirement to run tests before coverage [skip ci]Vedran Miletić2020-03-092-1/+16
* Add OpenTitan to the list of users. [skip ci]Jussi Pakkanen2020-03-091-0/+1
* pkgconfig: Document conflicts keywordFini Jastrow2020-03-092-1/+2
* Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen2020-03-0912-18/+103
|\
| * Add a test of new warning of omitted native: keywordJon Turney2020-02-121-0/+2
| * Improve error reported when language has no compilerJon Turney2020-02-123-3/+24
| * Add test of target source without languageJon Turney2020-02-122-0/+5
| * Add a test that using an unavailable native compiler errorsJon Turney2020-02-122-0/+15
| * Refine behaviour of add_languages() when native: is missingJon Turney2020-02-123-7/+26
| * Add add_languages(native:)Jon Turney2020-02-094-15/+38
* | Fix introspection of symlink targets on macOS.Jussi Pakkanen2020-03-091-13/+33
* | Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen2020-03-0820-325/+355
|\ \
| * | Make use of unholderDylan Baker2020-03-058-112/+43
| * | mypy: Ignore missing importsDylan Baker2020-03-051-1/+2
| * | ci: Add mesonlib to modules to lint with mypyDylan Baker2020-03-051-1/+1
| * | dependencies/boost: Fix a number of mypy issuesDylan Baker2020-03-051-8/+8
| * | dependencies: Use CompilerType not CompilerDylan Baker2020-03-051-2/+2
| * | remove ability to pass multiple keys to extract_as_listDylan Baker2020-03-056-20/+10
| * | Remove some uses of mesonlib.run_onceDylan Baker2020-03-052-5/+4
| * | mesonlib: use mlog instead of printDylan Baker2020-03-051-2/+2
| * | mesonlib: Replace unholder argument to listifyDylan Baker2020-03-057-52/+51
| * | mesonbuild/mesonlib: Add type annotationsDylan Baker2020-03-055-125/+230
| * | mesonlib: Fix File.__eq__ to return NotImplementedDylan Baker2020-03-041-0/+2
| * | mesonlib: Use textwrap.dedentDylan Baker2020-03-041-4/+7
* | | cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger2020-03-083-3/+7
* | | Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen2020-03-0815-32/+157
|\ \ \
| * | | compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-277-26/+51
| * | | compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-278-16/+98
| * | | compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker2020-02-271-0/+6
| * | | compilers/emcc: Fix inheritance orderDylan Baker2020-02-273-2/+3
| * | | compilers/mixins/islinker: Add missing methodDylan Baker2020-02-271-0/+3
| * | | tests/wasm: Add C language as well as C++ language to testDylan Baker2020-02-272-1/+9
* | | | update test_templatesMichael2020-03-081-0/+5
* | | | add logic for Java jar projectMichael2020-03-081-7/+29
* | | | update test_templates to add dlang and find rustMichael2020-03-081-1/+7
* | | | intro: List symlinks in installdata (fixes #6734)Daniel Mensinger2020-03-082-3/+34
* | | | qt5: Add has_tools() methodXavier Claessens2020-03-084-1/+53
* | | | Merge pull request #6203 from xclaesse/override-dependencyJussi Pakkanen2020-03-0715-43/+276
|\ \ \ \
| * | | | dependency: Verify fallback variable consistencyXavier Claessens2020-03-067-5/+41
| * | | | override_dependency: Add failure testsXavier Claessens2020-03-061-0/+11
| * | | | Improve logged messages for overriden dependenciesXavier Claessens2020-03-063-12/+27
| * | | | Allow override_dependency() with a not-found depXavier Claessens2020-03-063-0/+12
| * | | | Simplify dependency() fallbackXavier Claessens2020-03-066-15/+50
| * | | | Add meson.override_dependency()Xavier Claessens2020-03-069-27/+151
| | |/ / | |/| |