summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Link for GSoC 2009 in project highlightsGreg Noel2009-01-283-3/+11
* Detect the presence of 8.3 names on Windows when looking on-diskSteven Knight2009-01-271-2/+12
* Handle executing tests in a directory whose path contains spaces,Steven Knight2009-01-274-106/+113
* Fix tests that use the Python interpreter to execute internal scriptsSteven Knight2009-01-264-53/+91
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
* Remove leftover "shell pwd" debug statement.Steven Knight2009-01-212-6/+4
* Fix the --implicit-deps-unchanged test so it works correctly regardlessSteven Knight2009-01-211-1/+11
* Update the GUID of the generated project file.Steven Knight2009-01-211-1/+1
* Fix shelling out to non-.exe commands from --interactive mode onSteven Knight2009-01-211-1/+5
* Add /nologo to the PCH compilation to suppress Microsoft garp on stderr.Steven Knight2009-01-211-3/+2
* Update tests for now discovering dependencies on quoted commandsSteven Knight2009-01-204-11/+103
* Escape path names to fix regular expression matches on WindowsSteven Knight2009-01-201-2/+3
* Detect implicit command dependencies even when the command is quoted.Steven Knight2009-01-204-2/+16
* Update src/CHANGES.txt for recent checkins.Steven Knight2009-01-201-0/+11
* Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge fromSteven Knight2009-01-204-5/+5
* Move test/option-h.py to test/option/h.py and clean up an unnecessary import.Steven Knight2009-01-191-2/+2
* Remove a left-over commented-out debug test.run() call.Steven Knight2009-01-191-1/+0
* Fix calculation of $UNCHANGED_SOURCES to include correctly sourcesSteven Knight2009-01-192-4/+109
* Various Windows fixes:Steven Knight2009-01-186-25/+50
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-173-13/+32
* tigris.org updates for the 1.2.0.d20090113 checkpoint release.Steven Knight2009-01-132-1/+8
* Fix an undefined entity reference.Steven Knight2009-01-132-2/+2
* Fix ability to Install() the same file multiple times.Steven Knight2009-01-133-5/+53
* Since my change left Russel confused I decided to clarify it even more.Robert Managan2009-01-121-2/+2
* Fix typos in the User's Guide. (Zia Sobhani)Steven Knight2009-01-1211-18/+23
* Add a little more description to the changeRobert Managan2009-01-111-1/+2
* Ben Webb did it, not meGreg Noel2009-01-101-4/+4
* Remove $CCFLAGS from the the default definitions of $CXXFLAGS forSteven Knight2009-01-103-2/+8
* Update src/CHANGES.txt for recent checkins.Steven Knight2009-01-102-2/+19
* Move test/bad-drive.py into the test/Win32 subdirectory.Steven Knight2009-01-101-0/+0
* Python 1.5 fix.Steven Knight2009-01-101-1/+3
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-0938-491/+2413
* Remove the feature that would build .pdf graphics filesRobert Managan2009-01-094-26/+10
* Issue 2279: Support $SWIGOUTDIR values with spaces in theSteven Knight2009-01-083-7/+14
* 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-064-22/+56
* 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-042-3/+105
* 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
* Have the {Append,Prepend}ENVPath() canonicalization make sure there's theSteven Knight2009-01-012-1/+6
* Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193Gary Oberbrunner2009-01-013-21/+52
* Allow subclassing of File and Dir nodes by having the must_be_same()Steven Knight2008-12-302-1/+15
* Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with nullSteven Knight2008-12-304-26/+93
* Fix use of path names in regular expression matches by running themSteven Knight2008-12-292-13/+27
* Update to latest Test{Cmd,Common}.py, including fixes for workingSteven Knight2008-12-292-8/+49
* Fix test to work on OS X; cleanup and simplificationGreg Noel2008-12-271-33/+14
* Credit to Arve KnudsenGreg Noel2008-12-261-0/+4
* Issue 2280: Document TestCommon.shobj_prefixGreg Noel2008-12-261-0/+1