summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/msvs.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pickled/base64 string to be string instead of bytecode before writing to...William Deegan2017-03-191-9/+10
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-111-6/+6
* fix for invalid xml getting generated to SCons generated visual studio projectsDaniel Moody2016-11-111-0/+2
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-13/+13
* Merged in dholth/scons (pull request #348)William Deegan2016-09-111-1/+4
|\
| * Fix float conversion for Express editions where the version number is reporte...mlimber2016-07-061-1/+4
* | centralize the preferred pickle protocol; use highest protocol.Daniel Holth2016-06-201-7/+8
|/
* fix whitespace in generated dsp file to match expected in test harness. Edit...William Deegan2016-05-121-5/+5
* Run futurize --stage1.Russel Winder2016-01-011-68/+68
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-14/+15
|\
| * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-8/+9
| * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-22/+22
* | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-41/+3
* | - fixed several tests and tools that still used Node attributes directlyDirk Baechle2015-08-061-1/+1
* | Add VS14 support to the solution generation code and fix the solution version...Rob Smith2015-07-201-1/+3
* | dumb error and output improvement.LaurentMarchelli2015-02-121-9/+12
* | Microsoft Visual Studio users files implementation.LaurentMarchelli2015-02-091-4/+212
* | Dumb error fixed.Laurent Marchelli2014-11-051-1/+1
* | Multiple 'cmdargs' feature added to allow a per variant cmdargs, to be able t...MorpheusDev2014-10-271-4/+12
* | Issue 2978: remove debug lineDan Pidcock2014-10-201-1/+0
* | Support toolset in VS project files so that displayed version of visual studi...Dan Pidcock2014-10-151-0/+6
|/
* Fix MSVS project generation for older (<10) MSVS versions.Gary Oberbrunner2012-12-231-1/+1
* vcxproj.filters files should be removed upon cleanstopiccot2012-10-241-0/+4
* Fix MSVS solution generation for VS11, and fixed tests.Gary Oberbrunner2012-08-131-2/+2
* fix + solution generation fixesstopiccot2012-03-041-3/+8
* Fix in Visual Studio project generation. When project contains only one *.cpp...stopiccot2012-02-121-39/+27
* msvs: prev commit missed VS10 case. Fixed here.Gary Oberbrunner2011-05-171-1/+5
* Fix issue #2702, MSVS generation fails when CPPPATH contains Dir nodes. Also...Gary Oberbrunner2011-05-151-2/+19
* Integrate patch for issue 2691: MSVS 10.0 project file generation.Gary Oberbrunner2010-10-161-5/+325
* Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)Gary Oberbrunner2010-08-121-5/+11
* Integrated patch for issue 2571, various fixes for MSVS project generation. ...Gary Oberbrunner2010-07-221-47/+118
* Convert old-style classes in MS Tool modules to new-style classes.Steven Knight2010-05-181-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-13/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-161-9/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-41/+29
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-11/+14
* Issue 2331: use cPickle in preference to the pickle module.Steven Knight2010-04-061-11/+11
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-16/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-65/+50
* A couple more test fixes, to make test/import.py work on Linux.Gary Oberbrunner2009-11-251-1/+6
* ENH: use msvc_exists for all tools in the Visual Studio toolchain.David Cournapeau2009-11-191-3/+3
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-3/+4
* Python 1.5 portability in last patch.Steven Knight2009-02-221-2/+5
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-221-2/+5
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-403/+5
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
* Initial Python 2.6 portability in SCons code itself, using subprocessSteven Knight2008-10-071-3/+5
* 1.5 compatibility: string methods in Tool/msvs.py.Steven Knight2008-09-231-13/+40