aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen1-2/+3
2018-11-22Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen1-1/+0
2018-11-15Fix ProjectGuid values in VS projects.John Preston1-5/+5
2018-11-15Add 'meson.build' to VS project files.John Preston1-1/+4
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen1-2/+2
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-1/+26
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke1-1/+1
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen1-1/+2
2018-07-22Added install target to VS. Closes #3841.Jussi Pakkanen1-0/+77
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan1-1/+2
2018-06-10Visual Studio: Implement startup projectNiklas Claesson1-2/+11
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-4/+5
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan1-1/+2
2018-04-26Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen1-20/+68
2018-04-18Fix using object extracted from a unity buildXavier Claessens1-1/+1
2018-04-17Use visual studio solution directoriesNiklas Claesson1-17/+65
2018-04-17Fix vs flat layout bugNiklas Claesson1-4/+4
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen1-3/+12
2018-04-17Open build files with utf-8Nirbheek Chauhan1-3/+3
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade1-3/+12
2018-04-08VS backend: dedup AdditionalDependenciesPaul I1-1/+2
2018-03-25Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen1-1/+2
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov1-1/+1
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov1-0/+1
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-1/+1
2018-02-11keep include paths orderMaxim Dzabraev1-1/+2
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-1/+1
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen1-2/+3
2018-01-07Modify exception raised when msvc pch is badly specifiedChristophe Gouiran1-1/+1
2018-01-06Fix MSVC backend crashes when `c_pch` or `cpp_pch` is not an arrayChristophe Gouiran1-14/+22
2017-12-30Fail Visual Studio version detection if VSINSTALLDIR is not setGabrĂ­el ArthĂșr PĂ©tursson1-4/+3
2017-12-21Fix Windows.Jussi Pakkanen1-2/+3
2017-12-18Can declare file generation in one dir and use the output in another.Jussi Pakkanen1-1/+1
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan1-0/+3
2017-11-30VS: Add /DEBUG to linker to generate debug informationNiklas Claesson1-3/+7
2017-11-21Review fixes.Jussi Pakkanen1-2/+2
2017-11-20Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen1-4/+5
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen1-11/+30
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan1-8/+21
2017-09-30vs: Fix detection of options vs libraries in link argsNirbheek Chauhan1-0/+2
2017-09-30vs: Add a helper for adding a project referenceNirbheek Chauhan1-3/+7
2017-09-29Implement capture for generatorsNiklas Claesson1-0/+10
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-1/+3
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen1-5/+2
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+0
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-4/+2
2017-09-20Add @PLAINNAME@ and @BASENAME@ to arguments argument for GeneratorNiklas Claesson1-1/+1
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen1-33/+1
2017-09-11backends: Add custom target inc dirs before target inc dirsNirbheek Chauhan1-3/+5
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen1-13/+6