aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/windows.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-07Use a unique name for windows resource compilation custom targetJon Turney1-2/+4
2018-06-05FeatureNew: add two features that were just mergedNirbheek Chauhan1-1/+2
2018-06-03Have the windows.resource_compiler() preprocesor write a depfileJon Turney1-0/+5
2018-06-01Add a depend_files: keyword to windows.compile_resources()Jon Turney1-1/+3
2018-05-21Windows: Fix exception when windres is not foundXavier Claessens1-1/+1
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen1-2/+2
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev1-7/+33
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev1-5/+10
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+1
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet1-4/+2
2017-06-26Fixed issues raised in review.Jussi Pakkanen1-1/+1
2017-06-26Fixed the remaining modules.Jussi Pakkanen1-0/+2
2017-04-08Allow specifying windres binary in cross filesDylan Baker1-3/+11
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan1-1/+7
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen1-3/+4
2017-01-09Fix Gnome module.Jussi Pakkanen1-1/+3
2016-12-31Fix space before :.Jussi Pakkanen1-1/+1
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade1-0/+10
2016-12-22Add Generator.process_files to reduce code duplication.Elliott Sales de Andrade1-3/+1
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan1-3/+3
2016-07-28A few error message fixes.Jussi Pakkanen1-0/+2
2016-07-18Also read WINDRES envvar to find windres (#645)Nirbheek Chauhan1-1/+4
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-1/+1
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+47