| Commit message (Expand) | Author | Age | Files | Lines |
* | Link for GSoC 2009 in project highlights | Greg Noel | 2009-01-28 | 3 | -3/+11 |
|
|
* | Detect the presence of 8.3 names on Windows when looking on-disk | Steven Knight | 2009-01-27 | 1 | -2/+12 |
|
|
* | Handle executing tests in a directory whose path contains spaces, | Steven Knight | 2009-01-27 | 4 | -106/+113 |
|
|
* | Fix tests that use the Python interpreter to execute internal scripts | Steven Knight | 2009-01-26 | 4 | -53/+91 |
|
|
* | Fix a mismatch in generated GUIDs on non-Windows platforms by | Steven Knight | 2009-01-25 | 1 | -2/+6 |
|
|
* | Remove leftover "shell pwd" debug statement. | Steven Knight | 2009-01-21 | 2 | -6/+4 |
|
|
* | Fix the --implicit-deps-unchanged test so it works correctly regardless | Steven Knight | 2009-01-21 | 1 | -1/+11 |
|
|
* | Update the GUID of the generated project file. | Steven Knight | 2009-01-21 | 1 | -1/+1 |
|
|
* | Fix shelling out to non-.exe commands from --interactive mode on | Steven Knight | 2009-01-21 | 1 | -1/+5 |
|
|
* | Add /nologo to the PCH compilation to suppress Microsoft garp on stderr. | Steven Knight | 2009-01-21 | 1 | -3/+2 |
|
|
* | Update tests for now discovering dependencies on quoted commands | Steven Knight | 2009-01-20 | 4 | -11/+103 |
|
|
* | Escape path names to fix regular expression matches on Windows | Steven Knight | 2009-01-20 | 1 | -2/+3 |
|
|
* | Detect implicit command dependencies even when the command is quoted. | Steven Knight | 2009-01-20 | 4 | -2/+16 |
|
|
* | 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 | 4 | -5/+5 |
|
|
* | Move test/option-h.py to test/option/h.py and clean up an unnecessary import. | Steven Knight | 2009-01-19 | 1 | -2/+2 |
|
|
* | Remove a left-over commented-out debug test.run() call. | Steven Knight | 2009-01-19 | 1 | -1/+0 |
|
|
* | Fix calculation of $UNCHANGED_SOURCES to include correctly sources | Steven Knight | 2009-01-19 | 2 | -4/+109 |
|
|
* | Various Windows fixes: | Steven Knight | 2009-01-18 | 6 | -25/+50 |
|
|
* | Issue 2278: Emit header name when using SWIG directors (Ben Webb) | Greg Noel | 2009-01-17 | 3 | -13/+32 |
|
|
* | tigris.org updates for the 1.2.0.d20090113 checkpoint release. | Steven Knight | 2009-01-13 | 2 | -1/+8 |
|
|
* | Fix an undefined entity reference. | Steven Knight | 2009-01-13 | 2 | -2/+2 |
|
|
* | Fix ability to Install() the same file multiple times. | Steven Knight | 2009-01-13 | 3 | -5/+53 |
|
|
* | 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 | 11 | -18/+23 |
|
|
* | 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 |
|
|
* | Move test/bad-drive.py into the test/Win32 subdirectory. | Steven Knight | 2009-01-10 | 1 | -0/+0 |
|
|
* | Python 1.5 fix. | Steven Knight | 2009-01-10 | 1 | -1/+3 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 38 | -491/+2413 |
|
|
* | Remove the feature that would build .pdf graphics files | Robert Managan | 2009-01-09 | 4 | -26/+10 |
|
|
* | Issue 2279: Support $SWIGOUTDIR values with spaces in the | Steven Knight | 2009-01-08 | 3 | -7/+14 |
|
|
* | 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 | 2 | -3/+105 |
|
|
* | 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 |
|
|
* | Allow subclassing of File and Dir nodes by having the must_be_same() | Steven Knight | 2008-12-30 | 2 | -1/+15 |
|
|
* | Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with null | Steven Knight | 2008-12-30 | 4 | -26/+93 |
|
|
* | Fix use of path names in regular expression matches by running them | Steven Knight | 2008-12-29 | 2 | -13/+27 |
|
|
* | Update to latest Test{Cmd,Common}.py, including fixes for working | Steven Knight | 2008-12-29 | 2 | -8/+49 |
|
|
* | Fix test to work on OS X; cleanup and simplification | Greg Noel | 2008-12-27 | 1 | -33/+14 |
|
|
* | Credit to Arve Knudsen | Greg Noel | 2008-12-26 | 1 | -0/+4 |
|
|
* | Issue 2280: Document TestCommon.shobj_prefix | Greg Noel | 2008-12-26 | 1 | -0/+1 |
|
|