summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-151-9/+15
* Architecture canonicalization fixes:Steven Knight2010-06-071-9/+12
* When trying to execute v[cs]*vars*.bat scripts to fetch the VisualSteven Knight2010-06-062-8/+39
* Fix tests on win32William Deegan2010-06-051-0/+3
* Initial Migration of MSVC logic from 1.3 branch.William Deegan2010-06-032-64/+114
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-287-26/+34
* Remove a spurious checked-in vc.py.bak file.Steven Knight2010-05-201-394/+0
* Convert an old-style class in Tool/mwcc.py to a new-style class.Steven Knight2010-05-181-1/+1
* Convert old-style classes in MS Tool modules to new-style classes.Steven Knight2010-05-184-6/+6
* Convert an old-style class in Tool/packaging/rpm.py to a new-style class.Steven Knight2010-05-161-1/+1
* Convert old-style classes in various Tool/*.py modules to new-style classes.Steven Knight2010-05-154-4/+4
* Convert old-style classes in tool/JavaCommon.py to new-style classes.Steven Knight2010-05-151-6/+6
* Convert old-style classes in Tool/__init__.py to new-style classes.Steven Knight2010-05-141-3/+3
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-122-5/+5
* Issue 2498: fix SourceFileScanner documentation references.Steven Knight2010-04-301-2/+2
* Convert to Python 3.x division rules.Greg Noel2010-04-241-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-2413-47/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-234-5/+5
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-182-12/+13
* 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-1514-84/+64
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-11/+14
* Issue 2332 (preparation): refactor print statements so we canSteven Knight2010-04-064-11/+19
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-061-1/+3
* Issue 2331: use cPickle in preference to the pickle module.Steven Knight2010-04-061-11/+11
* Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"?Greg Noel2010-03-311-4/+1
* Fix exception thrown when VC9.0Exp is used.William Deegan2010-03-311-1/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-274-24/+7
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-2544-277/+229
* Prevent "Exp" in MSVC version name from causing problems.Gary Oberbrunner2010-03-191-1/+4
* Fix for MSSDK initialiationWilliam Deegan2010-03-193-6/+10
* More VS/VC/SDK debug code.William Deegan2010-03-162-5/+12
* Add more debug output to Visual Studio/VC/ SDK initializationWilliam Deegan2010-03-152-0/+5
* Add documentation for MSVC_USE_SCRIPT.Gary Oberbrunner2010-02-121-0/+14
* Mainly patch from James TehWilliam Deegan2010-02-102-11/+23
* MS win32 sdk issue, fixed requested arch to not request cross compile when bu...William Deegan2010-02-091-6/+14
* Fix the case where neither vc nor sdk script exist or, vc doesn't work and sd...William Deegan2010-02-071-1/+1
* Gracefully handle not finding the VC and/or SDK setup batch scripts.William Deegan2010-02-051-7/+15
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...William Deegan2010-02-042-13/+81
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-211-15/+12
* Somehow I managed to lose this change in a commentRobert Managan2010-01-201-1/+1
* Update tex builder to handle the case where a \input{foo}Robert Managan2010-01-201-12/+15
* Issue 2537: fix typos in the man page. (Luca Faravigna)Steven Knight2010-01-196-10/+16
* Improve documentation of MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2010-01-111-8/+15
* Fix for 2422William Deegan2010-01-112-110/+0
* Fix #2515: use better way to detect 64-bit OS.Gary Oberbrunner2010-01-111-4/+19
* I got the order of the arguments wrong in a Clean() call I added to help fix tehRobert Managan2010-01-071-1/+1
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-2/+14
* Change scanner to properly search for included file from theRobert Managan2010-01-041-3/+16