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
/
windows.py
Age
Commit message (
Expand
)
Author
2018-05-21
Windows: Fix exception when windres is not found
Xavier Claessens
2018-04-15
Updated all modules to work with the new API.
Jussi Pakkanen
2018-01-12
windows.compile_resources: fix compiling multiple resources within one project
Andrei Alexeyev
2018-01-12
[windows] make compile_resources use custom targets instead of generators
Andrei Alexeyev
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-08
Allow specifying windres binary in cross files
Dylan Baker
2017-03-28
modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@
Nirbheek Chauhan
2017-01-09
There are two different kinds of extensions: modules that create new
Jussi Pakkanen
2017-01-09
Fix Gnome module.
Jussi Pakkanen
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-28
Add include_directories to windows.compile_resources.
Elliott Sales de Andrade
2016-12-22
Add Generator.process_files to reduce code duplication.
Elliott Sales de Andrade
2016-12-13
Use dict for self.build.compilers instead of list
Nirbheek Chauhan
2016-07-28
A few error message fixes.
Jussi Pakkanen
2016-07-18
Also read WINDRES envvar to find windres (#645)
Nirbheek Chauhan
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen