Menu

SVN archive Commit Log


Commit Date  
[r10123] by bugman

Bug fix for the STDOUT and STDERR handling by the multi module.

The IO streams are no longer lost in the case of an error. This allows the relax test suite to
function correctly in uni-processor mode. The multi-processor mode might require more work.

2010-01-07 10:43:51 Tree
[r10122] by bugman

Removed all STDOUT and STDERR handling in the multi-processor model-free specific code.

This is 100% handled by the multi module.

2010-01-07 10:41:06 Tree
[r10121] by bugman

Modified the IO redirection methods in the Processor base class.

The original IO streams are stored and then restored instead of sys.__stdout__ and sys.__stderr__.

2010-01-06 18:20:59 Tree
[r10120] by bugman

Reverted r10119 as this was not fixing the IO redirection problem.

The command used was:
svn merge -r10119:10118 .

2010-01-06 18:19:52 Tree
[r10119] by bugman

Bug fix for IO redirection!

This may cause problems, but now IO redirection has been fixed.

2010-01-06 18:12:32 Tree
[r10118] by bugman

Merged revisions 10117 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r10117 | bugman | 2010-01-06 18:57:55 +0100 (Wed, 06 Jan 2010) | 6 lines

Modified the IO redirection methods.

The original IO streams are stored and then restore instead of sys.__stdout__ and sys.__stderr__.
This might help in the multi-processor branch where IO redirection has gone haywire.
........

2010-01-06 18:02:34 Tree
[r10117] by bugman

Modified the IO redirection methods.

The original IO streams are stored and then restore instead of sys.__stdout__ and sys.__stderr__.
This might help in the multi-processor branch where IO redirection has gone haywire.

2010-01-06 17:57:55 Tree
[r10116] by bugman

Fixes for the rename of prompt.check to the arg_check module.

2010-01-06 17:15:24 Tree
[r10115] by bugman

Merged revisions 10108-10110 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r10108 | bugman | 2010-01-05 19:10:19 +0100 (Tue, 05 Jan 2010) | 5 lines

Fixes for all the test_R_to_euler_ijk() unit tests.

The print out has also been significantly improved.
........
r10109 | bugman | 2010-01-05 19:12:18 +0100 (Tue, 05 Jan 2010) | 9 lines

The rotation matrix to Euler angle algorithms have been converted to the general one of Ken Shoemake.

This is from Euler Angle Conversion. Graphics Gems IV. Paul Heckbert (ed.). Academic Press, 1994,
ISBN: 0123361567. pp. 222-229.

All of the R_to_euler_ijk() methods have been converted to call the new R_to_euler() method which
implements this.
........
r10110 | bugman | 2010-01-05 19:14:09 +0100 (Tue, 05 Jan 2010) | 5 lines

Bug fix for the euler_xyx_to_R() function.

The R[y, x] element was incorrect!!!
........

2010-01-06 16:56:32 Tree
[r10114] by bugman

Merged revisions 10108-10110 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r10108 | bugman | 2010-01-05 19:10:19 +0100 (Tue, 05 Jan 2010) | 5 lines

Fixes for all the test_R_to_euler_ijk() unit tests.

The print out has also been significantly improved.
........
r10109 | bugman | 2010-01-05 19:12:18 +0100 (Tue, 05 Jan 2010) | 9 lines

The rotation matrix to Euler angle algorithms have been converted to the general one of Ken Shoemake.

This is from Euler Angle Conversion. Graphics Gems IV. Paul Heckbert (ed.). Academic Press, 1994,
ISBN: 0123361567. pp. 222-229.

All of the R_to_euler_ijk() methods have been converted to call the new R_to_euler() method which
implements this.
........
r10110 | bugman | 2010-01-05 19:14:09 +0100 (Tue, 05 Jan 2010) | 5 lines

Bug fix for the euler_xyx_to_R() function.

The R[y, x] element was incorrect!!!
........

2010-01-06 16:56:30 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.