| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 3 | -2/+18 |
|
|
* | 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 | 2 | -2/+10 |
|
|
* | 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 | 25 | -1102/+1529 |
|
|
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 3 | -7/+10 |
|
|
* | 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 | 3 | -0/+25 |
|
|
* | Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string | Steven Knight | 2009-02-13 | 2 | -1/+5 |
|
|
* | Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM | Steven Knight | 2009-02-11 | 5 | -12/+27 |
|
|
* | 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 | 3 | -1/+16 |
|
|
* | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 2 | -2/+6 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 233 | -0/+1390 |
|
|
* | 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 | 2 | -0/+13 |
|
|
* | User's Guide updates. (Robert P. J. Day) | Steven Knight | 2009-01-28 | 1 | -0/+4 |
|
|
* | 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 | 2 | -1/+11 |
|
|
* | Update src/CHANGES.txt for recent checkins. | Steven Knight | 2009-01-20 | 1 | -0/+11 |
|
|
* | Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge from | Steven Knight | 2009-01-20 | 2 | -2/+2 |
|
|
* | 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 | 2 | -4/+27 |
|
|
* | Fix ability to Install() the same file multiple times. | Steven Knight | 2009-01-13 | 2 | -5/+5 |
|
|
* | Since my change left Russel confused I decided to clarify it even more. | Robert Managan | 2009-01-12 | 1 | -2/+2 |
|
|
* | Fix typos in the User's Guide. (Zia Sobhani) | Steven Knight | 2009-01-12 | 1 | -0/+4 |
|
|
* | Add a little more description to the change | Robert Managan | 2009-01-11 | 1 | -1/+2 |
|
|
* | Ben Webb did it, not me | Greg Noel | 2009-01-10 | 1 | -4/+4 |
|
|
* | Remove $CCFLAGS from the the default definitions of $CXXFLAGS for | Steven Knight | 2009-01-10 | 3 | -2/+8 |
|
|
* | Update src/CHANGES.txt for recent checkins. | Steven Knight | 2009-01-10 | 2 | -2/+19 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 23 | -312/+862 |
|
|
* | 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 | 2 | -1/+3 |
|
|
* | 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 | 4 | -22/+56 |
|
|
* | 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 |
|
|
* | Have the {Append,Prepend}ENVPath() canonicalization make sure there's the | Steven Knight | 2009-01-01 | 2 | -1/+6 |
|
|
* | Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193 | Gary Oberbrunner | 2009-01-01 | 3 | -21/+52 |
|
|