ObjFW  History of src/OFFloatMatrix.m of d511962e09c73e89

History of the file that is called src/OFFloatMatrix.m at check-in d511962e09c73e89

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
[077edbfb6d] 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: 10120) [annotate] [blame] [check-ins using] [diff]

2011-09-17
19:18
[0e7f420221] 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: 10040) [annotate] [blame] [check-ins using] [diff]

2011-08-07
16:57
[d289104dc5] part of check-in [927dbf6e7d] Add -[makeImmutable] to all mutable classes and use it. (check-in: [927dbf6e7d] user: js, branch: trunk, size: 9955) [annotate] [blame] [check-ins using] [diff]
2011-06-30
12:36
[47a5b85ad1] part of check-in [e129012224] Nicer initializers for OF{Double,Float}{Matrix,Vector}. (check-in: [e129012224] user: js, branch: trunk, size: 10177) [annotate] [blame] [check-ins using] [diff]
2011-06-16
02:14
[2c065c1145] part of check-in [91f446cfd8] Add -[rotateWithVector:angle:] to OFFloatMatrix. (check-in: [91f446cfd8] user: js, branch: trunk, size: 10062) [annotate] [blame] [check-ins using] [diff]
2011-06-13
14:08
[d37cee00b5] part of check-in [f4313d070a] Reduce ObjC method calls in OFFloatVector and OFFloatMatrix. (check-in: [f4313d070a] user: js, branch: trunk, size: 8483) [annotate] [blame] [check-ins using] [diff]
02:30
[a7338c48b5] part of check-in [a07cf9ee16] Add -[translateWithVector:] and -[scaleWithVector:] to OFFloatMatrix. (check-in: [a07cf9ee16] user: js, branch: trunk, size: 7911) [annotate] [blame] [check-ins using] [diff]
00:55
[81cca6b06a] part of check-in [208e94917e] Make the GNU runtime happy by not comparing isa directly. (check-in: [208e94917e] user: js, branch: trunk, size: 6810) [annotate] [blame] [check-ins using] [diff]
00:10
Added: [da8c7b7372] part of check-in [4276459937] Add OFFloatMatrix. (check-in: [4276459937] user: js, branch: trunk, size: 6782) [annotate] [blame] [check-ins using]