15 check-ins using file src/OFArray.m version da98a6238c
|
2009-12-02
| ||
| 09:29 | Add -[addNItems:fromCArray:atIndex:] to OFDataArray. (check-in: 806550f7ed user: js tags: trunk) | |
|
2009-12-01
| ||
| 17:45 | Fix -[removeItemAtIndex:], -[removeNItems:atIndex:], -[removeObject:]. (check-in: b83a3b4d9c user: js tags: trunk) | |
| 14:54 | Update buildsys. (check-in: bab351d9a5 user: js tags: trunk) | |
| 13:35 | Better checking which runtime we use. (check-in: 240b72cd71 user: js tags: trunk) | |
| 13:28 | Adjust OFObject test to recent change to -[freeMemory:]. (check-in: 5b8ab2c427 user: js tags: trunk) | |
| 13:27 | Add missing LD = ${OBJC} to two Makefiles. (check-in: 4b763dd49a user: js tags: trunk) | |
| 13:17 | Use OF_BSWAP32_NONCONST instead of OF_BSWAP32 in OF_BSWAP64_NONCONST. (check-in: d60757d3a0 user: js tags: trunk) | |
| 12:55 | Make sure we never even check for CC by using OBJCPP as CPP. (check-in: 9a733d824f user: js tags: trunk) | |
|
2009-11-29
| ||
| 16:23 | Allow NULL as parameter for -[freeMemory:]. (check-in: d57228d9d6 user: js tags: trunk) | |
| 14:00 | Fix inline assembly on x86_64 for gcc with -O. (check-in: 1f38dbc88e user: js tags: trunk) | |
| 11:49 | Let OF_BSWAP{16,32,64} automatically detect whether we swap a constant. (check-in: f4d5af029a user: js tags: trunk) | |
| 03:03 | Add run-on-iphone target to tests for more comfortable testing. (check-in: 3a290a9951 user: js tags: trunk) | |
| 02:33 | Add ARMv6 inline assembly. Tested on iPhone. (check-in: e5d734d1a7 user: js tags: trunk) | |
| 01:59 | Add OF_BSWAP{16,32,64}_CONST[_IF_{BE,LE}]. (check-in: 68fb0166a7 user: js tags: trunk) | |
|
2009-11-28
| ||
| 20:48 | Add -[removeObject:] and -[removeObjectIdenticalTo:] to OFMutableArray. (check-in: bd9f5d90ae user: js tags: trunk) | |