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
2021-10-07
Windows module: Make path flattening for windres work in more cases
Luca Bacci
2021-07-07
windows: Support wrc resource compiler
Connor Abbott
2021-06-18
holders: remove unholder
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-12
gnome: Fix gtkdoc generation
Xavier Claessens
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-10-15
windows: Avoid target name clash happening in GTK+
Xavier Claessens
2020-09-28
windows: reduce chance of going over path limit in backend/vs
Peter Harris
2020-09-17
Revert "windows: reduce chance of going over path limit in backend/vs"
Nirbheek Chauhan
2020-09-17
windows: reduce chance of going over path limit in backend/vs
Peter Harris
2020-07-05
Don't make unactionable warnings fatal
Nirbheek Chauhan
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-03-05
Make use of unholder
Dylan Baker
2019-07-05
Fix windres module argument flattening
ePirat
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-05-20
Remove compilers from ModuleState object
Jon Turney
2019-05-13
modules/windows: ICL uses rc, not windres
Dylan Baker
2019-04-29
Fix builtin variable names
Daniel Mensinger
2019-01-02
Remove cross_info; cross file is parsed up front and discarded
John Ericson
2018-11-14
modules/python3: allow specifying in the native file
Dylan Baker
2018-11-14
modules/windows: Allow getting windres from native file
Dylan Baker
2018-11-14
replace ExternalProgram.from_cross_info with from_bin_list
Dylan Baker
2018-11-04
Use 'rc' resource compiler with clang-cl toolchain
Jon Turney
2018-10-02
Probe Windows resource compiler type
Jon Turney
2018-10-01
Factor out windows resource compiler determination
Jon Turney
2018-09-10
Improve windows resource compiler executable selection
Jon Turney
2018-08-27
Remove some spurious calls to the format() function
Jon Turney
2018-08-16
Use unique output for windows.compile_resources()
Jon Turney
2018-07-01
Add a helper for fetching of binaries from cross files
Nirbheek Chauhan
2018-06-18
Make depends: of windows.compile_resources() include-able
Jon Turney
2018-06-18
Add a depends: keyword to windows.compile_resources()
Jon Turney
2018-06-07
Use a unique name for windows resource compilation custom target
Jon Turney
2018-06-05
FeatureNew: add two features that were just merged
Nirbheek Chauhan
2018-06-03
Have the windows.resource_compiler() preprocesor write a depfile
Jon Turney
2018-06-01
Add a depend_files: keyword to windows.compile_resources()
Jon Turney
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
[next]