10 check-ins using file src/OFSet.h version 1df2b6e5f6
|
2011-07-21
| ||
| 22:01 | Add -[reduceUsingBlock:] to OFArray. (check-in: 03e89edb42 user: js tags: trunk) | |
| 19:52 | Add -[unionSet:] to OFMutableSet. (check-in: 05c71bf58b user: js tags: trunk) | |
| 19:17 | Add -[minusSet:] and -[intersectSet:] to OFMutableSet. (check-in: 821456272f user: js tags: trunk) | |
| 19:03 | Add -[allKeys] and -[allObjects] to OFDictionary. (check-in: cc87fcff36 user: js tags: trunk) | |
|
2011-07-20
| ||
| 18:23 | Remove code duplication for fast enumeration of mutable collections. (check-in: 63fc941b66 user: js tags: trunk) | |
| 16:50 | Check for mutations during fast enumeration in OFMutableSet. (check-in: dbd145b124 user: js tags: trunk) | |
|
2011-07-19
| ||
| 23:28 | Make OFFastEnumeration part of OFCollection. (check-in: ab71981cda user: js tags: trunk) | |
| 22:53 | Fast enumeration improvements. (check-in: c52a5e5faf user: js tags: trunk) | |
|
2011-07-18
| ||
| 23:47 | Fix a bug (hopefully the last!) in blocks. (check-in: b330936afe user: js tags: trunk) | |
| 22:53 | Add OFSet and OFMutableSet. (check-in: 8df328d503 user: js tags: trunk) | |