| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Issue 2372: evaluate a Node's order-only prerequisites before the sources | Steven Knight | 2009-03-11 | 1 | -1/+1 |
|
|
| * | Issue 2326, change execfile() to exec ... (FIXED) | Greg Noel | 2009-03-08 | 3 | -4/+3 |
|
|
| * | Issue 2369: Don't use the deprecated md5 module, use hashlib.md5 instead. | Steven Knight | 2009-03-07 | 1 | -1/+1 |
|
|
| * | Issue 2368: Fix an exception when a null command-line argument is | Steven Knight | 2009-03-06 | 1 | -1/+1 |
|
|
| * | Issue 2360: fix a TypeError from attempts to intern() unicode objects | Steven Knight | 2009-03-02 | 2 | -1/+18 |
|
|
| * | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 1 | -7/+58 |
|
|
| * | Fix a nested scope issue. | Steven Knight | 2009-03-02 | 1 | -1/+1 |
|
|
| * | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 3 | -3/+3 |
|
|
| * | Issue 1059: Fix the -n option when VariantDir(duplicate=1) is used | Steven Knight | 2009-02-25 | 1 | -3/+6 |
|
|
| * | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 2 | -2/+14 |
|
|
| * | Remove left-over work-in-progress files from the vs_revamp branch. | Steven Knight | 2009-02-22 | 2 | -95/+0 |
|
|
| * | Python 1.5 portability in last patch. | Steven Knight | 2009-02-22 | 1 | -2/+5 |
|
|
| * | Set IncludeSearchPath and PreprocessorDefinitions in the generation | Steven Knight | 2009-02-22 | 1 | -2/+5 |
|
|
| * | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 8 | -34/+53 |
|
|
| * | Merged revisions 4025-4029 via svnmerge from | Steven Knight | 2009-02-21 | 3 | -80/+82 |
|
|
| * | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 23 | -1098/+1519 |
|
|
| * | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 2 | -7/+7 |
|
|
| * | Return the intern() string on the first call to Node.FS.Base._save_str(). | Steven Knight | 2009-02-19 | 1 | -2/+2 |
|
|
| * | Fix case-sensitive handling when a scanner returns None as a suffix. | Steven Knight | 2009-02-19 | 2 | -2/+9 |
|
|
| * | Issue 1193: Make suffix-matching for scaners | Steven Knight | 2009-02-18 | 2 | -0/+21 |
|
|
| * | Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string | Steven Knight | 2009-02-13 | 1 | -1/+1 |
|
|
| * | Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM | Steven Knight | 2009-02-11 | 3 | -6/+6 |
|
|
| * | Issue 2181: intern file-names to save memory | Ludwig Hähne | 2009-02-09 | 2 | -11/+18 |
|
|
| * | Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange | Steven Knight | 2009-02-09 | 1 | -1/+1 |
|
|
| * | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 1 | -2/+3 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 221 | -0/+1318 |
|
|
| * | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 4 | -17/+15 |
|
|
| * | Capture a test case to verify correct behavior of $( $) on long lines | Steven Knight | 2009-02-07 | 1 | -1/+12 |
|
|
| * | Additional fix for issue #1249 (Mkdir fails if dir exists) on Windows. | Gary Oberbrunner | 2009-01-31 | 1 | -1/+2 |
|
|
| * | Fix use of $CHANGED_SOURCES with the --config=force option so that | Steven Knight | 2009-01-29 | 1 | -0/+11 |
|
|
| * | Detect the presence of 8.3 names on Windows when looking on-disk | Steven Knight | 2009-01-27 | 1 | -2/+12 |
|
|
| * | Fix a mismatch in generated GUIDs on non-Windows platforms by | Steven Knight | 2009-01-25 | 1 | -2/+6 |
|
|
| * | Fix shelling out to non-.exe commands from --interactive mode on | Steven Knight | 2009-01-21 | 1 | -1/+5 |
|
|
| * | Detect implicit command dependencies even when the command is quoted. | Steven Knight | 2009-01-20 | 1 | -1/+8 |
|
|
| * | Fix calculation of $UNCHANGED_SOURCES to include correctly sources | Steven Knight | 2009-01-19 | 1 | -4/+4 |
|
|
| * | Various Windows fixes: | Steven Knight | 2009-01-18 | 3 | -10/+29 |
|
|
| * | Issue 2278: Emit header name when using SWIG directors (Ben Webb) | Greg Noel | 2009-01-17 | 1 | -4/+25 |
|
|
| * | Fix ability to Install() the same file multiple times. | Steven Knight | 2009-01-13 | 2 | -5/+5 |
|
|
| * | Remove $CCFLAGS from the the default definitions of $CXXFLAGS for | Steven Knight | 2009-01-10 | 2 | -2/+2 |
|
|
| * | Update src/CHANGES.txt for recent checkins. | Steven Knight | 2009-01-10 | 1 | -1/+2 |
|
|
| * | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 22 | -312/+851 |
|
|
| * | Remove the feature that would build .pdf graphics files | Robert Managan | 2009-01-09 | 2 | -26/+8 |
|
|
| * | Issue 2279: Support $SWIGOUTDIR values with spaces in the | Steven Knight | 2009-01-08 | 1 | -1/+1 |
|
|
| * | Fix issue #1175: allow WIN32_INSERT_DEF=0 to turn off --output-def in mingw l... | Gary Oberbrunner | 2009-01-07 | 1 | -1/+2 |
|
|
| * | Fix issue 2273: Users Guide msvc missing a few vars. | Gary Oberbrunner | 2009-01-07 | 1 | -0/+3 |
|
|
| * | Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ... | Gary Oberbrunner | 2009-01-06 | 3 | -22/+53 |
|
|
| * | Add -e$TARGET to Borland linker command line, to fix issue #1166. | Gary Oberbrunner | 2009-01-06 | 1 | -2/+2 |
|
|
| * | First part of issue 2278: handle quoted module names in SWIG source | Greg Noel | 2009-01-04 | 1 | -3/+13 |
|
|
| * | Simplify how NodeLists expand callable methods by making the NodeList | Steven Knight | 2009-01-04 | 2 | -47/+63 |
|
|
| * | Use a SCons.Util.UniqueList instance for the Executor.sources list | Steven Knight | 2009-01-01 | 2 | -10/+5 |
|
|