Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 4701  Next ›
4701 11.03.2010 03:03:03, by stevenknight
Add DocBook entities for the env.*() forms of Builder and function calls.
Handle two additional flavors of <varlistentry>.
Translate the <application> tag into man page macros.
4700 10.03.2010 13:07:45, by gregnoel
Created a "GatheredData" class that contains the collected information for a
query. The information is retained for a short time, so that if the view is
refreshed, the existing data can be cheaply updated.

Cleaned up logic, corrected some small errors.
4699 08.03.2010 17:56:14, by stevenknight
Handle different signatures for global or env versions of functions
by the signature specification from the <scons_function> tag to
the <arguments> tag.
4698 08.03.2010 00:15:55, by bdbaddog
Add 1.2.0.d20100306 checkpoint release
4697 08.03.2010 00:13:36, by bdbaddog
Add new version 1.2.0.d20100306
4696 08.03.2010 00:05:14, by bdbaddog
Add docs for new checkpoint release.
4695 07.03.2010 23:26:08, by bdbaddog
Packages for 1.2.0.d20100306
4694 07.03.2010 07:59:09, by bdbaddog
Checkpoint release.
4693 07.03.2010 07:58:27, by bdbaddog
Results of update from bin/docupdate.
Minor change.
4692 07.03.2010 01:25:09, by bdbaddog
Change date stamps
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.
................
4690 04.03.2010 03:16:32, by stevenknight
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.
4689 03.03.2010 17:23:50, by stevenknight
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.
4688 26.02.2010 18:03:59, by erluk
- Merged changes from trunk up to r4679
- Added the MS Visual C++ 9 runtime redistributable installer to the SCons installers
4687 24.02.2010 07:56:23, by gregnoel
Replaced proof-of-concept logic by actual logic; testing suggests
it's almost two orders of magnitude faster. Removed cruft and dead
code. Timing code still turned on; we'll see if any bottlenecks
are found with live data.

Steven, I can't send email from this hotel; I hope you see this. You
need to restart the BuildBot with this new code. Tks.
4686 23.02.2010 23:10:53, by stevenknight
Add support for documenting functions (with arbitrary calling signatures)
in our home-brew DocBook-based .xml files.
4685 23.02.2010 17:21:00, by stevenknight
Refactor the XMl processing of various entity types to make the code
more OO and extensible.
4684 23.02.2010 11:13:38, by gregnoel
A proof-of-concept of the direction of the console view. It's
generated by recalculating a number of things every display cycle,
so it's dreadfully slow, but I know why it's slow and what can be
done to make it much faster. It contains a fair amount of debugging
code that's probably slowing it down as well.

It also contains quite a bit of dead code that will either be removed
or will replace logic that's currently in use. I'm only checking
it in because I'll be traveling for two days and won't be able to
work on it, but in the meantime, people can use it.
4683 21.02.2010 17:59:48, by stevenknight
Issue 2340, issue 2343:
compatibility for Python 2.6 sys.intern() and sys.maxsize.
4682 21.02.2010 17:49:47, by stevenknight
Issue 2333: Forward compatibility for Python 3.0 rename of "Queue" module
to "queue".
1 2 3 4 5 6 7 8 9 10 Next