aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen1-14/+7
2019-02-04gnome.compile_resources: Add ld binary methodJussi Pakkanen2-15/+148
2019-02-04Merge pull request #4835 from obilaniu/cudaimprovementsJussi Pakkanen1-0/+259
2019-02-04python: don't require a Python lib in case we don't link against it. Fixes #4841Christoph Reiter1-3/+4
2019-02-03Fix required versionNinja-Koala1-1/+1
2019-02-03More robust name generationNinja-Koala1-8/+18
2019-02-02Add unstable CUDA module.Olexa Bilaniuk1-0/+259
2019-02-02Move some additional functionality into the new functionNinja-Koala1-10/+11
2019-02-02Never access environment.properties downstreamJohn Ericson1-14/+7
2019-02-02Use triple quote string for linkerscriptNinja-Koala1-11/+11
2019-02-02Move target generation in new functionNinja-Koala1-61/+64
2019-02-02Disable for cross buildsNinja-Koala1-1/+1
2019-02-01Handle minus sign correctlyNinja-Koala1-1/+2
2019-02-01Add second dependency file for c targetNinja-Koala1-1/+3
2019-02-01Remove dependency file from c targetNinja-Koala1-3/+3
2019-02-01Fix code formattingNinja-Koala1-15/+15
2019-02-01gnome.compile_resources: Add ld binary methodNinja-Koala2-14/+130
2019-01-31Add tsan and ubsan to g-ir-scanner workaround.Elliott Sales de Andrade1-3/+9
2019-01-31pkgconfig: Only warn about deprecation at a location onceNirbheek Chauhan1-12/+20
2019-01-31pkgconfig: Avoid deprecation warning when using new syntaxXavier Claessens1-5/+6
2019-01-29pep8 py37Michael Hirsch, Ph.D1-1/+1
2019-01-26Add install_dir to i18n.gettextSergey Shatunov1-2/+4
2019-01-17add support for generating cmake filesDavid Fort1-0/+221
2019-01-16Fix flake8 errorsXavier Claessens1-2/+1
2019-01-10rpm: Bring RPM module back in to a working stateAlistair Thomas1-47/+57
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens1-1/+5
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson4-33/+15
2019-01-02Avoid exception looking for python on windows if the launcher (py.exe) is not...guruDanny671-0/+4
2018-12-16gi: Handle new --source-top-dirs argumentThibault Saunier1-10/+15
2018-12-12modules/python: Add path methodDylan Baker1-3/+7
2018-12-12modules/python: Refactor the PythonInstallation objectDylan Baker1-40/+33
2018-12-12modules/python: don't inherit from InterpreterObjectDylan Baker1-2/+2
2018-12-12modules/python: Don't pass instance variable to instance methodDylan Baker1-9/+9
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas1-2/+2
2018-12-10python: only link extension modules against libpython when distutils does too...Christoph Reiter1-0/+20
2018-12-05modules/python: Do not override link_args with None largsPhilippe Normand1-2/+2
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens1-8/+40
2018-12-03pkgconfig: do not generated dependency on itselfLuca Boccassi1-1/+1
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach1-5/+12
2018-11-19lgtm: Too few arguments for string format.Jon Turney1-1/+1
2018-11-19gnome.gtkdoc: Fix missing permitted `c_args` argumentIñigo Martínez1-1/+2
2018-11-15hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier1-1/+1
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker3-12/+11
2018-11-14modules/python: Allow use of the native fileDylan Baker1-1/+3
2018-11-14modules/python3: allow specifying in the native fileDylan Baker2-4/+6
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker1-0/+8
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker1-2/+2
2018-11-06gnome: Require GObject-Introspection 1.58.1 for static librariesOlivier CrĂȘte1-2/+10
2018-11-05gnome: Use full path for static librariesOlivier CrĂȘte1-1/+6
2018-11-05gnome: GIR works fine for static librariesOlivier CrĂȘte1-3/+5