summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens2021-03-232-1/+14
* environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens2021-03-232-2/+29
* Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen2021-03-231-0/+10
* Docs: Fix small typoHRXN2021-03-211-1/+1
* Allow add_dist_script() in subprojectsXavier Claessens2021-03-182-6/+29
* interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens2021-03-182-2/+14
* clangformat: Add clang-format-check targetXavier Claessens2021-03-162-4/+4
* clangformat: Add include and ignore filesXavier Claessens2021-03-163-0/+102
* Add range() functionXavier Claessens2021-03-162-0/+58
* Remove mention of Meson manual. [skip ci]Jussi Pakkanen2021-03-161-6/+0
* Add `meson devenv` command and meson.add_devenv()Xavier Claessens2021-03-163-0/+76
* doc: Add External Project into the top dropdown menuXavier Claessens2021-03-101-0/+1
* Some documentation language adjustments & improved error messagesLaurin-Luis Lehning2021-03-102-2/+10
* Yet another documentation updateLaurin-Luis Lehning2021-03-101-0/+3
* Fix release snippet still using the old fstring syntaxLaurin-Luis Lehning2021-03-101-1/+1
* Add syntax documentation with tentative version targetLaurin-Luis Lehning2021-03-101-0/+16
* Add failing test cases & release snippetLaurin-Luis Lehning2021-03-101-0/+7
* docs: add a couple words about system dependenciesDylan Baker2021-03-091-0/+17
* Add address sanitizer support for Visual Studio.Jussi Pakkanen2021-03-092-1/+9
* Add str.replace() methodTristan Partin2021-03-093-0/+24
* minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt2021-03-061-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* Fix release notes typo [skip ci]Michael Brockus2021-03-041-1/+1
* docs: Clarify compiler.cmd_array() (#8454)Chris Mayo2021-03-041-2/+1
* Improved a paragraph [skip ci]Amr Ojjeh2021-03-041-3/+3
* docs/faq: Add a section on user defined functions and macros [skip ci]Dylan Baker2021-03-011-1/+78
* install_man locale supportJason Woodward2021-02-272-0/+14
* Allow printing UserOptions in the summaryStephen Gregoratto2021-02-262-0/+4
* meson: add .has_external_property() methodsTim-Philipp Müller2021-02-262-0/+14
* Add Rizin to the list of meson usersRiccardo Schirone2021-02-261-0/+1
* deprecated `meson.get_cross_property`Dylan Baker2021-02-253-4/+9
* Support multiple args in error()Xavier Claessens2021-02-252-0/+7
* Allow custom target output to be processed by generatorsMatthias Klumpp2021-02-251-0/+4
* Clarify that wrap requests are for user submission. [skip ci]Jussi Pakkanen2021-02-251-2/+9
* Add note about using Ninja on old Meson versions. [skip ci]Jussi Pakkanen2021-02-231-1/+3
* minstall: Add --skip-subprojects optionXavier Claessens2021-02-221-0/+10
* docs/users: Add DOSBox StagingPatryk Obara2021-02-211-0/+1
* Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens2021-02-171-0/+17
* Add optional -Dcuda_ccbindir= option and -ccbin flag to CUDA compiler.Olexa Bilaniuk2021-02-161-0/+1
* Add missing apostrophes. [skip ci]Jussi Pakkanen2021-02-161-2/+2
* docs: Fix typo in release notes [skip ci]Sam Thursfield2021-02-141-1/+1
* Add a release note entry for C++ modules which was missing. [skip ci]Jussi Pakkanen2021-02-141-1/+8
* Set up release 0.57.0.57.0Jussi Pakkanen2021-02-1433-315/+354
* Add Qt6 moduleLuca Weiss2021-02-071-0/+8
* Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen2021-02-072-2/+51
|\
| * rust: Add a module wrapper for bindgenDylan Baker2021-02-062-2/+51
* | Make installing non-existing subdirs a supported featurePeter Hutterer2021-02-071-0/+10
* | Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen2021-02-071-0/+3
|\ \
| * | interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini2021-02-021-0/+3
* | | Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen2021-02-072-1/+5
|\ \ \ | |_|/ |/| |