summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-2754-240/+179
* Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.Steven Knight2010-03-254-28/+52
* http://scons.tigris.org/issues/show_bug.cgi?id=2341Greg Noel2010-03-253-3/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-25137-1391/+1292
* Merged r4724 (1.3.0 release changes) back into trunk.Gary Oberbrunner2010-03-242-6/+15
* 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
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-213-0/+30
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-175-12/+35
* Add documentation for MSVC_USE_SCRIPT.Gary Oberbrunner2010-02-122-0/+23
* Update CHANGES to give some credit for patchesWilliam Deegan2010-02-101-0/+7
* 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
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-053-5/+25
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...William Deegan2010-02-043-28/+98
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-213-32/+18
* 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-202-12/+22
* Fix spelling.Robert Managan2010-01-201-1/+1
* Issue 2540: Make the messages printed when checking for compilersSteven Knight2010-01-192-6/+10
* Issue 2537: fix typos in the man page. (Luca Faravigna)Steven Knight2010-01-197-10/+24
* Merge back from checkpoint.William Deegan2010-01-191-2/+9
* Update next checkpoint version and datestampSteven Knight2010-01-171-1/+1
* Python 1.5 fix (nested scopes).Steven Knight2010-01-141-2/+6
* Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead ofSteven Knight2010-01-141-1/+1
* Fix use of varlist in CommandGeneratorAction, ListAction and LazyActionSteven Knight2010-01-142-1/+107
* Fix a missed name change of TimeStamp => TimeStampDefault.Steven Knight2010-01-141-1/+1
* Improve documentation of MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2010-01-111-8/+15
* Added release note re: Visual Studio detection, MSVC_VERSION, TARGET_ARCH.Gary Oberbrunner2010-01-111-0/+22
* Fix for 2422William Deegan2010-01-113-110/+3
* Fix #2515: use better way to detect 64-bit OS.Gary Oberbrunner2010-01-111-4/+19
* Python 1.5 fix (no continue within a try:-except: block within a loop).Steven Knight2010-01-091-2/+10
* 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
* Fix path name checks for case-insensitive file systems.Steven Knight2010-01-061-5/+8
* Change scanner to properly search for included file from theRobert Managan2010-01-043-8/+53
* Don't look for copyright strings in buildbot timings files.Steven Knight2009-12-221-0/+6
* Issue 2482: Avoid wrapping decider unnecessarilyGreg Noel2009-12-201-1/+2
* Add a message to the UserError raised when trying to do a Dir lookup with cre...Gary Oberbrunner2009-12-201-1/+2
* Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work,Robert Managan2009-12-172-2/+6
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-172-2/+7
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-161-2/+0
* Integrated patch for bug 2530: SCons should not exit with 0 (success) on unim...Gary Oberbrunner2009-12-151-1/+1
* Integrate patch from issue #2436: fix regression from r3691 which stopped pri...Gary Oberbrunner2009-12-051-8/+9
* Fix c++ compiler detection: correct the order of values returned,Steven Knight2009-11-291-4/+4
* Fix get_host_target()'s use of platform.machine() on Python versionsSteven Knight2009-11-281-1/+7