ObjFW  All files named "src/OFDoubleVector.m"

History for src/OFDoubleVector.m

2011-12-01
11:29
Deleted: Remove OF{Float,Double}{Vector,Matrix}.
Those fit better into an extra library.
check-in: [feae803c21] user: js, branch: trunk, size: 0
2011-09-22
23:25
Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [83bd61c36b] check-in: [e1e7ffa903] user: js, branch: trunk, size: 8447 [annotate] [blame] [check-ins using] [diff]

2011-09-17
19:18
Make hashes independant of endianess in OF{Float,Double}{Vector,Matrix}.

Also removes unnecessary OF_HASH_ADD_INT* macros (except
OF_HASH_ADD_INT32 which was often used to hash hashes and is now called
OF_HASH_ADD_HASH). file: [3c930c2cbc] check-in: [f3db074478] user: js, branch: trunk, size: 8370 [annotate] [blame] [check-ins using] [diff]

2011-08-07
16:57
Add -[makeImmutable] to all mutable classes and use it. file: [8de83ff694] check-in: [927dbf6e7d] user: js, branch: trunk, size: 8282 [annotate] [blame] [check-ins using] [diff]
2011-06-30
12:36
Nicer initializers for OF{Double,Float}{Matrix,Vector}. file: [a8ab061699] check-in: [e129012224] user: js, branch: trunk, size: 8504 [annotate] [blame] [check-ins using] [diff]
2011-06-26
13:12
Added: Add OFDoubleVector and OFDoubleMatrix. file: [b4675e8ae3] check-in: [3c47f319dd] user: js, branch: trunk, size: 8404 [annotate] [blame] [check-ins using]