aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-10-05Centralize description of build, host, and target, machinesJohn Ericson2-68/+98
2018-10-04backends: allow running host arch binaries on compatible build machinesDylan Baker1-4/+6
2018-10-04Merge pull request #4293 from marcelhollerbach/masterJussi Pakkanen2-56/+69
2018-10-04Make custom dist scripts accept arguments.Jan Tojnar2-13/+17
2018-10-04Hide 'rewrite' and 'runpython' commands from helpXavier Claessens1-6/+22
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens9-131/+113
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-03Merge pull request #4307 from jon-turney/probe-win-rc-typeJussi Pakkanen1-19/+45
2018-10-03Add custom libgcrypt dependency using libgcrypt-configPatrick Griffis2-1/+33
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 Pakkanen1-8/+22
2018-10-02Merge pull request #4283 from dcbaker/macos-llvm-configJussi Pakkanen1-12/+69
2018-10-02Merge pull request #4051 from GoaLitiuM/d-debugJussi Pakkanen2-4/+52
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-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 Baker1-12/+2
2018-10-01Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated h...Guillermo Ignacio Enriquez Gutierrez1-8/+22
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)Salamandar1-4/+6
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-27Add conditional debug identifiers for D compilers, and enable for debug buildsGoaLitiuM2-4/+52
2018-09-25Merge pull request #4214 from 3v1n0/gtk-docs-improvementsJussi Pakkanen2-6/+26
2018-09-25environment: Use os.path.basename() when checking mesonlib.meson_commandMasanori Kakura1-1/+1
2018-09-25gnome: use project compiler flags in gtkdocMarco Trevisan (TreviƱo)1-1/+5
2018-09-24Merge pull request #4243 from nacho4d/feature/xcode-fix2Jussi Pakkanen1-38/+65
2018-09-25Don't add rpath linker flags when building for MinGWMartin Storsjƶ1-0/+2
2018-09-25environment: validate endian value from cross fileRoss Burton1-0/+3
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez1-6/+11
2018-09-24Return code 0 when builddir is already configuredXavier Claessens1-1/+1
2018-09-24Partially fix targets that use precompiled header with --backend=xcode. Vario...Guillermo Ignacio Enriquez Gutierrez1-0/+15
2018-09-24Sort some objects before writing as Xcode expects [skip ci]Guillermo Ignacio Enriquez Gutierrez1-38/+45
2018-09-23hotdoc: Add support for {Build,Custom}Target as sourcesThibault Saunier1-3/+7
2018-09-23linker flags --as-needed and --no-undefined aren't meaningful for PEJon Turney1-2/+4
2018-09-23mesonbuild: Recognise ARC architectureAlexey Brodkin1-0/+1
2018-09-22Updated version number for new development.Jussi Pakkanen1-1/+1