[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r139] by ltilib

alvarado: *** empty log message ***

2003-04-16 09:53:43 Tree
[r138] by ltilib

alvarado: @FIX: Bug reading huge matrices was caused by the method std::istream::get(char* buffer,int n,char t). If the next char in the stream is t, then the fail flag of the stream is set. This caused that nothing else worked hereafter. As workaround, the getNextLine method check first with std::istream::peek if the next symbol is the terminal one and removes it if necessary.

2003-04-16 09:53:32 Tree
[r137] by ltilib

sltilib: Warning about DLL stuff still there. Disabled as first task of this header.

2003-04-16 09:53:12 Tree
[r136] by ltilib

sltilib: Many standard functions redefined in lti namespace also with
implementation for floats.

2003-04-16 09:52:49 Tree
[r135] by ltilib

sltilib: missing ltiMath.h included

2003-04-16 09:51:36 Tree
[r134] by ltilib

winkler: generated project file is now adjusted to the settings in ltiWinConfig.h

2003-04-15 11:29:59 Tree
[r133] by ltilib

alvarado: @FIX: reading line ends used in Windows/DOS style with "\r\n" could produce an infinite loop if they were at the end of a buffer block. This problem was only seed by huge matrices, where that case could happend. The fix allows now also to read DOS files in Unix system, which expect for the end of lines only \n.

2003-04-15 11:29:10 Tree
[r132] by ltilib

haehnel: spelling mistakes fixed

2003-04-15 11:28:49 Tree
[r131] by ltilib

alvarado: Example for dynamic_cast fixed.

2003-04-15 11:28:38 Tree
[r130] by ltilib

alvarado: C++ header files used instead of C header files

2003-04-14 10:15:42 Tree
Older >