66 most recent check-ins related to "trunk" occurring on or after 2010-01-25 22:39:46.
More ↑
|
2010-03-15
| ||
| 01:38 | Add uintptr_t to OFNumber. (check-in: 3e2aa4cf61 user: js tags: trunk) | |
|
2010-03-14
| ||
| 12:43 | Added tag 0.2.1-release for changeset 1ea5175a9d41 (check-in: 648e6cb94c user: js tags: trunk) | |
| 12:43 | Update ChangeLog in default branch. (check-in: c9314993e3 user: js tags: trunk) | |
| 12:37 | Documentation improvements. (check-in: 40523d5535 user: js tags: trunk) | |
|
2010-03-13
| ||
| 22:27 | Add -[{and,or,xor,shiftLeft,shiftRight}:] to OFNumber. (check-in: a57d46cb3b user: js tags: trunk) | |
| 21:27 | Add tests for OFStream. (check-in: aa3e784dd8 user: js tags: trunk) | |
| 21:24 | Add global variable of_pagesize and use it to reduce code duplication. (check-in: 382ed34d40 user: js tags: trunk) | |
|
2010-03-05
| ||
| 03:21 | Let operations on OFNumbers return a new one. (check-in: 5e65237276 user: js tags: trunk) | |
| 00:04 | Improve -[hash] for OFNumbers with floats and doubles. (check-in: 5265f8d08b user: js tags: trunk) | |
|
2010-03-04
| ||
| 23:41 | Set version to 0.3-dev. (check-in: f11dc7d322 user: js tags: trunk) | |
| 23:35 | Add "make tarball". (check-in: 2267fd9439 user: js tags: trunk) | |
| 22:46 | Make it easier to change library version. (check-in: dda573f040 user: js tags: trunk) | |
| 22:35 | Add .hgignore file. (check-in: 081d33dbf0 user: js tags: trunk) | |
| 22:26 | Update .xcodeproj to include new files. (check-in: e99fed9270 user: js tags: trunk) | |
| 21:37 | GCC always defines self as struct objc_class, even for class methods. (check-in: 19890b42b2 user: js tags: trunk) | |
| 12:28 | Add +[setImplemenation:forClassMethod:] and friends. (check-in: a4b1a005b6 user: js tags: trunk) | |
|
2010-02-24
| ||
| 23:00 |
Rename -[replaceMethod:withMethodFromClass:] and friends. The rename was needed as these replace instance methods. (check-in: b156ec8284 user: js tags: trunk) | |
| 22:56 | Merge to fix wrong parent of last commit. (check-in: b190519866 user: js tags: trunk) | |
|
2010-02-20
| ||
| 14:44 | Add -[readTillDelimiter:] to OFStream and improve -[readLine]. (check-in: cb70f59a63 user: js tags: trunk) | |
|
2010-02-19
| ||
| 16:36 | Update copyright. (check-in: 42886185fd user: js tags: trunk) | |
|
2010-02-16
| ||
| 12:11 | Fix a typo. (check-in: cdea8f326d user: js tags: trunk) | |
|
2010-02-13
| ||
| 14:09 | Add tests for OFNumber. (check-in: 2d0f01d788 user: js tags: trunk) | |
| 14:07 | Fix a bug in all OFNumber operations using CALCULATE2. (check-in: d68c28b9de user: js tags: trunk) | |
|
2010-02-12
| ||
| 22:09 | Fix version in configure.ac. (check-in: 760c45b8e5 user: js tags: trunk) | |
|
2010-02-11
| ||
| 14:58 | Documentation improvements. (check-in: 72caeab860 user: js tags: trunk) | |
| 14:05 | Add of_range_t and add methods taking an of_range_t. (check-in: a7bed8325c user: js tags: trunk) | |
|
2010-02-10
| ||
| 20:30 | Documentation improvements. (check-in: 6a65366467 user: js tags: trunk) | |
|
2010-02-07
| ||
| 14:15 | Reduce #ifdefs in OFObject.m. (check-in: 623c89300a user: js tags: trunk) | |
| 14:09 | Add +[superclass] to OFObject. (check-in: 047af7a8ad user: js tags: trunk) | |
| 12:40 | Add +[arrayWithCArray:length:] to OFArray. (check-in: bf310bcc5d user: js tags: trunk) | |
|
2010-02-05
| ||
| 22:16 | Conditional imports in ObjFW.h. (check-in: a5c1129e8d user: js tags: trunk) | |
| 14:03 | Rename of_atomic_*32 to of_atomic_*_32 and add of_atomic_cmpswap_ptr. (check-in: 4e1ab53403 user: js tags: trunk) | |
| 14:00 | Small optimization for -[componentsJoinedByString:]. (check-in: 0ccbebce04 user: js tags: trunk) | |
|
2010-02-02
| ||
| 18:58 | Rename OFMacros.h to macros.h, as it's not a class. (check-in: 832188d759 user: js tags: trunk) | |
| 15:41 | Fix VERSION in objfw-config.in. (check-in: 999bfb135f user: js tags: trunk) | |
|
2010-02-01
| ||
| 18:23 | Added tag 0.2-release for changeset 966e6a383bf8 (check-in: 1d5f042ba5 user: js tags: trunk) | |
| 18:07 | Update ChangeLog to include changes of 0.2. (check-in: 3f91c686ff user: js tags: trunk) | |
| 17:11 | Improve documentation for +[arrayWithCArray:]. (check-in: 4133c5055d user: js tags: trunk) | |
| 16:29 | Retain object passed to OFThread instead of copying. (check-in: 7ebc9b62e0 user: js tags: trunk) | |
| 14:20 | More secure way to unlock spinlocks. (check-in: cb6e353487 user: js tags: trunk) | |
|
2010-01-31
| ||
| 22:05 | Small optimization. (check-in: 305317e5ea user: js tags: trunk) | |
| 21:51 | Move OFFastEnumeration protocol to OFEnumerator.h. (check-in: 8347c2ef5e user: js tags: trunk) | |
|
2010-01-30
| ||
| 21:07 | Create 0.2 branch and remove unfinished XML stuff from it. (check-in: 9a9211e963 user: js tags: 0.2) | |
| 20:54 | Remove TODO file as this is not a good way to keep track of things. (check-in: b6132938c0 user: js tags: trunk) | |
| 18:29 | Change how the Unicode table is stored. (check-in: 13f2a20288 user: js tags: trunk) | |
| 15:47 | Make OFEnumerator more general, implement it for OFArray & OFDictionary. (check-in: daae7ffbf3 user: js tags: trunk) | |
| 14:26 | Don't define methods unavailable on Windows. (check-in: c9e9ea561c user: js tags: trunk) | |
| 14:14 | Fix missing includes and typos. (check-in: 35f59c61c6 user: js tags: trunk) | |
| 13:33 | Move some stuff from OFSocket to OFTCPSocket. (check-in: fe6787bc79 user: js tags: trunk) | |
| 12:46 | Change -[retainCount] back to size_t and cast, so we keep the old API. (check-in: 2cb37ce407 user: js tags: trunk) | |
| 12:33 | Convert more macros to OF_INLINE functions. (check-in: 8acda3b3fd user: js tags: trunk) | |
| 12:00 | Only install atomic.h if atomic ops are available. (check-in: e31d209120 user: js tags: trunk) | |
| 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) | |