summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for VS2019. Closes #4640.vs2019Jussi Pakkanen2019-04-091-0/+4
* Move the optimization options in the compiler configSteve Lhomme2019-03-021-22/+21
* auto generate msvc pch source file if none is provided by the userNicolas Schneider2019-03-011-8/+19
* vs: add support for `build_always_stale` for custom targetsNicolas Schneider2019-02-241-4/+14
* vs: use CustomBuild instead of CustomBuildStep for custom targetsNicolas Schneider2019-02-211-5/+2
* Merge pull request #4917 from nioncode/vs-fixTargetDependenciesJussi Pakkanen2019-02-161-10/+26
|\
| * vs: link dependencies of link_whole targetsNicolas Schneider2019-02-131-6/+15
| * vs: do not automatically link dependenciesNicolas Schneider2019-02-131-0/+4
| * vs: use project references in vcxproj instead of the sln fileNicolas Schneider2019-02-131-8/+11
* | Remove remaining cross-specific compiler-args codeJohn Ericson2019-02-151-13/+10
* | vs: refactor regen target creationNicolas Schneider2019-02-121-28/+16
* | vs: always consider run, install, and test targets out-of-dateNicolas Schneider2019-02-121-26/+23
|/
* vs: remove regen project dependency from solution fileNicolas Schneider2019-02-121-2/+0
* vs: add reconfigure checks for each targetNicolas Schneider2019-02-121-3/+9
* Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen2019-02-041-9/+17
|\
| * Never access environment.properties downstreamJohn Ericson2019-02-021-9/+17
* | vs: add PCH headers to projectNicolas Schneider2019-02-041-1/+4
|/
* pep8 py37Michael Hirsch, Ph.D2019-01-291-16/+16
* vs: fix PCHNicolas Schneider2019-01-291-23/+28
* vs: escape embedded quotes of run targetsNicolas Schneider2019-01-271-0/+3
* vs: respect 'b_pch' optionNicolas Schneider2019-01-021-14/+15
* Update VS files only if something changed.John Preston2018-12-071-6/+14
* Use correct environment for REGEN in VS backend.John Preston2018-12-041-2/+31
* Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen2018-11-281-2/+3
* Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen2018-11-221-1/+0
* Fix ProjectGuid values in VS projects.John Preston2018-11-151-5/+5
* Add 'meson.build' to VS project files.John Preston2018-11-151-1/+4
* Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen2018-08-221-2/+2
* Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-1/+26
* Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke2018-08-071-1/+1
* Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen2018-07-311-1/+2
|\
| * cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-1/+2
* | Added install target to VS. Closes #3841.vsinstallJussi Pakkanen2018-07-221-0/+77
|/
* Visual Studio: Implement startup projectNiklas Claesson2018-06-101-2/+11
* Move <lang>_args to coredata.compiler_optionsXavier Claessens2018-06-061-4/+5
* Add a new option for building with Apple bitcode supportNirbheek Chauhan2018-06-061-1/+2
* Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen2018-04-261-20/+68
|\
| * Use visual studio solution directoriesNiklas Claesson2018-04-171-17/+65
| * Fix vs flat layout bugNiklas Claesson2018-04-171-4/+4
* | Fix using object extracted from a unity buildXavier Claessens2018-04-181-1/+1
|/
* Merge pull request #1852 from QuLogic/openmpJussi Pakkanen2018-04-171-3/+12
|\
| * Add an OpenMP dependency.Elliott Sales de Andrade2018-04-171-3/+12
* | Open build files with utf-8Nirbheek Chauhan2018-04-171-3/+3
|/
* VS backend: dedup AdditionalDependenciesPaul I2018-04-081-1/+2
* Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen2018-03-251-1/+2
|\
| * keep include paths orderMaxim Dzabraev2018-02-111-1/+2
* | Enable b_ndebug on VisualStudioCCompilerAleksey Filippov2018-03-231-1/+1
* | Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov2018-03-151-0/+1
* | Fix flake8 'imported but unused' reportsJon Turney2018-03-031-1/+1
|/
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1