summaryrefslogtreecommitdiff
path: root/pylib/gyp/generator/msvs.py
AgeCommit message (Expand)Author
2014-11-04msvs: Fix rule dependencies for VS2013sbaig1@bloomberg.net
2014-09-25Add support for MIDL include directoriessbaig1@bloomberg.net
2014-09-25Added msvs_enable_winrt to enable creating Windows Store compatible projects ...scottmg@chromium.org
2014-09-24Revert "I need this change to create Windows 8.1/Windows Phone 8.1 projects t...scottmg@chromium.org
2014-09-23I need this change to create Windows 8.1/Windows Phone 8.1 projects that comp...scottmg@chromium.org
2014-06-25Introduce '--no-duplicate-basename-check' option to disable the check of dupl...yukawa@chromium.org
2014-06-20msvs: ensure that failing actions make the build fail with multiple actionsscottmg@chromium.org
2014-06-05Fix msvs-ninja clean build command / target.bungeman@chromium.org
2014-06-04Fix msvs-ninja OutputDirectory path.bungeman@chromium.org
2014-05-29msvs: Revert r1920 and add a test for excluded idlsbaig1@bloomberg.net
2014-05-28Use relative path/dir msbuild variables to map $(InputDir) and $(InputPath)scottmg@chromium.org
2014-05-27Fix for some rules not being run if their trigger is also an action dependencyscottmg@chromium.org
2014-05-14Don't exclude sources for 'none' targetssbaig1@bloomberg.net
2014-04-25gyp performance: Another fixed O(n^2) in dependency calcs.thakis@chromium.org
2014-04-23Remove the default setting for clcompile_cmd in msvs-ninjasbaig1@bloomberg.net
2014-03-19Support building selected C/C++ files in msvs-ninjasbaig1@bloomberg.net
2014-02-27Clean up the filters in the MSVS generator, for VS >= 2010scottmg@chromium.org
2014-02-20VS 2013 emits a warning when two source files have the samescottmg@chromium.org
2014-01-17Fix VS 2008 generation with nested folders againscottmg@chromium.org
2014-01-14Support 'msvs_prebuild/msvs_postbuild' in MSBuild (VS 2010 and later)scottmg@chromium.org
2014-01-08Don't try to match mixed source/dir gyp order on MSVS prior to 2010jochen@chromium.org
2013-12-17win msvs: make mixed source/dir match gyp orderscottmg@chromium.org
2013-12-13Fix OrderedDict path import for 2.6scottmg@chromium.org
2013-12-13Add backported OrderedDictscottmg@chromium.org
2013-12-12Use gyp.common.EnsureDirExists() in more places.thakis@chromium.org
2013-12-11win msvs: Make ordering of sources in subdirs match gyp orderscottmg@chromium.org
2013-12-06win msvs: make ordering match .gyp orderscottmg@chromium.org
2013-12-03Clean up the filters in the MSVS generator.scottmg@chromium.org
2013-10-18win: fix ForcedIncludeFiles in msvs generator when used with precompiled headersscottmg@chromium.org
2013-10-04Avoid MSB8012 on Windowsscottmg@chromium.org
2013-07-02Adds support for the library_dirs key, which appears in the documentation butdimator@google.com
2013-06-24Some enhancements to the msvs-ninja integrationsbaig1@bloomberg.net
2013-06-04Often times, rules are used with a 'host' built generator serving as an 'inpu...bungeman@chromium.org
2013-04-24Integrate ninja build with Visual Studioscottmg@chromium.org
2013-03-18Create msvs_large_pdb workaround.chrisha@chromium.org
2013-02-25Remove default import library inheritance/configuration.siggi@chromium.org
2013-02-06windows: test for msvs_shard and support in ninjascottmg@chromium.org
2012-12-04Complete migration to GypError for user-visible errors.sbc@chromium.org
2012-10-05Add "standalone_static_library" target flagthakis@chromium.org
2012-09-24Allow library entries of the form '-lfoo' on MSVS.sbc@chromium.org
2012-09-18Fix for msvs output on non-windows.sbc@chromium.org
2012-09-18Add support for building targets directly from gyp.sbc@chromium.org
2012-08-23msvs: Ensure trailing slash on IntermediateDir and OutputDir.sbc@chromium.org
2012-08-21Enable pretty xml generation.sbc@chromium.org
2012-08-21add -Gstandalone flagsbc@chromium.org
2012-08-20Tidy up default toolset for msbuild-based builds.scottmg@chromium.org
2012-08-19Initial support for VS 2012.scottmg@chromium.org
2012-08-16Fixes msvs generator for projects with non-default IntermediateDirectories.iannucci@chromium.org
2012-08-14Prepend 'call' to all non-cygwin commands to prevent incredibuild from abortingiannucci@chromium.org
2012-08-09Fixes an issue where OutputDirectory and IntermediateDirectory were beingiannucci@chromium.org