summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/windows.py
AgeCommit message (Expand)Author
2025-11-30Revert "Detect dependency changes in Windows rc compiler"Jussi Pakkanen
2025-11-18modules/windows: Also search for llvm-rc and llvm-windresLuca Bacci
2025-10-14Detect dependency changes in Windows rc compilerCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-07-10windows: Fix detection of the llvm-rc resource compilerMartin Storsjö
2023-06-15windows: Fix windres detection for Microsoft shipped ClangL. E. Segovia
2023-04-11fix various spelling issuesJosh Soref
2023-02-01treewide: add future annotations importEli Schwartz
2022-08-31Fix 2 typos in a single string which can be shown in error messages.Jehan
2022-08-17modules: use module level information about new and deprecationDylan Baker
2022-06-17fix confusing incorrect default name for a KwargInfoEli Schwartz
2022-03-29Pass environment down to base Target classXavier Claessens
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker
2021-12-17Fix mypy errorsDaniel Mensinger
2021-11-20add location nodes to some Feature callsEli Schwartz
2021-10-09modules/windows: allow CustomTargets with more than one output for compile_re...Dylan Baker
2021-10-09modules/windows: allow CustomTargetIndex for compile_resourcesDylan Baker
2021-10-09modules/windows: use typed_kwargsDylan Baker
2021-10-08modules/windows: use typed_pos_argsDylan Baker
2021-10-08modules/windows: add some easy type annotationsDylan Baker
2021-10-07Windows module: Make path flattening for windres work in more casesLuca Bacci
2021-07-07windows: Support wrc resource compilerConnor Abbott
2021-06-18holders: remove unholderDaniel Mensinger
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-12gnome: Fix gtkdoc generationXavier Claessens
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-10-15windows: Avoid target name clash happening in GTK+Xavier Claessens
2020-09-28windows: reduce chance of going over path limit in backend/vsPeter Harris
2020-09-17Revert "windows: reduce chance of going over path limit in backend/vs"Nirbheek Chauhan
2020-09-17windows: reduce chance of going over path limit in backend/vsPeter Harris
2020-07-05Don't make unactionable warnings fatalNirbheek Chauhan
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-05Make use of unholderDylan Baker
2019-07-05Fix windres module argument flatteningePirat
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-20Remove compilers from ModuleState objectJon Turney
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker
2019-04-29Fix builtin variable namesDaniel Mensinger
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson
2018-11-14modules/python3: allow specifying in the native fileDylan Baker
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker
2018-11-04Use 'rc' resource compiler with clang-cl toolchainJon Turney
2018-10-02Probe Windows resource compiler typeJon Turney
2018-10-01Factor out windows resource compiler determinationJon Turney
2018-09-10Improve windows resource compiler executable selectionJon Turney
2018-08-27Remove some spurious calls to the format() functionJon Turney
2018-08-16Use unique output for windows.compile_resources()Jon Turney