aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-10-14Move some cross file parsing validition to MachineInfoJohn Ericson1-8/+11
2018-10-13Added .so to list possible darwin dynamic library suffixes (#4364)gsobala1-1/+1
2018-10-11dependencies/llvm: Mark as not found when not foundDylan Baker1-0/+3
2018-10-10os.path.relpath() can fail on WindowsJon Turney3-13/+15
2018-10-10gnome.compile_resources: Put dependency directories before current source dirTingPing1-2/+2
2018-10-09coverage: fix lcov branch coverage generationMohammed Sadiq1-0/+3
2018-10-08gnome: Quote arguments passed to gtkdoc-scangobjTing-Wei Lan1-4/+5
2018-10-08Pass arguments from in xcode projectsGuillermo Ignacio Enriquez Gutierrez1-4/+7
2018-10-08Xcode project now supports assembly filesGuillermo Ignacio Enriquez Gutierrez1-1/+7
2018-10-08configure_file: Support taking values from a dictXavier Claessens1-4/+18
2018-10-08scanbuild: Split SCANBUILD using shlexGuido Günther1-7/+14
2018-10-07d: Allow static library to be passed with -L to dmd/ldcMatthias Klumpp1-2/+6
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen4-11/+27
2018-10-07Merge pull request #3900 from xclaesse/in-operatorJussi Pakkanen3-13/+60
2018-10-07dependency variable from subproject could be not-foundXavier Claessens1-16/+14
2018-10-07Print warning when using deprecated 'python3' moduleXavier Claessens1-1/+2
2018-10-07Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi4-13/+19
2018-10-07Substitute output file then check for conflict.Christoph Behle1-5/+5
2018-10-06i18n: replace path separator with @Marty E. Plummer1-1/+1
2018-10-04Interpreter: Add 'continue' and 'break' keywordsXavier Claessens2-4/+34
2018-10-04Interpreter: Add "in" and "not in" operatorsXavier Claessens3-11/+28
2018-10-05Fix handling generated .desktop files. Closes #4304.Jussi Pakkanen1-10/+12
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