summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/windows.py
AgeCommit message (Expand)Author
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
2018-07-01Add a helper for fetching of binaries from cross filesNirbheek Chauhan
2018-06-18Make depends: of windows.compile_resources() include-ableJon Turney
2018-06-18Add a depends: keyword to windows.compile_resources()Jon Turney
2018-06-07Use a unique name for windows resource compilation custom targetJon Turney
2018-06-05FeatureNew: add two features that were just mergedNirbheek Chauhan
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney
2018-05-21Windows: Fix exception when windres is not foundXavier Claessens
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet
2017-06-26Fixed issues raised in review.Jussi Pakkanen
2017-06-26Fixed the remaining modules.Jussi Pakkanen
2017-04-08Allow specifying windres binary in cross filesDylan Baker
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen
2017-01-09Fix Gnome module.Jussi Pakkanen
2016-12-31Fix space before :.Jussi Pakkanen
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade