summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/windows.py
Commit message (Expand)AuthorAgeFilesLines
* Don't make unactionable warnings fatalNirbheek Chauhan2020-07-051-1/+1
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+1
* Make use of unholderDylan Baker2020-03-051-4/+2
* Fix windres module argument flatteningePirat2019-07-051-2/+2
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-4/+5
* Remove compilers from ModuleState objectJon Turney2019-05-201-1/+1
* modules/windows: ICL uses rc, not windresDylan Baker2019-05-131-1/+1
* Fix builtin variable namesDaniel Mensinger2019-04-291-2/+2
* Remove cross_info; cross file is parsed up front and discardedJohn Ericson2019-01-021-19/+3
* modules/python3: allow specifying in the native fileDylan Baker2018-11-141-3/+2
* modules/windows: Allow getting windres from native fileDylan Baker2018-11-141-0/+8
* replace ExternalProgram.from_cross_info with from_bin_listDylan Baker2018-11-141-2/+2
* Use 'rc' resource compiler with clang-cl toolchainJon Turney2018-11-041-1/+1
* Probe Windows resource compiler typeJon Turney2018-10-021-4/+22
* Factor out windows resource compiler determinationJon Turney2018-10-011-17/+25
* Improve windows resource compiler executable selectionJon Turney2018-09-101-21/+35
* Remove some spurious calls to the format() functionJon Turney2018-08-271-3/+3
* Use unique output for windows.compile_resources()Jon Turney2018-08-161-12/+15
* Add a helper for fetching of binaries from cross filesNirbheek Chauhan2018-07-011-8/+10
* Make depends: of windows.compile_resources() include-ableJon Turney2018-06-181-0/+4
* Add a depends: keyword to windows.compile_resources()Jon Turney2018-06-181-4/+6
* Use a unique name for windows resource compilation custom targetJon Turney2018-06-071-2/+4
* FeatureNew: add two features that were just mergedNirbheek Chauhan2018-06-051-1/+2
* Have the windows.resource_compiler() preprocesor write a depfileJon Turney2018-06-031-0/+5
* Add a depend_files: keyword to windows.compile_resources()Jon Turney2018-06-011-1/+3
* Windows: Fix exception when windres is not foundXavier Claessens2018-05-211-1/+1
* Updated all modules to work with the new API.Jussi Pakkanen2018-04-151-2/+2
* windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev2018-01-121-7/+33
* [windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev2018-01-121-5/+10
* flake8: Clean up complained-about unused importsLuke Shumaker2017-09-211-1/+1
* Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet2017-09-181-4/+2
* Fixed issues raised in review.Jussi Pakkanen2017-06-261-1/+1
* Fixed the remaining modules.Jussi Pakkanen2017-06-261-0/+2
* Allow specifying windres binary in cross filesDylan Baker2017-04-081-3/+11
* modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan2017-03-281-1/+7
* There are two different kinds of extensions: modules that create newJussi Pakkanen2017-01-091-3/+4
* Fix Gnome module.Jussi Pakkanen2017-01-091-1/+3
* Fix space before :.Jussi Pakkanen2016-12-311-1/+1
* Add include_directories to windows.compile_resources.Elliott Sales de Andrade2016-12-281-0/+10
* Add Generator.process_files to reduce code duplication.Elliott Sales de Andrade2016-12-221-3/+1
* Use dict for self.build.compilers instead of listNirbheek Chauhan2016-12-131-3/+3
* A few error message fixes.Jussi Pakkanen2016-07-281-0/+2
* Also read WINDRES envvar to find windres (#645)Nirbheek Chauhan2016-07-181-1/+4
* Move MesonException from coredata to mesonlib.Hemmo Nieminen2016-04-011-1/+1
* Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen2016-01-161-0/+47