index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
qt5.py
Age
Commit message (
Expand
)
Author
2024-04-09
modules: rename qt.py -> _qt.py
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-01-10
modules: fully type the Qt* modules
Dylan Baker
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2020-07-13
qt module: rcc supports depfiles now, given a recent enough version of Qt5
Eli Schwartz
2020-07-05
Don't make unactionable warnings fatal
Nirbheek Chauhan
2018-11-14
dependencies/ui: Allow qt compilers and qmake to be specified in native file
Dylan Baker
2018-04-15
Updated all modules to work with the new API.
Jussi Pakkanen
2017-10-10
Factorized Qt4 and Qt5 modules in one base class.
Alexis Jeandet
2017-10-01
Added include directory argument for Qt's Moc which is needed to build plugins.
Alexis Jeandet
2017-09-21
flake8: Clean up complained-about unused imports
Luke Shumaker
2017-09-18
Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.
Alexis Jeandet
2017-06-26
Fixed issues raised in review.
Jussi Pakkanen
2017-06-26
Fixed the remaining modules.
Jussi Pakkanen
2017-04-09
Add an option to dependencies called 'method'. This can be used to
Aaron Small
2017-02-19
find_program: Fix implementation of .path()
Nirbheek Chauhan
2017-01-11
style: [E502] the backslash is redundant between brackets
Mike Sinkovsky
2017-01-09
There are two different kinds of extensions: modules that create new
Jussi Pakkanen
2017-01-06
Fix a few more modules.
Jussi Pakkanen
2017-01-02
style: fix E127 violations
Igor Gnatenko
2017-01-01
style: fix E124 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-22
Add Generator.process_files to reduce code duplication.
Elliott Sales de Andrade
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-18
Qt: Allow passing a name arg to preprocess()
Nirbheek Chauhan
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-11-11
qt4, qt5 modules: Improve moc/uic/rcc detection
Nirbheek Chauhan
2016-11-11
qt4/qt5: Print a message when moc/uic/rcc aren't found
Nirbheek Chauhan
2016-11-08
Implement mlog.warning and use it everywhere for warnings
Nirbheek Chauhan
2016-05-30
Make sure outputs do not contain stray path segments.
Jussi Pakkanen
2016-05-29
Can have multiple Qt resource files in a single target. Closes #572.
Jussi Pakkanen
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
2016-01-31
Text clarification.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen