summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-4/+4
* Allow custom target output to be processed by generatorsMatthias Klumpp2021-02-251-9/+17
* Fix exe wrapper detection for run targets.Jussi Pakkanen2021-02-081-1/+1
* backend: Do not check for exe wrapper twiceXavier Claessens2021-02-051-1/+1
* run_target: Add env kwargXavier Claessens2021-02-051-25/+11
* custom_target: Add env kwargXavier Claessens2021-01-271-1/+2
* Add ARM64EC as a new conceptual cpu type of arm64Ben Niu2021-01-251-1/+7
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-16/+15
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-4/+4
* move OptionKey to mesonlibDylan Baker2021-01-041-2/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-6/+4
* use OptionKey for backend_optionsDylan Baker2021-01-041-1/+2
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* vs: add static_from_buildtype to b_vscrtPeter Harris2020-10-141-0/+7
* Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2020-10-071-2/+7
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-2/+2
* Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen2020-09-291-7/+7
|\
| * Improve description of meson wrapped custom commandsJon Turney2020-09-201-7/+7
* | compilers/VS: fix build to use optimization and debug flagsVili VÀinölÀ2020-09-291-10/+20
|/
* backends: Treat build target as generator only when it's the first argNirbheek Chauhan2020-09-171-1/+1
* Remove redudant checks in vs2010 backendVili VÀinölÀ2020-09-131-6/+3
* Add VS include directories to projects as wellVili VÀinölÀ2020-09-131-2/+3
* typing: more fixesDaniel Mensinger2020-09-081-2/+2
* compilers: Return CompilerArgs from compiler instanceDylan Baker2020-06-221-5/+4
* compilers: Split CompilerArgs into a separate moduleDylan Baker2020-06-221-1/+1
* Add exception handling to be also written to the VS project xmlVili VÀinölÀ2020-06-151-0/+12
* backend/vs: Fix OpenMP supportPeter Harris2020-06-061-17/+17
* Build private directory name from output file name.Jussi Pakkanen2020-05-191-0/+3
* backend/vs: Fix b_vscrt=from_buildtype for debugoptimizedPeter Harris2020-05-141-2/+2
* Fix incremental debug builds in VSGustavoLCR2020-05-041-1/+2
* backend/vs: Fix build when not all languages have pchPeter Harris2020-04-241-10/+4
* Compiler options per langJohn Ericson2020-04-201-7/+11
* Handle BuildTarget as custom_target() argument #6914Marc-André Lureau2020-04-111-1/+1
* Fixes meson bug to allow arm64 buildJesse Natalie2020-04-101-1/+5
* backend/vs: Fix link of wmain / wWinMain based appsPeter Harris2020-04-041-5/+0
* backend/vs: Fix debug information and runtime checksPeter Harris2020-04-031-6/+6
* backend: refactor: set self.interpreter in the constructorDaniel Mensinger2020-01-281-9/+10
* vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan2020-01-221-0/+4
* Prevent the presence of duplicated items in .vcxproj filesLuca Bacci2019-11-301-22/+43
* backends: choose whether to serialize in as_meson_exe_cmdlinePaolo Bonzini2019-07-191-6/+7
* vs2010backend: always serialize executables for generatorsPaolo Bonzini2019-07-191-12/+14
* backends: hide meson --internal exe cmdline from backendsPaolo Bonzini2019-07-191-9/+7
* vs backend: commandrunner.py takes source dir firstXavier Claessens2019-07-101-1/+1
* Add alias_target() functionXavier Claessens2019-07-101-1/+6
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-14/+10
* Moved RuntimeLibrary property to ItemDefinitionGroup/ClCompilefilippocrocchini2019-06-081-9/+10
* Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2019-05-021-3/+3
|\
| * Fixed unnecessary .items()Daniel Mensinger2019-04-291-3/+3
| * Fix unused variables warningsDaniel Mensinger2019-04-291-1/+1
* | Added special handling of CustomTargetIndex in VS backendTheQwertiest2019-04-291-1/+5