66 ancestors of 0ec98003aa598c2b
|
2010-01-30
| ||
| 11:58 | Add -march=i486 to OBJCFLAGS in objfw-config if required. (check-in: 0ec98003aa user: js tags: trunk) | |
| 11:56 | Nicer checking for atomic ops. (check-in: 5950e1c6a6 user: js tags: trunk) | |
| 10:47 | Check return value of of_spinlock_*. (check-in: 8a97fac06f user: js tags: trunk) | |
| 02:09 |
Replace some macros with OF_INLINE functions. This way, there won't be a warning about unused results. (check-in: 839f45a293 user: js tags: trunk) | |
| 01:50 | Fall back to spinlocks if atomic ops are unavailable. (check-in: bd6a71aad3 user: js tags: trunk) | |
| 01:17 | Change spinlock implementation, add fallbacks and move to threading.h. (check-in: 921b158d17 user: js tags: trunk) | |
| 00:50 | Add -[tryLock] to OFMutex. (check-in: 20e1c0e24b user: js tags: trunk) | |
| 00:45 |
Define OF_ATOMIC_OPS if we don't have threads. Without threads, we just don't care about atomicity. (check-in: 1823d543f3 user: js tags: trunk) | |
|
2010-01-29
| ||
| 19:31 | Add OF_ATOMIC_OPS define to work around missing atomic ops if needed. (check-in: 953895c116 user: js tags: trunk) | |
| 19:29 | Introduce OF_HAVE_PTHREADS define instead of #ifndef _WIN32. (check-in: d08376bc1f user: js tags: trunk) | |
| 15:22 | Add more atomic ops. (check-in: 78537d6ff3 user: js tags: trunk) | |
| 15:21 | Make retain count int32_t. (check-in: b725e983ae user: js tags: trunk) | |
|
2010-01-25
| ||
| 22:40 | Use spinlocks in objc_properties.m. (check-in: 2be191ec57 user: js tags: trunk) | |
| 22:39 | Add of_atomic_cmpswap32 and spinlocks to atomic.h. (check-in: 212482d8c6 user: js tags: trunk) | |
| 22:34 | clang does not reuse constant strings, thus fix test to use the same. (check-in: 612a252fdf user: js tags: trunk) | |
| 22:14 | Check for atomic ops in configure.ac. (check-in: c2af363418 user: js tags: trunk) | |
| 15:22 | Make retain counter 32 bit due to atomic ops being 32 bit. (check-in: 831ebcd4f5 user: js tags: trunk) | |
|
2010-01-24
| ||
| 20:07 | Fix a missing return in objc_setProperty. (check-in: 63c5c7d501 user: js tags: trunk) | |
| 18:54 | Make retain/release atomic. (check-in: b4a9924066 user: js tags: trunk) | |
|
2010-01-23
| ||
| 11:25 | Make -[readLineWithEncoding:] compatible with \r\n linebreaks. (check-in: 1421bc837b user: js tags: trunk) | |
|
2010-01-22
| ||
| 18:55 | Apple allows BOOL copy to be 2 for mutableCopy on properties. (check-in: 89db847794 user: js tags: trunk) | |
| 18:52 | Differentiate more between OFArray and OFMutableArray in tests. (check-in: 7e47fcb96a user: js tags: trunk) | |
| 18:40 |
Clean up OFStream and OFSocket interface. This allows better compile-time checks. (check-in: 273d5b90f8 user: js tags: trunk) | |
|
2010-01-17
| ||
| 13:11 | uintptr_t might be better here. (check-in: 453532ccf3 user: js tags: trunk) | |
|
2010-01-16
| ||
| 15:22 | Fix Makefiles forgotten in lib version bump. (check-in: 5b43f00359 user: js tags: trunk) | |
| 15:21 | Fix missing imports in Unicode table generator. (check-in: 47af750809 user: js tags: trunk) | |
| 15:05 | Reduce dependencies between headers. (check-in: 1433aef0d0 user: js tags: trunk) | |
| 14:43 | Remove mutation methods from immutable classes' interfaces. (check-in: 1348a32d47 user: js tags: trunk) | |
| 13:38 | Add missing file to Xcode project. (check-in: 632e991fba user: js tags: trunk) | |
| 13:37 | Test if compiler supports properties and if so run property tests. (check-in: df5b90cf6a user: js tags: trunk) | |
| 13:20 | Make properties behave like with the Apple runtime. (check-in: aac3aaf9cc user: js tags: trunk) | |
| 13:19 | Remove useless definitions in headers. (check-in: 9f3151f200 user: js tags: trunk) | |
| 13:18 | Make properties work with the Apple runtime. (check-in: 4c069e571f user: js tags: trunk) | |
| 12:01 | Update lib version as we already have incompatible API changes. (check-in: 2099ba5e3c user: js tags: trunk) | |
| 11:58 | Add -fexceptions to OBJCFLAGS. (check-in: e5f9d3c096 user: js tags: trunk) | |
|
2010-01-15
| ||
| 13:03 | Added tag 0.1.2-release for changeset 0454ac1b8d0b (check-in: 172a3ea720 user: js tags: trunk) | |
| 13:03 | Update ChangeLog in default branch as well. (check-in: 3cbb7bfcbc user: js tags: trunk) | |
|
2010-01-14
| ||
| 19:40 | Fix a bug in OFMutableArray's -[removeObject(IdenticalTo):]. (check-in: 879ff84d38 user: js tags: trunk) | |
|
2010-01-08
| ||
| 15:26 | Generate and use smaller Unicode tables. (check-in: be4c0f34c5 user: js tags: trunk) | |
|
2010-01-07
| ||
| 11:54 | Change URL in framwork plist. (check-in: 259737827b user: js tags: trunk) | |
|
2010-01-05
| ||
| 23:24 | Add support for ObjC 2 properties. (check-in: 8df894fc8a user: js tags: trunk) | |
|
2010-01-04
| ||
| 15:00 | Add ChangeLog to default branch as well. (check-in: c3cb23d274 user: js tags: trunk) | |
| 14:52 | Added tag 0.1.1-release for changeset 7d8fa75b6de6 (check-in: a5403e4717 user: js tags: trunk) | |
| 14:04 | Make -[readLineWithEncoding:] more fault tolerant. (check-in: 32d166557b user: js tags: trunk) | |
| 00:18 | Fix forgotten static for enumeration_mutation_handler. (check-in: c46f609578 user: js tags: trunk) | |
|
2010-01-03
| ||
| 21:08 | Implement Fast Enumeration for OFDictionary. (check-in: b110e218cb user: js tags: trunk) | |
| 21:03 | OFMutableDictionary: Add mutations counter. (check-in: 4f18e380bf user: js tags: trunk) | |
| 20:59 | Improve Fast Enumeration test. (check-in: 28543f9fd0 user: js tags: trunk) | |
| 19:38 | Throw an exception when trying to use +[dealloc]. (check-in: 5e88aed650 user: js tags: trunk) | |
| 18:48 | Check for objc_enumerationMutation and provide it if it's missing. (check-in: 2c40c95434 user: js tags: trunk) | |
| 18:39 | Check for fast enumeration support in compiler and run tests. (check-in: a2effa2a7f user: js tags: trunk) | |
| 18:28 | Implement fast enumeration for OFArray. (check-in: 45869ac8ac user: js tags: trunk) | |
| 18:14 | OFMutableArray: Add mutation counter, required for fast enumeration. (check-in: fe56ea4a9c user: js tags: trunk) | |
| 17:36 | OFMutableArray: Safer removing of objects. (check-in: 0c9d2a8ce9 user: js tags: trunk) | |
| 17:28 | Fix missing retain + autorelease on return. (check-in: 0d9f732af1 user: js tags: trunk) | |
| 17:28 | OFMutableArray: Fix out of range check for -[removeNItems:atIndex:]. (check-in: 14fe09e7fa user: js tags: trunk) | |
| 17:22 | Add OFFastEnumeration protocol and OFEnumerationMutationException. (check-in: 9a881883be user: js tags: trunk) | |
|
2010-01-02
| ||
| 18:18 | Fix a typo. (check-in: bd408f1cee user: js tags: trunk) | |
|
2009-12-30
| ||
| 13:30 |
Rename OFIterator to OFEnumerator. This way, we avoid name inconsistency when introducing fast enumeration. (check-in: b9e9dfb384 user: js tags: trunk) | |
|
2009-12-24
| ||
| 09:19 | Added tag 0.1-release for changeset 9d5a0c42ccbf (check-in: 6e1e487368 user: js tags: trunk) | |
| 09:17 | Change type of object in OFThread to id. (check-in: 77092d1160 user: js tags: trunk) | |
|
2009-12-23
| ||
| 22:38 | Some minor build improvements. (check-in: 66f00a133d user: js tags: trunk) | |
| 22:38 | Throw an exception when trying to use chown on Windows. (check-in: 6cd75d4826 user: js tags: trunk) | |
| 22:36 | Release local objects before releasing self in @catch. (check-in: d80e2fb1bc user: js tags: trunk) | |
| 22:30 | Documentation improvements. (check-in: 19ac0520ae user: js tags: trunk) | |
| 22:25 | Unicode Table Generator: Store used tables in object. (check-in: a4918da65c user: js tags: trunk) | |
|
2009-12-21
| ||
| 16:58 | Documentation improvement. (check-in: 7cae2b95fb user: js tags: trunk) | |