summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update post 1.2 scheduleGreg Noel2008-12-232-50/+46
* Add the Options object and *Option() function to the list of featuresSteven Knight2008-12-221-0/+3
* Add a release note about the mandatory warnings (i.e. warningsSteven Knight2008-12-221-0/+28
* Merged revisions 3611-3763,3765-3794,3796-3811,3813-3839,3841-3847 via svnmer...Steven Knight2008-12-218-39/+102
* Updates for release 1.2.0.Steven Knight2008-12-212-5/+4
* Add warnings for use of the (already) deprecated Options objectSteven Knight2008-12-2017-157/+297
* Fix left-over deprecated use of the Options object.Steven Knight2008-12-201-4/+4
* Issue 2247: Don't fail if we can't import a _subprocess module on Windows.Steven Knight2008-12-202-1/+7
* Issue 2276: Fix use of codecs module in pre-2.3 Python versions.Steven Knight2008-12-201-0/+13
* Revert r3828 (vs9 support) in favor of the vs_revamp integration.Steven Knight2008-12-122-72/+1
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-1228-59/+188
* Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein)Steven Knight2008-12-112-1/+72
* Issue 2231: Add a --warn=future-deprecated option, along withSteven Knight2008-12-116-4/+111
* Fix test breakage from the change to "scons: Build interrupted".Steven Knight2008-12-111-1/+2
* Fixed syntax and semantic errors in Mkdir example in man page, to fix issue #...Gary Oberbrunner2008-12-111-3/+3
* Added regression test for issue #1249Gary Oberbrunner2008-12-112-2/+38
* Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the u...Gary Oberbrunner2008-12-112-1/+97
* Print "scons: Build interrupted." on stderr, not stdout.Steven Knight2008-12-103-4/+10
* Issue 1287: copy File attributes from the local Node to a RepositorySteven Knight2008-12-103-0/+166
* Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.TaskSteven Knight2008-12-084-30/+53
* Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved constructionSteven Knight2008-12-076-16/+101
* src/CHANGES.txt updates for changes since 4 November.Steven Knight2008-12-071-0/+28
* Issue 2265: Suppress messages about spurious dependency cycles.Steven Knight2008-12-076-47/+66
* Issue 2116: Eliminate some spurious dependency cycles by being moreSteven Knight2008-12-063-30/+150
* Issue 2267, fix use of uninitialized variableGreg Noel2008-12-061-6/+6
* Give proper credit to Benoit Belley for the --taskmastertrace=Steven Knight2008-12-051-5/+3
* Issue 2265: Add additional --taskmastertrace= messages in the Task class.Steven Knight2008-12-055-25/+192
* Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ...Gary Oberbrunner2008-12-052-4/+30
* Fix a Glob() exception (with stack trace) when an explicit NodeSteven Knight2008-12-024-8/+40
* Highlights and roadmap update for checkpoing d20081125.Steven Knight2008-11-262-4/+5
* Accidently left a debug print in.Robert Managan2008-11-251-4/+5
* Add a test for the case of a .DVI build using a .eps graphics.Robert Managan2008-11-252-10/+207