summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Explicitly document that += on dicts is immutablenirbheek/fix-docs-skippingNirbheek Chauhan2019-04-191-1/+3
* vim syntax highlighting: update last change dateNirbheek Chauhan2019-04-191-1/+1
* ci: Automatically skip tests for docs-only changesNirbheek Chauhan2019-04-174-20/+16
* add test case for generator dependenciesPaolo Bonzini2019-04-161-0/+14
* vs2010backend: emit dependencies for generatorsPaolo Bonzini2019-04-161-0/+3
* vs2010backend: fix flake8 issuePaolo Bonzini2019-04-161-1/+0
* generator: add dependency on generator in source treePaolo Bonzini2019-04-162-3/+11
* Add VS2019 backend CI and docs.Anton Kochkov2019-04-166-4/+67
* Shaderc pkg configDylan Baker2019-04-151-3/+16
* gpgme dependency: verify that pkg-config works on newer gpgmeEli Schwartz2019-04-151-0/+6
* fix gpgme support by preferring pkg-config where possibleEli Schwartz2019-04-153-3/+6
* (#5260) link to builtin options in `library()` fnKeefer Rourke2019-04-151-2/+3
* docs/fallback-wraptool: wrap to 80 charactersDylan Baker2019-04-141-6/+14
* docs: update fallback wraptool docs [skip ci]Dylan Baker2019-04-141-2/+2
* interpreter: Warn when environment() ops are overridenNirbheek Chauhan2019-04-135-1/+48
* mintro: Fix set_variable plus assign bug (closes #5256)Daniel Mensinger2019-04-132-0/+4
* Run postconf scripts absolutely last.Elliott Sales de Andrade2019-04-131-2/+3
* TST: Actually check that postconf introspection works.Elliott Sales de Andrade2019-04-132-1/+19
* interpreter: use container explosion where it makes senseDylan Baker2019-04-121-20/+10
* interpreter: use zip functionDylan Baker2019-04-121-3/+1
* Added a unit test for built-in options docsTheQwertiest2019-04-121-0/+36
* Update Built-in Option c_std for C17. Closes #4842.jrl642019-04-104-6/+28
* Add support for VS2019. Closes #4640.Jussi Pakkanen2019-04-103-1/+8
* docs: Change 0.51 to 0.50.1 [skip ci]Dylan Baker2019-04-101-1/+1
* [docs] Reordered options and fixed a typo [skip ci]TheQwertiest2019-04-101-2/+2
* docs: Document pkg_config_path and cross_ options [skip ci]Dylan Baker2019-04-091-17/+24
* Use LDFLAGS only on languages that need it. Closes #5215.Jussi Pakkanen2019-04-091-1/+12
* Merge pull request #5225 from dcbaker/threads-is-not-specialJussi Pakkanen2019-04-088-33/+12
|\
| * dependencies/dev: Use ext_deps for GTest in GMockDylan Baker2019-04-051-4/+1
| * dependencies/misc: don't special case threadsDylan Baker2019-04-057-29/+9
| * dependencies: Add ext_deps to all dependenciesDylan Baker2019-04-052-0/+2
* | mintro: removed deprecated --target-files APIDaniel Mensinger2019-04-083-66/+5
* | Merge pull request #5176 from ao2/add-subproject-foreach-commandJussi Pakkanen2019-04-083-8/+47
|\ \
| * | docs: fix typo s/responsability/responsibility/ [skip ci]Antonio Ospite2019-04-011-1/+1
| * | Add 'meson subprojects foreach' commandAntonio Ospite2019-04-013-7/+46
* | | Revert "rpm: Always set b_ndebug to true"Igor Gnatenko2019-04-081-1/+0
* | | Merge pull request #4931 from dcbaker/pkg-config-builtinNirbheek Chauhan2019-04-078-139/+176
|\ \ \
| * | | dependencies/pkg-config: Add support for different cross_flagsDylan Baker2019-04-052-1/+9
| * | | coredata: Add ability to mark options as having separate cross valuesDylan Baker2019-04-051-11/+21
| * | | dependencies: Add command line option for pkg_config_pathDylan Baker2019-04-056-13/+31
| * | | run_cross_tests: Pass correct argumentDylan Baker2019-04-051-1/+1
| * | | coredata: Don't log warnings about reserved prefixesDylan Baker2019-04-051-2/+2
| * | | optinterpreter: Add a log argument to is_invalid_nameDylan Baker2019-04-051-3/+4
| * | | optinterpreter: Add type annotations to is_invalid_nameDylan Baker2019-04-051-1/+1
| * | | coredata: Fold add_builtin_argument into BuiltinOptionDylan Baker2019-04-041-26/+22
| * | | coredata: Merge get_builtin_option_cmdline_name into BuiltinOptionDylan Baker2019-04-041-8/+9
| * | | coredata: merge get_builtin_option_default in to BuiltinOptionDylan Baker2019-04-041-15/+11
| * | | coredata: pull get_builtin_option_choices into BuiltinOptionDylan Baker2019-04-041-13/+8
| * | | coredata: Remove get_builtin_option_descriptionDylan Baker2019-04-041-7/+1
| * | | coredata: Move argparse action getterin into BuiltinOption classDylan Baker2019-04-041-9/+14