Menu

Code SVN tahoe Commit Log


Commit Date  
[r67] by paklein

transposed the matrix of eigenvectors so that the vectors are returned
in columns rather than rows

2001-02-19 23:13:44 Tree
[r66] by paklein

added the linker flag "-static" because the GNU installation
on troi does not find the correct shared language support
library.

2001-02-16 00:42:04 Tree
[r65] by paklein

added -D__SUN__ macro to differentiate GNU for SUN from GNU
for any of the other platforms

2001-02-16 00:26:50 Tree
[r64] by paklein

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

2001-02-13 17:58:26 Tree
[r63] by paklein

small clean, no change in functionality

2001-02-13 17:53:04 Tree
[r62] by paklein

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

2001-02-13 17:51:15 Tree
[r61] by paklein

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

2001-02-13 17:48:35 Tree
[r60] by paklein

added $(INC_FLAGS) to the alternate definition of DEPEND_PATH for
Sun

2001-02-09 17:37:55 Tree
[r59] by paklein

fixed a problem with the f2c_access function for platforms with
-DNON_UNIX_STDIO with a macro in f2c.h

Mac: f2c_access -> Mac_f2c_access
others: f2c_access -> system function access

2001-02-08 18:28:42 Tree
[r58] by ebmarin

changed enum variable "StatusFlagT" from protected to public,
to fix compilation problems on the SUN

2001-02-08 00:11:23 Tree
Older >
MongoDB Logo MongoDB