aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Skip creating a PDB file if a debug build hasn't been requestedMartin Storsjö1-1/+2
2018-10-20Order rpaths so that internal ones come first.Jussi Pakkanen1-1/+17
2018-10-20Keep absolute rpaths to libraries outside the build dir.Jussi Pakkanen1-10/+13
2018-10-20Remove implicit compression of man pagesMichał Górny2-12/+2
2018-10-20Merge pull request #4327 from xclaesse/wrapJussi Pakkanen3-260/+195
2018-10-20Add 'b_pie' compiler optionXavier Claessens4-8/+50
2018-10-18wrap: Make 'directory' key optionalXavier Claessens1-23/+20
2018-10-18wrap: Rename p to self.wrapXavier Claessens1-48/+48
2018-10-18wrap: Disable interpolationXavier Claessens1-1/+1
2018-10-18wrap: Improve error handling and loggingXavier Claessens2-55/+62
2018-10-18wrap: Remove dead code trying to update git/hg/svn repositoriesXavier Claessens1-72/+21
2018-10-17msetup: Remove dead codeXavier Claessens1-9/+0
2018-10-17wrap: Allow source and patch to be local filesXavier Claessens1-87/+78
2018-10-17wrap: Some cleanups and fixes in resolverXavier Claessens1-66/+66
2018-10-17Added basic detection for AIX linker (not really a better way)Aki Van Ness1-0/+2
2018-10-15Regression fix: Don't try to import empty-string custom target include dirs (...Matthias Klumpp1-0/+2
2018-10-14Use relative build-tree RPATHs on macOSDavid Seifert2-30/+33
2018-10-14Do not try to remove duplicate RPATH entries on macOSDavid Seifert1-2/+23
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