ObjFW  History of src/OFDoubleMatrix.m of 41e6f07b2ab81962

History of the file that is called src/OFDoubleMatrix.m at check-in 41e6f07b2ab81962

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
[9473f8f25c] part of check-in [e1e7ffa903] 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. (check-in: [e1e7ffa903] user: js, branch: trunk, size: 10175) [annotate] [blame] [check-ins using] [diff]

2011-09-17
19:18
[8e0af9d60e] part of check-in [f3db074478] 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). (check-in: [f3db074478] user: js, branch: trunk, size: 10088) [annotate] [blame] [check-ins using] [diff]

2011-08-07
16:57
[a2ea99d71f] part of check-in [927dbf6e7d] Add -[makeImmutable] to all mutable classes and use it. (check-in: [927dbf6e7d] user: js, branch: trunk, size: 10000) [annotate] [blame] [check-ins using] [diff]
2011-07-12
23:13
[0e9aecd40d] part of check-in [8c40feec2b] Fix missing cast. (check-in: [8c40feec2b] user: js, branch: trunk, size: 10222) [annotate] [blame] [check-ins using] [diff]
2011-06-30
12:36
[beb8bdaf1b] part of check-in [e129012224] Nicer initializers for OF{Double,Float}{Matrix,Vector}. (check-in: [e129012224] user: js, branch: trunk, size: 10221) [annotate] [blame] [check-ins using] [diff]
2011-06-26
13:12
Added: [298309e639] part of check-in [3c47f319dd] Add OFDoubleVector and OFDoubleMatrix. (check-in: [3c47f319dd] user: js, branch: trunk, size: 10111) [annotate] [blame] [check-ins using]