summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix handling generated .desktop files. Closes #4304.fixfilerollerJussi Pakkanen2018-10-045-10/+51
* Make custom dist scripts accept arguments.Jan Tojnar2018-10-045-17/+25
* Merge pull request #4204 from xclaesse/unify-cmd-lineJussi Pakkanen2018-10-0412-382/+369
|\
| * Hide 'rewrite' and 'runpython' commands from helpXavier Claessens2018-10-041-6/+22
| * Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-0411-134/+116
| * Simplify run_script_command()Xavier Claessens2018-10-041-64/+24
| * Move setup command handling to its own msetup.py fileXavier Claessens2018-10-042-228/+255
| * Move set_meson_command() to mesonlibXavier Claessens2018-10-042-16/+18
* | Document the compiler.cmd_array() methodMike Gilbert2018-10-041-0/+3
|/
* Fixed the lack of stdout being displayed when not in capture mode for meson_e...dx-mon2018-10-041-0/+2
* Document when console: kwarg was added [skip ci]Nirbheek Chauhan2018-10-031-2/+2
* Merge pull request #4307 from jon-turney/probe-win-rc-typeJussi Pakkanen2018-10-031-19/+45
|\
| * Probe Windows resource compiler typeJon Turney2018-10-021-4/+22
| * Factor out windows resource compiler determinationJon Turney2018-10-011-17/+25
* | Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis2018-10-037-4/+80
* | Verify library directories as either 32-bit or 64-bitBruce Richardson2018-10-031-4/+47
* | Merge pull request #4296 from nacho4d/feature/fix-xcode-configure-fileJussi Pakkanen2018-10-022-35/+38
|\ \
| * | Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez2018-10-011-8/+22
| * | Fix indentation (make it uniform) in test file "14 configure file/meson.build"Guillermo Ignacio Enriquez Gutierrez2018-09-301-27/+16
* | | Merge pull request #4283 from dcbaker/macos-llvm-configJussi Pakkanen2018-10-022-14/+72
|\ \ \
| * | | dependencies/LLVM: rework shared link detection to be more robustDylan Baker2018-10-011-14/+69
| * | | dependencies/llvm: Fix shared linking on osxDylan Baker2018-10-011-5/+7
| * | | travis: install llvm on osxDylan Baker2018-10-011-2/+3
* | | | Merge pull request #4051 from GoaLitiuM/d-debugJussi Pakkanen2018-10-026-8/+147
|\ \ \ \
| * | | | docs: Document conditional debug compilation flags [skip ci]Ari Vuollet2018-09-272-3/+10
| * | | | Additional tests for D version and debug featuresGoaLitiuM2018-09-272-1/+85
| * | | | Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM2018-09-272-4/+52
| | |_|/ | |/| |
* | | | docs: Add note to cpu_family table about endianess [skip ci]Dylan Baker2018-10-021-0/+5
| |/ / |/| |
* | | msvc: Don't use /O3 with MSVCMartin Storsjö2018-10-011-1/+1
* | | compilers/c: don't return -pthread for MacOS with any compilerDylan Baker2018-10-012-20/+15
* | | Docs: fix 'Wrap-dependency-system-manual' to be more consistent [skip ci]Kostiantyn Ponomarenko2018-09-301-11/+11
| |/ |/|
* | docs/Builtin-options: Clarify -Dc_args for cross compilation (#4289) [skip ci]Dylan Baker2018-09-281-1/+5
* | gnome.gtkdoc: Fix static library ldflagsIñigo Martínez2018-09-281-8/+9
* | Add support for uic_extra_arguments to qt5 (#4178)Salamandar2018-09-282-5/+8
* | Add LGTM.com code quality badgesXavier RENE-CORAIL2018-09-281-0/+2
* | backend: Make sure to normalize paths before checking if it is a system dirThibault Saunier2018-09-281-0/+1
* | Merge pull request #4261 from rossburton/crossJussi Pakkanen2018-09-282-3/+13
|\ \
| * | gnome: use target c_args/c_link_args for g-ir-scanner when cross-compilingRoss Burton2018-09-281-2/+10
| * | gnome: add missing cflags/ldflags to gtk-doc when cross-compilingRoss Burton2018-09-281-0/+2
| * | gtkdochelper: show full command if it failsRoss Burton2018-09-281-1/+1
| |/
* | dist: Warn if there are uncommitted changes in the repositoryNirbheek Chauhan2018-09-281-2/+18
* | dist: Make usage of period in messages consistentNirbheek Chauhan2018-09-281-10/+10
* | compilers: Do not use -pthread with clang for darwinMarvin Scholz2018-09-281-0/+10
|/
* README: Update IRC and contributing link (#4269) [skip ci]lzutao2018-09-271-2/+5
* Update Meson docs README [skip ci]Kostiantyn Ponomarenko2018-09-271-6/+31
* Merge pull request #4214 from 3v1n0/gtk-docs-improvementsJussi Pakkanen2018-09-255-6/+71
|\
| * gnome: use project compiler flags in gtkdocMarco Trevisan (Treviño)2018-09-251-1/+5
| * gnome: add support for `module_version`Marco Trevisan (Treviño)2018-09-215-5/+65
| * docs, Gnome-module: document include_directories in gtkdocMarco Trevisan (Treviño)2018-09-211-0/+1
* | environment: Use os.path.basename() when checking mesonlib.meson_commandMasanori Kakura2018-09-251-1/+1