summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Win32 fixes: update error message, accomodate re match.Steven Knight2009-04-162-3/+5
* Fix Python 2.2 idiom.Steven Knight2009-04-161-1/+3
* Per the bug report, this patch improves the "Do not know how to makeGary Oberbrunner2009-04-154-10/+27
* Issue 2377: Check if isatty() exists before calling itLudwig Hähne2009-04-141-2/+2
* Patch submitted by Lukas Erlinghagen. Thanks, Lukas!Gary Oberbrunner2009-04-142-1/+113
* Document that filename that has a dot as the first character must be matched ...Greg Noel2009-04-121-1/+4
* Issue 2349: doc-only change correcting description of text returned from scon...Greg Noel2009-04-104-10/+9
* Clean up Environment code as mentioned in issue 2371Greg Noel2009-04-101-6/+0
* Applying patch for bug #2387 - dmd includes gphobos multiple timesWilliam Deegan2009-04-091-1/+1
* Use SCons.Action._subproc rather than os.popen.Ben Webb2009-04-031-1/+8
* Set a SWIGVERSION construction variable, to contain the version number of theBen Webb2009-04-022-0/+15
* Minor fix to work with Python 1.5.2.Ben Webb2009-04-011-2/+2
* Document the SWIGDIRECTORSUFFIX construction variable.Ben Webb2009-03-311-0/+12
* Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generatesBen Webb2009-03-312-2/+107
* Add a missing test.pass_test() line to test/Java nested-classes.py.Steven Knight2009-03-182-0/+17
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-114-17/+94
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-0812-39/+24
* Issue 2369: Don't use the deprecated md5 module, use hashlib.md5 instead.Steven Knight2009-03-071-1/+1
* Issue 2368: Fix an exception when a null command-line argument isSteven Knight2009-03-063-4/+17
* Issue 2360: fix a TypeError from attempts to intern() unicode objectsSteven Knight2009-03-023-1/+20
* Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test forSteven Knight2009-03-023-7/+379
* Fix a nested scope issue.Steven Knight2009-03-021-1/+1
* replace execfile() by equivalent exec statementGreg Noel2009-03-0212-30/+54
* Capture some minor updates while investigating possible patches to enableSteven Knight2009-02-261-6/+20
* Issue 1059: Fix the -n option when VariantDir(duplicate=1) is usedSteven Knight2009-02-253-9/+45
* Add the new checkpoint to the list of all SCons versions that can beSteven Knight2009-02-251-0/+1
* Merged revisions 3909-4041,4043-4049 via svnmerge fromSteven Knight2009-02-253-3/+3
* Issue 2260, document Clean() pattern for intermediate directoriesGreg Noel2009-02-241-1/+9
* Add project highlight for 1.2.0.d20090223 checkpoint release.Steven Knight2009-02-231-7/+7
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-238-139/+357
* Remove left-over work-in-progress files from the vs_revamp branch.Steven Knight2009-02-222-95/+0
* Python 1.5 portability in last patch.Steven Knight2009-02-221-2/+5
* Undo changes to unrelated files accidentally included in r4036.Steven Knight2009-02-222-84/+1
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-226-7/+102
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-228-34/+53
* Replace embedded carriage returns with \r.Steven Knight2009-02-222-2/+2
* Fix line endings.Steven Knight2009-02-227-633/+633
* Disable the cut-and-paste tests for executing from generated VisualSteven Knight2009-02-222-0/+8
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-2112-114/+459
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-2133-1144/+1621
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-197-15/+18
* dd newer SCons versions to the list of all versions available for install.Steven Knight2009-02-193-17/+28
* Add a 'buildbot' action with knowledge of relevant packages.Steven Knight2009-02-191-0/+11
* Return the intern() string on the first call to Node.FS.Base._save_str().Steven Knight2009-02-191-2/+2
* Fix case-sensitive handling when a scanner returns None as a suffix.Steven Knight2009-02-192-2/+9
* Add missing editor settings.Steven Knight2009-02-181-0/+6
* Split an embedded sub-test from test/Libs/LIBS.pySteven Knight2009-02-182-79/+124
* Issue 1193: Make suffix-matching for scanersSteven Knight2009-02-183-0/+25
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-133-1/+117
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-11117-177/+61