summaryrefslogtreecommitdiff
path: root/mesonbuild/modules
Commit message (Expand)AuthorAgeFilesLines
* use real pathlib moduleDylan Baker2020-11-204-4/+4
* Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen2020-11-181-41/+105
|\
| * Update CUDA module's nvcc_arch_flags() and nvcc_arch_readable() for newOlexa Bilaniuk2020-11-051-35/+96
| * Add newer CUDA Toolkit version entries.Olexa Bilaniuk2020-11-051-6/+9
* | Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen2020-11-181-2/+2
|\ \
| * | stabilize sets that are converted to listsPaolo Bonzini2020-11-151-2/+2
* | | gnome: Drop use of volatile in GLib type functionsPhilip Withnall2020-11-171-1/+1
|/ /
* | gnome: Handle libraries that are not in the current build dirSam Thursfield2020-11-131-5/+6
|/
* pkgconfig: Make external deps of static library publicXavier Claessens2020-11-041-3/+6
* qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz2020-11-041-1/+1
* gnome: Tweak error messageSam Thursfield2020-11-011-1/+2
* pkgconfig: Define libdir and includedir in -uninstalled.pc filesXavier Claessens2020-10-221-6/+5
* Fix gnome.compile_resources() when glib is a subprojectXavier Claessens2020-10-171-33/+38
* pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens2020-10-171-1/+1
* Fix consistency in variables kwargXavier Claessens2020-10-161-19/+7
* windows: Avoid target name clash happening in GTK+Xavier Claessens2020-10-151-1/+3
* gnome: generate cpp gresource source in cpp projectsmimi899992020-10-151-2/+8
* include_type: Add CMake subporject dependency method (fixes #6879)Daniel Mensinger2020-10-131-3/+10
* python.dependency() is not respecting 'required' kwargXavier Claessens2020-10-061-2/+9
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-044-4/+4
* windows: reduce chance of going over path limit in backend/vsPeter Harris2020-09-281-4/+5
* pylint: turn on bad-indentation errorDylan Baker2020-09-221-23/+23
* Revert "windows: reduce chance of going over path limit in backend/vs"Nirbheek Chauhan2020-09-171-5/+4
* windows: reduce chance of going over path limit in backend/vsPeter Harris2020-09-171-4/+5
* external-project: Add typing annotationXavier Claessens2020-09-131-7/+20
* external-project: New module to build configure/make projectsXavier Claessens2020-09-131-0/+253
* typing: more fixesDaniel Mensinger2020-09-081-4/+8
* typing: fully annotate fs moduleDaniel Mensinger2020-09-081-4/+4
* qt module: add qresource support to compile_translationsEli Schwartz2020-08-251-11/+49
* cmake: Make the CMake targte not found error more useful (see #7567)Daniel Mensinger2020-08-091-1/+3
* pkgconfig: Fix various corner casesXavier Claessens2020-07-301-19/+72
* Stabilize keyval moduleMarc-André Lureau2020-07-191-0/+0
* qt module: rcc supports depfiles now, given a recent enough version of Qt5Eli Schwartz2020-07-133-7/+10
* Don't make unactionable warnings fatalNirbheek Chauhan2020-07-053-3/+3
* qt: Fix has_tools() when required=FalseXavier Claessens2020-07-041-36/+15
* Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen2020-07-011-9/+101
|\
| * cmake: Add more advanced subproject configuration optionsDaniel Mensinger2020-06-051-9/+101
* | pkgconfig: Add missing cflags in uninstalled filesXavier Claessens2020-06-241-16/+11
* | Update mesonbuild/modules/gnome.pyXavier Claessens2020-06-161-1/+1
* | Update mesonbuild/modules/gnome.pyXavier Claessens2020-06-161-1/+1
* | gnome: Add fatal_warnings kwarg to generate_gir()Xavier Claessens2020-06-161-2/+11
* | modules/cmake: Fix setting install_dirDylan Baker2020-06-121-2/+1
|/
* Fix lack of space after 'Cflags:' in pkgconfig filesSoapux2020-05-271-1/+1
* Merge pull request #7123 from dcbaker/use-feature-deprecatedJussi Pakkanen2020-05-222-11/+6
|\
| * use FeatureNew.single_useDylan Baker2020-05-141-3/+3
| * modules/pkgconfig: Remove duplicate FeatureNewDylan Baker2020-05-141-2/+0
| * interpreter: Replace some uses of mlog.deprecation with FeatureDeprecatedDylan Baker2020-05-141-6/+3
* | ninjabackend: Treat GNOME gir/typelib as librariesNirbheek Chauhan2020-05-151-0/+11
|/
* gnome.generate_gir: Fix missing include directoriesXavier Claessens2020-05-141-6/+4
* python: install_sources() should default to pure, following the docMarc-André Lureau2020-05-101-1/+1