summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+6
* 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
* Issue 2349: doc-only change correcting description of text returned from scon...Greg Noel2009-04-101-2/+1
* 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-311-2/+12
* Add a missing test.pass_test() line to test/Java nested-classes.py.Steven Knight2009-03-181-0/+15
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-112-1/+4
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-084-9/+8
* 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-062-1/+3
* 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-022-7/+60
* Fix a nested scope issue.Steven Knight2009-03-021-1/+1
* replace execfile() by equivalent exec statementGreg Noel2009-03-024-14/+24
* 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-252-3/+15
* Merged revisions 3909-4041,4043-4049 via svnmerge fromSteven Knight2009-02-252-2/+2
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-233-2/+18
* 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
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-222-2/+10
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-228-34/+53
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-213-80/+82
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-2125-1102/+1529
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-193-7/+10
* 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
* 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-132-1/+5
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-115-12/+27
* Issue 2181: intern file-names to save memoryLudwig Hähne2009-02-092-11/+18
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-093-1/+16
* Handle finding implicit dependents defined with doubled pathSteven Knight2009-02-092-2/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-09233-0/+1390
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-084-17/+15
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-071-1/+12
* Additional fix for issue #1249 (Mkdir fails if dir exists) on Windows.Gary Oberbrunner2009-01-311-1/+2
* Fix use of $CHANGED_SOURCES with the --config=force option so thatSteven Knight2009-01-292-0/+13
* User's Guide updates. (Robert P. J. Day)Steven Knight2009-01-281-0/+4
* Detect the presence of 8.3 names on Windows when looking on-diskSteven Knight2009-01-271-2/+12
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
* Fix shelling out to non-.exe commands from --interactive mode onSteven Knight2009-01-211-1/+5
* Detect implicit command dependencies even when the command is quoted.Steven Knight2009-01-202-1/+11