aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Merge pull request #4293 from marcelhollerbach/masterJussi Pakkanen2-56/+69
2018-10-04Make custom dist scripts accept arguments.Jan Tojnar5-17/+25
2018-10-04Merge pull request #4204 from xclaesse/unify-cmd-lineJussi Pakkanen12-382/+369
2018-10-04Document the compiler.cmd_array() methodMike Gilbert1-0/+3
2018-10-04Hide 'rewrite' and 'runpython' commands from helpXavier Claessens1-6/+22
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens11-134/+116
2018-10-04Simplify run_script_command()Xavier Claessens1-64/+24
2018-10-04Move setup command handling to its own msetup.py fileXavier Claessens2-228/+255
2018-10-04Move set_meson_command() to mesonlibXavier Claessens2-16/+18
2018-10-04Fixed the lack of stdout being displayed when not in capture mode for meson_e...dx-mon1-0/+2
2018-10-03Document when console: kwarg was added [skip ci]Nirbheek Chauhan1-2/+2
2018-10-03Merge pull request #4307 from jon-turney/probe-win-rc-typeJussi Pakkanen1-19/+45
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis7-4/+80
2018-10-03Verify library directories as either 32-bit or 64-bitBruce Richardson1-4/+47
2018-10-02Merge pull request #4296 from nacho4d/feature/fix-xcode-configure-fileJussi Pakkanen2-35/+38
2018-10-02Merge pull request #4283 from dcbaker/macos-llvm-configJussi Pakkanen2-14/+72
2018-10-02Merge pull request #4051 from GoaLitiuM/d-debugJussi Pakkanen6-8/+147
2018-10-02docs: Add note to cpu_family table about endianess [skip ci]Dylan Baker1-0/+5
2018-10-02Probe Windows resource compiler typeJon Turney1-4/+22
2018-10-01build: generate the mappings in the TargetsMarcel Hollerbach2-28/+35
2018-10-01build: move default_install_dir to the Target classesMarcel Hollerbach2-29/+35
2018-10-01dependencies/LLVM: rework shared link detection to be more robustDylan Baker1-14/+69
2018-10-01dependencies/llvm: Fix shared linking on osxDylan Baker1-5/+7
2018-10-01travis: install llvm on osxDylan Baker1-2/+3
2018-10-01Factor out windows resource compiler determinationJon Turney1-17/+25
2018-10-01msvc: Don't use /O3 with MSVCMartin Storsjö1-1/+1
2018-10-01compilers/c: don't return -pthread for MacOS with any compilerDylan Baker2-20/+15
2018-10-01Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez1-8/+22
2018-09-30Docs: fix 'Wrap-dependency-system-manual' to be more consistent [skip ci]Kostiantyn Ponomarenko1-11/+11
2018-09-30Fix indentation (make it uniform) in test file "14 configure file/meson.build"Guillermo Ignacio Enriquez Gutierrez1-27/+16
2018-09-28docs/Builtin-options: Clarify -Dc_args for cross compilation (#4289) [skip ci]Dylan Baker1-1/+5
2018-09-28gnome.gtkdoc: Fix static library ldflagsIñigo Martínez1-8/+9
2018-09-28 Add support for uic_extra_arguments to qt5 (#4178)Salamandar2-5/+8
2018-09-28Add LGTM.com code quality badgesXavier RENE-CORAIL1-0/+2
2018-09-28backend: Make sure to normalize paths before checking if it is a system dirThibault Saunier1-0/+1
2018-09-28Merge pull request #4261 from rossburton/crossJussi Pakkanen2-3/+13
2018-09-28dist: Warn if there are uncommitted changes in the repositoryNirbheek Chauhan1-2/+18
2018-09-28dist: Make usage of period in messages consistentNirbheek Chauhan1-10/+10
2018-09-28compilers: Do not use -pthread with clang for darwinMarvin Scholz1-0/+10
2018-09-28gnome: use target c_args/c_link_args for g-ir-scanner when cross-compilingRoss Burton1-2/+10
2018-09-28gnome: add missing cflags/ldflags to gtk-doc when cross-compilingRoss Burton1-0/+2
2018-09-28gtkdochelper: show full command if it failsRoss Burton1-1/+1
2018-09-27docs: Document conditional debug compilation flags [skip ci]Ari Vuollet2-3/+10
2018-09-27Additional tests for D version and debug featuresGoaLitiuM2-1/+85
2018-09-27Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM2-4/+52
2018-09-27README: Update IRC and contributing link (#4269) [skip ci]lzutao1-2/+5
2018-09-27Update Meson docs README [skip ci]Kostiantyn Ponomarenko1-6/+31
2018-09-25Merge pull request #4214 from 3v1n0/gtk-docs-improvementsJussi Pakkanen5-6/+71
2018-09-25environment: Use os.path.basename() when checking mesonlib.meson_commandMasanori Kakura1-1/+1
2018-09-25Docs: Add DEPFILE to substitutions list [ci skip]ePirat1-0/+1