scons.git
2009-01-28 GregNoelLink for GSoC 2009 in project highlights
2009-01-27 stevenknightDetect the presence of 8.3 names on Windows when lookin...
2009-01-27 stevenknightHandle executing tests in a directory whose path contai...
2009-01-26 stevenknightFix tests that use the Python interpreter to execute...
2009-01-25 stevenknightFix a mismatch in generated GUIDs on non-Windows platfo...
2009-01-21 stevenknightRemove leftover "shell pwd" debug statement.
2009-01-21 stevenknightFix the --implicit-deps-unchanged test so it works...
2009-01-21 stevenknightUpdate the GUID of the generated project file.
2009-01-21 stevenknightFix shelling out to non-.exe commands from --interactiv...
2009-01-21 stevenknightAdd /nologo to the PCH compilation to suppress Microsof...
2009-01-20 stevenknightUpdate tests for now discovering dependencies on quoted...
2009-01-20 stevenknightEscape path names to fix regular expression matches...
2009-01-20 stevenknightDetect implicit command dependencies even when the...
2009-01-20 stevenknightUpdate src/CHANGES.txt for recent checkins.
2009-01-20 stevenknightMerged revisions 3848-3890,3892-3896,3898-3908 via...
2009-01-19 stevenknightMove test/option-h.py to test/option/h.py and clean...
2009-01-19 stevenknightRemove a left-over commented-out debug test.run() call.
2009-01-19 stevenknightFix calculation of $UNCHANGED_SOURCES to include correc...
2009-01-18 stevenknightVarious Windows fixes:
2009-01-17 GregNoelIssue 2278: Emit header name when using SWIG directors...
2009-01-13 stevenknighttigris.org updates for the 1.2.0.d20090113 checkpoint...
2009-01-13 stevenknightFix an undefined entity reference.
2009-01-13 stevenknightFix ability to Install() the same file multiple times.
2009-01-12 managanSince my change left Russel confused I decided to clari...
2009-01-12 stevenknightFix typos in the User's Guide. (Zia Sobhani)
2009-01-11 managanAdd a little more description to the change
2009-01-10 GregNoelBen Webb did it, not me
2009-01-10 stevenknightRemove $CCFLAGS from the the default definitions of...
2009-01-10 stevenknightUpdate src/CHANGES.txt for recent checkins.
2009-01-10 stevenknightMove test/bad-drive.py into the test/Win32 subdirectory.
2009-01-10 stevenknightPython 1.5 fix.
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2009-01-09 managanRemove the feature that would build .pdf graphics files
2009-01-08 stevenknightIssue 2279: Support $SWIGOUTDIR values with spaces...
2009-01-07 garyoFix issue #1175: allow WIN32_INSERT_DEF=0 to turn off...
2009-01-07 garyoFix issue 2273: Users Guide msvc missing a few vars.
2009-01-06 garyoFix issue 2274 (LDMODULE* ignored except on Mac): integ...
2009-01-06 garyoAdd -e$TARGET to Borland linker command line, to fix...
2009-01-04 GregNoelFirst part of issue 2278: handle quoted module names...
2009-01-04 stevenknightSimplify how NodeLists expand callable methods by makin...
2009-01-01 stevenknightUse a SCons.Util.UniqueList instance for the Executor...
2009-01-01 stevenknightHave the {Append,Prepend}ENVPath() canonicalization...
2009-01-01 garyoFix bug 2193: scons.tigris.org/issues/show_bug.cgi...
2008-12-30 stevenknightAllow subclassing of File and Dir nodes by having the...
2008-12-30 stevenknightIssue 1417: Fix use of attributes (${SOURCES.windows...
2008-12-29 stevenknightFix use of path names in regular expression matches...
2008-12-29 stevenknightUpdate to latest Test{Cmd,Common}.py, including fixes...
2008-12-27 GregNoelFix test to work on OS X; cleanup and simplification
2008-12-26 GregNoelCredit to Arve Knudsen
2008-12-26 GregNoelIssue 2280: Document TestCommon.shobj_prefix
2008-12-23 GregNoelUpdate post 1.2 schedule
2008-12-22 stevenknightInitialized merge tracking via "svnmerge" with revision...
2008-12-22 stevenknightAdd the Options object and *Option() function to the...
2008-12-22 stevenknightAdd a release note about the mandatory warnings (i...
2008-12-21 stevenknightMerged revisions 3611-3763,3765-3794,3796-3811,3813...
2008-12-21 stevenknightUpdates for release 1.2.0.
2008-12-20 stevenknightAdd warnings for use of the (already) deprecated Option...
2008-12-20 stevenknightFix left-over deprecated use of the Options object.
2008-12-20 stevenknightIssue 2247: Don't fail if we can't import a _subproces...
2008-12-20 stevenknightIssue 2276: Fix use of codecs module in pre-2.3 Python...
2008-12-12 stevenknightRevert r3828 (vs9 support) in favor of the vs_revamp...
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-12-11 stevenknightIssue 2102: Add support for Microsoft Visual Studio...
2008-12-11 stevenknightIssue 2231: Add a --warn=future-deprecated option...
2008-12-11 stevenknightFix test breakage from the change to "scons: Build...
2008-12-11 garyoFixed syntax and semantic errors in Mkdir example in...
2008-12-11 garyoAdded regression test for issue #1249
2008-12-11 garyoFix issue #1249 by making Mkdir action (actually mkdir_...
2008-12-10 stevenknightPrint "scons: Build interrupted." on stderr, not stdout.
2008-12-10 stevenknightIssue 1287: copy File attributes from the local Node...
2008-12-10 stevenknightDelete empty directories.
2008-12-08 stevenknightCreate Task{Always,OutOfDate}Task subclasses of Taskmas...
2008-12-07 stevenknightMake ${,UN}CHANGED_{SOURCES,TARGETS} into future reserv...
2008-12-07 stevenknightsrc/CHANGES.txt updates for changes since 4 November.
2008-12-07 stevenknightIssue 2265: Suppress messages about spurious dependenc...
2008-12-06 stevenknightIssue 2116: Eliminate some spurious dependency cycles...
2008-12-06 GregNoelIssue 2267, fix use of uninitialized variable
2008-12-05 stevenknightGive proper credit to Benoit Belley for the --taskmaste...
2008-12-05 stevenknightIssue 2265: Add additional --taskmastertrace= messages...
2008-12-05 garyoFix issue #3: make Append/PrependUnique uniquify the...
2008-12-02 stevenknightFix a Glob() exception (with stack trace) when an expli...
2008-11-26 stevenknightHighlights and roadmap update for checkpoing d20081125.
2008-11-25 managanAccidently left a debug print in.
2008-11-25 managanAdd a test for the case of a .DVI build using a .eps...
2008-11-19 GregNoelAdd reference to LoadableModule in SharedLibrary descri...
2008-11-19 garyoUpdate Users Guide to clarify usage of site_scons and...
2008-11-16 stevenknightInitialized merge tracking via "svnmerge" with revision...
2008-11-15 stevenknightSpeed up Node.FS.EntryProxy.__getattr__() by not spendi...
2008-11-15 GregNoelFix typo found by Jared Grubb
2008-11-12 managanI found that my coding for automatically building ...
2008-11-12 stevenknightMerged revisions 3225-3226 via svnmerge from
2008-11-12 stevenknightPython 1.5 and 2.1 compatibility: string methods,...
2008-11-11 stevenknightMerged revisions 3759-3762 via svnmerge from
2008-11-10 stevenknightWindows portability: Avoid duplicate foo.lib targets...
2008-11-09 stevenknightIssue 2238: Add a __contains__() method to support...
2008-11-09 GregNoelIssue 2228: discard stderr by using os.devnull
2008-11-08 stevenknightFix an exception and stack trace when Glob() hits an...
2008-11-07 stevenknightFix a nested-scope regression affecting Python 1.5...
2008-11-07 GregNoelIssue 2242: Minor style and loop enhancements
2008-11-07 GregNoelIssue 2235: File.Dir() creates files in the wrong place
next