| 4691 07.03.2010 01:21:28, by
bdbaddog
Merged revisions 4627-4634,4636-4690 via svnmerge from http://scons.tigris.org/svn/scons/trunk
................ r4634 | stevenknight | 2010-01-18 21:29:18 -0800 (Mon, 18 Jan 2010) | 2 lines Update with info on 1.2.0d20100117 checkpoint release ................ r4636 | bdbaddog | 2010-01-18 23:06:10 -0800 (Mon, 18 Jan 2010) | 2 lines rebuilt docs ................ r4637 | managan | 2010-01-19 10:09:17 -0800 (Tue, 19 Jan 2010) | 4 lines Remove unneeded fluff from this test. Add commented line that will reveal a failure. ................ r4638 | stevenknight | 2010-01-19 11:29:37 -0800 (Tue, 19 Jan 2010) | 3 lines Change the name of the 'help' statistic in the timings configurations to 'startup'. ................ r4639 | stevenknight | 2010-01-19 11:33:40 -0800 (Tue, 19 Jan 2010) | 2 lines Issue 2537: fix typos in the man page. (Luca Faravigna) ................ r4640 | stevenknight | 2010-01-19 12:10:01 -0800 (Tue, 19 Jan 2010) | 3 lines Issue 2540: Make the messages printed when checking for compilers consistent w.r.t. "... " at the end of the message. ................ r4641 | managan | 2010-01-19 16:10:57 -0800 (Tue, 19 Jan 2010) | 3 lines Fix spelling. ................ r4642 | managan | 2010-01-20 13:35:42 -0800 (Wed, 20 Jan 2010) | 6 lines Update tex builder to handle the case where a \input{foo} command tries to work with a directory named foo instead of the file foo.tex. The builder now ignores a directory and continues searching to find the correct file. ................ r4643 | managan | 2010-01-20 14:21:27 -0800 (Wed, 20 Jan 2010) | 3 lines Somehow I managed to lose this change in a comment ................ r4645 | stevenknight | 2010-01-21 13:00:25 -0800 (Thu, 21 Jan 2010) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-4644" from http://scons.tigris.org/svn/scons/branches/pending ................ r4647 | stevenknight | 2010-01-21 13:12:50 -0800 (Thu, 21 Jan 2010) | 4 lines Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637. This change should itself be backed out before merge "pending" back into trunk. ................ r4650 | stevenknight | 2010-01-26 08:26:26 -0800 (Tue, 26 Jan 2010) | 2 lines Win32 portability in runtest.py tests after disabling QMTest by default. ................ r4651 | stevenknight | 2010-01-26 17:55:50 -0800 (Tue, 26 Jan 2010) | 2 lines Only escape the executable python string itself on the display line. ................ r4655 | gregnoel | 2010-01-30 14:50:45 -0800 (Sat, 30 Jan 2010) | 1 line trivial typo in man page ................ r4656 | bdbaddog | 2010-02-03 23:31:43 -0800 (Wed, 03 Feb 2010) | 11 lines It should now handle picking up the SDK compilers when the VC vcvarsall.bat doesn't pick them. Perhaps not for all flavors of the SDK, but for SDK 7.0. Currently the following tests fail: Failed the following 2 tests: test\IDL\midl.py test\Win32\scons-bat-error.py We should add to the docs which combinations of VC and SDK we expect to work, and which have been tested. ................ r4658 | stevenknight | 2010-02-04 22:37:10 -0800 (Thu, 04 Feb 2010) | 23 lines Merged revisions 4645,4647-4651,4654-4656 via svnmerge from http://scons.tigris.org/svn/scons/branches/pending ........ r4648 | managan | 2010-01-22 09:40:52 -0800 (Fri, 22 Jan 2010) | 9 lines Added dismbiguate calls on a targets side effects in the make_ready_all and make_ready_current routines of Taskmaster.py. This fixes Stefan Hepp's problem with latex. Directories to hold the side effect files were not created when using variantDir with duplicate=0 Modifying subdir_variantdir_include2.py to run scons with an explicit target to reveal this problem. ........ r4654 | stevenknight | 2010-01-27 07:41:01 -0800 (Wed, 27 Jan 2010) | 5 lines Issue 2534: fix Scanners' default ability to return Dir nodes by making the default node_class the real SCons.Node.FS.Base class, not SCons.Node.FS.Entry (which is now, and has been for some time, a subclass). ........ ................ r4660 | bdbaddog | 2010-02-05 12:42:07 -0800 (Fri, 05 Feb 2010) | 3 lines Gracefully handle not finding the VC and/or SDK setup batch scripts. ................ r4665 | bdbaddog | 2010-02-06 16:31:10 -0800 (Sat, 06 Feb 2010) | 3 lines Fix the case where neither vc nor sdk script exist or, vc doesn't work and sdk doesn't exist. ................ r4668 | bdbaddog | 2010-02-09 12:17:32 -0800 (Tue, 09 Feb 2010) | 3 lines MS win32 sdk issue, fixed requested arch to not request cross compile when building 32 bit on 64 bit host. ................ r4669 | bdbaddog | 2010-02-09 22:37:51 -0800 (Tue, 09 Feb 2010) | 4 lines Mainly patch from James Teh + lots of additional debug output ................ r4670 | bdbaddog | 2010-02-09 22:43:05 -0800 (Tue, 09 Feb 2010) | 3 lines Update CHANGES to give some credit for patches ................ r4672 | garyo | 2010-02-11 16:39:58 -0800 (Thu, 11 Feb 2010) | 1 line Add documentation for MSVC_USE_SCRIPT. ................ r4674 | stevenknight | 2010-02-16 08:36:14 -0800 (Tue, 16 Feb 2010) | 2 lines Move two Builder-related tests into the test/Builder/ subdirectory. ................ r4675 | stevenknight | 2010-02-17 06:20:41 -0800 (Wed, 17 Feb 2010) | 3 lines Generate an error message if a BUILDERS entry is set to something that isn't a Builder object, or known to generate a Builder object, or a callable. ................ r4678 | stevenknight | 2010-02-18 06:28:50 -0800 (Thu, 18 Feb 2010) | 3 lines Fix the test on all Python versions (failed on versions before 2.5 due to some regex problem). ................ r4680 | stevenknight | 2010-02-21 06:57:09 -0800 (Sun, 21 Feb 2010) | 3 lines Issue 2051: Support execution when installed via easy_install. (Gottfried Ganssauge) ................ r4681 | stevenknight | 2010-02-21 07:16:10 -0800 (Sun, 21 Feb 2010) | 2 lines Split the "live rpcgen" sub-test into its own test script. ................ r4685 | stevenknight | 2010-02-23 08:21:00 -0800 (Tue, 23 Feb 2010) | 3 lines Refactor the XMl processing of various entity types to make the code more OO and extensible. ................ r4686 | stevenknight | 2010-02-23 14:10:53 -0800 (Tue, 23 Feb 2010) | 3 lines Add support for documenting functions (with arbitrary calling signatures) in our home-brew DocBook-based .xml files. ................ r4689 | stevenknight | 2010-03-03 08:23:50 -0800 (Wed, 03 Mar 2010) | 8 lines More updates towards supporting function documentation: * Convert \f[BI].*\fP strings containing white space to quoted .B lines. * Anchor conversion of \f[BI] lines to .[BR] at end of line. * Convert \f[BI] lines preceded by text to a .R[BI] line. * Convert -- on .[BI]R? lines to \-\-. * Support global="0" and env="0" options <scons_function> arguments for when the function has no global form or construction environment form. ................ r4690 | stevenknight | 2010-03-03 18:16:32 -0800 (Wed, 03 Mar 2010) | 6 lines More enhancements for documenting functions: * Add the support for global="0" and env="0" to SConsDoc.py. * Remove unnecessary .IP lines before '\""" delimiters before the next builder / tool / function entry. * Add support for <variablelist> lists. ................ |