| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2280: Document TestCommon.shobj_prefix | Greg Noel | 2008-12-26 | 1 | -0/+1 |
|
|
* | Update post 1.2 schedule | Greg Noel | 2008-12-23 | 2 | -50/+46 |
|
|
* | Add the Options object and *Option() function to the list of features | Steven Knight | 2008-12-22 | 1 | -0/+3 |
|
|
* | Add a release note about the mandatory warnings (i.e. warnings | Steven Knight | 2008-12-22 | 1 | -0/+28 |
|
|
* | Merged revisions 3611-3763,3765-3794,3796-3811,3813-3839,3841-3847 via svnmer... | Steven Knight | 2008-12-21 | 8 | -39/+102 |
|
|
* | Updates for release 1.2.0. | Steven Knight | 2008-12-21 | 2 | -5/+4 |
|
|
* | Add warnings for use of the (already) deprecated Options object | Steven Knight | 2008-12-20 | 17 | -157/+297 |
|
|
* | Fix left-over deprecated use of the Options object. | Steven Knight | 2008-12-20 | 1 | -4/+4 |
|
|
* | Issue 2247: Don't fail if we can't import a _subprocess module on Windows. | Steven Knight | 2008-12-20 | 2 | -1/+7 |
|
|
* | Issue 2276: Fix use of codecs module in pre-2.3 Python versions. | Steven Knight | 2008-12-20 | 1 | -0/+13 |
|
|
* | Revert r3828 (vs9 support) in favor of the vs_revamp integration. | Steven Knight | 2008-12-12 | 2 | -72/+1 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 28 | -59/+188 |
|
|
* | Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein) | Steven Knight | 2008-12-11 | 2 | -1/+72 |
|
|
* | Issue 2231: Add a --warn=future-deprecated option, along with | Steven Knight | 2008-12-11 | 6 | -4/+111 |
|
|
* | Fix test breakage from the change to "scons: Build interrupted". | Steven Knight | 2008-12-11 | 1 | -1/+2 |
|
|
* | Fixed syntax and semantic errors in Mkdir example in man page, to fix issue #... | Gary Oberbrunner | 2008-12-11 | 1 | -3/+3 |
|
|
* | Added regression test for issue #1249 | Gary Oberbrunner | 2008-12-11 | 2 | -2/+38 |
|
|
* | Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the u... | Gary Oberbrunner | 2008-12-11 | 2 | -1/+97 |
|
|
* | Print "scons: Build interrupted." on stderr, not stdout. | Steven Knight | 2008-12-10 | 3 | -4/+10 |
|
|
* | Issue 1287: copy File attributes from the local Node to a Repository | Steven Knight | 2008-12-10 | 3 | -0/+166 |
|
|
* | Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task | Steven Knight | 2008-12-08 | 4 | -30/+53 |
|
|
* | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 6 | -16/+101 |
|
|
* | src/CHANGES.txt updates for changes since 4 November. | Steven Knight | 2008-12-07 | 1 | -0/+28 |
|
|
* | Issue 2265: Suppress messages about spurious dependency cycles. | Steven Knight | 2008-12-07 | 6 | -47/+66 |
|
|
* | Issue 2116: Eliminate some spurious dependency cycles by being more | Steven Knight | 2008-12-06 | 3 | -30/+150 |
|
|
* | Issue 2267, fix use of uninitialized variable | Greg Noel | 2008-12-06 | 1 | -6/+6 |
|
|
* | Give proper credit to Benoit Belley for the --taskmastertrace= | Steven Knight | 2008-12-05 | 1 | -5/+3 |
|
|
* | Issue 2265: Add additional --taskmastertrace= messages in the Task class. | Steven Knight | 2008-12-05 | 5 | -25/+192 |
|
|
* | Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ... | Gary Oberbrunner | 2008-12-05 | 2 | -4/+30 |
|
|
* | Fix a Glob() exception (with stack trace) when an explicit Node | Steven Knight | 2008-12-02 | 4 | -8/+40 |
|
|
* | Highlights and roadmap update for checkpoing d20081125. | Steven Knight | 2008-11-26 | 2 | -4/+5 |
|
|
* | Accidently left a debug print in. | Robert Managan | 2008-11-25 | 1 | -4/+5 |
|
|
* | Add a test for the case of a .DVI build using a .eps graphics. | Robert Managan | 2008-11-25 | 2 | -10/+207 |
|
|
* | Add reference to LoadableModule in SharedLibrary description | Greg Noel | 2008-11-19 | 1 | -0/+5 |
|
|
* | Update Users Guide to clarify usage of site_scons and site_init.py. | Gary Oberbrunner | 2008-11-19 | 3 | -3/+50 |
|
|
* | Speed up Node.FS.EntryProxy.__getattr__() by not spending cycles | Steven Knight | 2008-11-15 | 2 | -10/+27 |
|
|
* | Fix typo found by Jared Grubb | Greg Noel | 2008-11-15 | 1 | -1/+1 |
|
|
* | I found that my coding for automatically building .pdf files from .eps files | Robert Managan | 2008-11-12 | 2 | -1/+232 |
|
|
* | Merged revisions 3225-3226 via svnmerge from | Steven Knight | 2008-11-12 | 4 | -4/+15 |
|
|
* | Python 1.5 and 2.1 compatibility: string methods, nested scopes. | Steven Knight | 2008-11-12 | 2 | -4/+8 |
|
|
* | Merged revisions 3759-3762 via svnmerge from | Steven Knight | 2008-11-11 | 1 | -691/+689 |
|
|
* | Windows portability: Avoid duplicate foo.lib targets by telling | Steven Knight | 2008-11-10 | 1 | -1/+1 |
|
|
* | Issue 2238: Add a __contains__() method to support the "val in env" | Steven Knight | 2008-11-09 | 3 | -0/+46 |
|
|
* | Issue 2228: discard stderr by using os.devnull | Greg Noel | 2008-11-09 | 4 | -7/+18 |
|
|
* | Fix an exception and stack trace when Glob() hits an on-disk file or | Steven Knight | 2008-11-08 | 3 | -5/+25 |
|
|
* | Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1. | Steven Knight | 2008-11-07 | 1 | -1/+2 |
|
|
* | Issue 2242: Minor style and loop enhancements | Greg Noel | 2008-11-07 | 1 | -102/+92 |
|
|
* | Issue 2235: File.Dir() creates files in the wrong place | Greg Noel | 2008-11-07 | 1 | -17/+13 |
|
|
* | Issue 2236: Add comment to clarify Configure.CheckType() | Greg Noel | 2008-11-07 | 1 | -0/+4 |
|
|
* | Update src/CHANGES.txt for changes since 1.1.0. | Steven Knight | 2008-11-04 | 1 | -0/+40 |
|
|