summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-111-1/+1
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-083-4/+3
* 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-061-1/+1
* Issue 2360: fix a TypeError from attempts to intern() unicode objectsSteven Knight2009-03-022-1/+18
* Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test forSteven Knight2009-03-021-7/+58
* Fix a nested scope issue.Steven Knight2009-03-021-1/+1
* replace execfile() by equivalent exec statementGreg Noel2009-03-023-3/+3
* Issue 1059: Fix the -n option when VariantDir(duplicate=1) is usedSteven Knight2009-02-251-3/+6
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-232-2/+14
* 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-221-2/+5
* 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-2123-1098/+1519
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-192-7/+7
* 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-182-0/+21
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-1/+1
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-113-6/+6
* 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-091-1/+1
* Handle finding implicit dependents defined with doubled pathSteven Knight2009-02-091-2/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-09221-0/+1318
* 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-291-0/+11
* 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-201-1/+8
* Fix calculation of $UNCHANGED_SOURCES to include correctly sourcesSteven Knight2009-01-191-4/+4
* Various Windows fixes:Steven Knight2009-01-183-10/+29
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-171-4/+25
* Fix ability to Install() the same file multiple times.Steven Knight2009-01-132-5/+5
* Remove $CCFLAGS from the the default definitions of $CXXFLAGS forSteven Knight2009-01-102-2/+2
* Update src/CHANGES.txt for recent checkins.Steven Knight2009-01-101-1/+2
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-0922-312/+851
* Remove the feature that would build .pdf graphics filesRobert Managan2009-01-092-26/+8
* Issue 2279: Support $SWIGOUTDIR values with spaces in theSteven Knight2009-01-081-1/+1
* Fix issue #1175: allow WIN32_INSERT_DEF=0 to turn off --output-def in mingw l...Gary Oberbrunner2009-01-071-1/+2
* Fix issue 2273: Users Guide msvc missing a few vars.Gary Oberbrunner2009-01-071-0/+3
* Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...Gary Oberbrunner2009-01-063-22/+53
* Add -e$TARGET to Borland linker command line, to fix issue #1166.Gary Oberbrunner2009-01-061-2/+2
* First part of issue 2278: handle quoted module names in SWIG sourceGreg Noel2009-01-041-3/+13
* Simplify how NodeLists expand callable methods by making the NodeListSteven Knight2009-01-042-47/+63
* Use a SCons.Util.UniqueList instance for the Executor.sources listSteven Knight2009-01-012-10/+5