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
2025-11-30
Revert "Detect dependency changes in Windows rc compiler"
Jussi Pakkanen
2025-11-18
modules/windows: Also search for llvm-rc and llvm-windres
Luca Bacci
2025-10-14
Detect dependency changes in Windows rc compiler
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-18
Add more descriptive description to CustomTarget
Charles Brunet
2023-07-10
windows: Fix detection of the llvm-rc resource compiler
Martin Storsjö
2023-06-15
windows: Fix windres detection for Microsoft shipped Clang
L. E. Segovia
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-08-31
Fix 2 typos in a single string which can be shown in error messages.
Jehan
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-06-17
fix confusing incorrect default name for a KwargInfo
Eli Schwartz
2022-03-29
Pass environment down to base Target class
Xavier Claessens
2022-01-28
build: replace kwargs in CustomTarget initializer
Dylan Baker
2021-12-17
Fix mypy errors
Daniel Mensinger
2021-11-20
add location nodes to some Feature calls
Eli Schwartz
2021-10-09
modules/windows: allow CustomTargets with more than one output for compile_re...
Dylan Baker
2021-10-09
modules/windows: allow CustomTargetIndex for compile_resources
Dylan Baker
2021-10-09
modules/windows: use typed_kwargs
Dylan Baker
2021-10-08
modules/windows: use typed_pos_args
Dylan Baker
2021-10-08
modules/windows: add some easy type annotations
Dylan Baker
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
[next]