aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/windows.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-08-18Add more descriptive description to CustomTargetCharles Brunet1-0/+1
2023-07-10windows: Fix detection of the llvm-rc resource compilerMartin Storsjö1-0/+1
2023-06-15windows: Fix windres detection for Microsoft shipped ClangL. E. Segovia1-1/+2
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-08-31Fix 2 typos in a single string which can be shown in error messages.Jehan1-1/+1
2022-08-17modules: use module level information about new and deprecationDylan Baker1-1/+4
2022-06-17fix confusing incorrect default name for a KwargInfoEli Schwartz1-1/+1
2022-03-29Pass environment down to base Target classXavier Claessens1-0/+1
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker1-14/+13
2021-12-17Fix mypy errorsDaniel Mensinger1-1/+11
2021-11-20add location nodes to some Feature callsEli Schwartz1-2/+4
2021-10-09modules/windows: allow CustomTargets with more than one output for compile_re...Dylan Baker1-17/+20
2021-10-09modules/windows: allow CustomTargetIndex for compile_resourcesDylan Baker1-3/+5
2021-10-09modules/windows: use typed_kwargsDylan Baker1-21/+38
2021-10-08modules/windows: use typed_pos_argsDylan Baker1-11/+7
2021-10-08modules/windows: add some easy type annotationsDylan Baker1-11/+18
2021-10-07Windows module: Make path flattening for windres work in more casesLuca Bacci1-2/+2
2021-07-07windows: Support wrc resource compilerConnor Abbott1-1/+6
2021-06-18holders: remove unholderDaniel Mensinger1-6/+6
2021-05-28modules: Add methods dict everywhereXavier Claessens1-0/+5
2021-05-12gnome: Fix gtkdoc generationXavier Claessens1-3/+2
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2020-10-15windows: Avoid target name clash happening in GTK+Xavier Claessens1-1/+3
2020-09-28windows: reduce chance of going over path limit in backend/vsPeter Harris1-4/+5
2020-09-17Revert "windows: reduce chance of going over path limit in backend/vs"Nirbheek Chauhan1-5/+4
2020-09-17windows: reduce chance of going over path limit in backend/vsPeter Harris1-4/+5
2020-07-05Don't make unactionable warnings fatalNirbheek Chauhan1-1/+1
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+1
2020-03-05Make use of unholderDylan Baker1-4/+2
2019-07-05Fix windres module argument flatteningePirat1-2/+2
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-4/+5
2019-05-20Remove compilers from ModuleState objectJon Turney1-1/+1
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker1-1/+1
2019-04-29Fix builtin variable namesDaniel Mensinger1-2/+2
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-19/+3
2018-11-14modules/python3: allow specifying in the native fileDylan Baker1-3/+2
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker1-0/+8
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker1-2/+2
2018-11-04Use 'rc' resource compiler with clang-cl toolchainJon Turney1-1/+1
2018-10-02Probe Windows resource compiler typeJon Turney1-4/+22
2018-10-01Factor out windows resource compiler determinationJon Turney1-17/+25
2018-09-10Improve windows resource compiler executable selectionJon Turney1-21/+35
2018-08-27Remove some spurious calls to the format() functionJon Turney1-3/+3
2018-08-16Use unique output for windows.compile_resources()Jon Turney1-12/+15
2018-07-01Add a helper for fetching of binaries from cross filesNirbheek Chauhan1-8/+10
2018-06-18Make depends: of windows.compile_resources() include-ableJon Turney1-0/+4
2018-06-18Add a depends: keyword to windows.compile_resources()Jon Turney1-4/+6