580 check-ins using file generators/Makefile version 193fb354a9
2014-08-06
| ||
00:04 | Use readdir_r or fall back to readdir + lock check-in: a07e980793 user: js tags: trunk | |
00:04 | Don't export (v)asprintf implementation check-in: ddbbd50e56 user: js tags: trunk | |
2014-08-05
| ||
20:35 | Update Xcode project to 6.0 check-in: 0a6d47c1d8 user: js tags: trunk | |
2014-08-01
| ||
21:01 | Update buildsys check-in: beef05d289 user: js tags: trunk | |
12:27 | Change return type for thread main check-in: 52e02c06ca user: js tags: trunk | |
2014-07-24
| ||
18:02 | Warn if configure.ac is newer than configure check-in: 0ab38200a3 user: js tags: trunk | |
2014-07-23
| ||
23:23 | OFTimer: Reschedule before executing the callback check-in: 7fa1dc3f95 user: js tags: trunk | |
23:09 | threading: Prevent possible division by zero check-in: 90f2f05c2c user: js tags: trunk | |
19:34 | threading: Get rid of warnings with old compilers check-in: 9e60532254 user: js tags: trunk | |
2014-07-19
| ||
16:27 | OFThread: Configurable priority and stack size check-in: c4f724070a user: js tags: trunk | |
16:16 | Fix MinGW32 build check-in: 083e05b444 user: js tags: trunk | |
16:16 | Add of_thread_set_name() check-in: 2c78c6570b user: js tags: trunk | |
10:47 | Split threading.m into per-platform files check-in: 8abe07a0a3 user: js tags: trunk | |
09:55 | Don't use C11's noreturn check-in: 716b1fc2b3 user: js tags: trunk | |
09:35 | Minor build system clean-ups check-in: 0278f0b43b user: js tags: trunk | |
2014-07-18
| ||
19:38 | OFFile: Small documentation improvement check-in: d20e7cbea0 user: js tags: trunk | |
13:02 | runtime/lookup.m: Minor improvement check-in: 71517b2e5d user: js tags: trunk | |
11:00 | PLATFORMS.md: Add bare metal ARM Cortex-M4 check-in: 7d763c59aa user: js tags: trunk | |
10:47 | Split threading.h into threading.m and threading.h check-in: 1da2e596af user: js tags: trunk | |
10:08 | OFApplication: Only use argv if argc > 0 check-in: c1dbf3b212 user: js tags: trunk | |
09:55 | README.md: Update Clang + ARM instructions check-in: 4494907e3f user: js tags: trunk | |
2014-07-16
| ||
17:02 | Fix check in -[OFDictionary_hashtable isEqual:] check-in: 2ecede1f96 user: js tags: trunk | |
15:16 | Coding style check-in: ff23684e9d user: js tags: trunk | |
2014-07-10
| ||
07:35 | OFHTTPClient: Minor improvements check-in: 4b8c4cac59 user: js tags: trunk | |
2014-07-07
| ||
22:28 | OFURL: Allow all RFC 1808 compatible schemes check-in: 65afbedbd4 user: js tags: trunk | |
22:05 | Add OFUnknownXMLEntityException check-in: 6e5a920567 user: js tags: trunk | |
00:50 | OFURL: Don't include the leading "/" in path check-in: d2487bc7e1 user: js tags: trunk | |
2014-07-06
| ||
11:04 | OFString+*.m: Add a few missing autorelease pools check-in: b5c8b62533 user: js tags: trunk | |
11:04 | OFString+URLEncoding.m: Better RFC 1738 compliance check-in: 2ca121fd19 user: js tags: trunk | |
2014-07-05
| ||
09:14 | OFHTTPRequest: Add -[setEntityFromString:] check-in: 5109a3e7e4 user: js tags: trunk | |
09:11 | OFHTTPClient: Defaults for Content-{Type,Length} check-in: 75c12eaf7b user: js tags: trunk | |
08:32 | OFHTTPClient: Add support for Basic Authorization check-in: 29f7a25643 user: js tags: trunk | |
2014-06-29
| ||
00:15 | tests/Makefile: Fix run-on-ios check-in: e532172adb user: js tags: trunk | |
00:15 | tests/Makefile: Remove sign-for-ios check-in: 6eb6132d28 user: js tags: trunk | |
00:10 | apple-forwarding-arm64.S: Align code to 4 bytes check-in: 31167c9816 user: js tags: trunk | |
00:09 | config.sub: Accept arm64 as an alias for aarch64 check-in: 493a06f643 user: js tags: trunk | |
2014-06-28
| ||
23:47 | Update config.guess and config.sub check-in: 4b798e411b user: js tags: trunk | |
2014-06-26
| ||
00:58 | OFNumber: Remove methods for arithmetic check-in: 366681bebe user: js tags: trunk | |
2014-06-25
| ||
21:40 | lookup-asm-sparc-elf.S: Minor improvements check-in: c7b4e05b47 user: js tags: trunk | |
17:55 | Small Android fixes check-in: 05a247fbe4 user: js tags: trunk | |
16:08 | OFNumber: OF_NUMBER_* -> OF_NUMBER_TYPE_* check-in: 0de69c8952 user: js tags: trunk | |
2014-06-23
| ||
09:39 | lookup-asm-sparc-elf.S: No new frame for ret_nil check-in: 0ec00e785f user: js tags: trunk | |
00:12 | runtime/lookup.m: Fix build with GCC check-in: 1c1064611f user: js tags: trunk | |
2014-06-21
| ||
21:43 | Move all macros from OFObject.h to macros.h check-in: 13ee56edf3 user: js tags: trunk | |
2014-06-20
| ||
10:52 | Revert 3758bd8 check-in: 1f1ef23b3f user: js tags: trunk | |
2014-06-18
| ||
13:12 | Update Unicode to 7.0 check-in: 23ac92f416 user: js tags: trunk | |
13:11 | Fix Unicode table generator check-in: 340ef20d81 user: js tags: trunk | |
12:54 | Add OFSettings check-in: 1333634935 user: js tags: trunk | |
2014-06-16
| ||
18:35 | OFINICategory: Add support for arrays check-in: 9555835784 user: js tags: trunk | |
15:06 | Make return type of -[OFArray objects] const check-in: 68d32a92c1 user: js tags: trunk | |
2014-06-14
| ||
09:44 | OFINIFile: Add support for different encodings check-in: 44de69ef31 user: js tags: trunk | |
2014-06-13
| ||
16:41 | Clean up OFINIFileTests.m check-in: 34cf1fb8c2 user: js tags: trunk | |
2014-06-12
| ||
13:43 | OFINIFile: Add support for quoted keys / values check-in: 12c5b7ee91 user: js tags: trunk | |
2014-05-31
| ||
17:57 | OFStream: Add -[hasDataInReadBuffer]. check-in: acc999a75e user: js tags: trunk | |
16:34 | Work around broken Apple libc headers check-in: dccc3ed8a9 user: js tags: trunk | |
02:16 | Better code sharing between Deflate and Deflate64 check-in: a8c62e1c0d user: js tags: trunk | |
01:46 | tests/Makefile: Symlink libobjfw.$major.dylib check-in: dc6bc8359e user: js tags: trunk | |
2014-05-29
| ||
21:27 | Work around __block being used by old glibc check-in: d1e559b643 user: js tags: trunk | |
21:13 | OFZIP: Better verbose output check-in: c095670543 user: js tags: trunk | |
2014-05-26
| ||
20:08 | OFZIP: Set permissions - if entry has any check-in: a7f9c9d4bc user: js tags: trunk | |
15:41 | OFZIPArchiveEntry: Make more properties public check-in: c1d665c395 user: js tags: trunk | |
2014-05-25
| ||
23:53 | OFZIP: Show hex dump of extra field with -vvv check-in: 240658fd6c user: js tags: trunk | |
23:42 | OFZIP: Make -x/-l, -f/-n, -v/-q mutually exclusive check-in: 5a782d2c74 user: js tags: trunk | |
23:10 | OFZIP: Fix q missing in first line of help check-in: 03db213022 user: js tags: trunk | |
22:58 | Move of_zip_archive_find_extra_field() check-in: adf754d5fc user: js tags: trunk | |
12:05 | Update buildsys check-in: eeaa49c11a user: js tags: trunk | |
2014-05-15
| ||
20:05 | Don't use -pedantic with buggy compilers check-in: 42a7135606 user: js tags: trunk | |
16:02 | configure.ac: Fix a missing \ check-in: 893cefa092 user: js tags: trunk | |
15:54 | Update buildsys check-in: 8eb6f64179 user: js tags: trunk | |
15:46 | Minor style corrections check-in: 478119cde4 user: js tags: trunk | |
15:32 | Enable -pedantic check-in: 9c0f66d49d user: js tags: trunk | |
15:32 | Work around dlsym() API not being valid C check-in: 4a2f61814f user: js tags: trunk | |
15:32 | Fix a few instances of signed vs. unsigned check-in: 7f0359ce68 user: js tags: trunk | |
15:32 | Multiple dtable / sparse array improvements check-in: 1ebb9eb7b3 user: js tags: trunk | |
15:17 | Don't declare objc_classname_to_class inline check-in: e23441b121 user: js tags: trunk | |
15:17 | Don't embed directives within macro arguments check-in: 0d37286ccb user: js tags: trunk | |
15:17 | Work around Apple's API breaking the C standard check-in: 469553637d user: js tags: trunk | |
04:07 | Don't return void expressions check-in: 3c7bf2e50c user: js tags: trunk | |
04:06 | Remove usage of empty initializer extension check-in: f178d11592 user: js tags: trunk | |
03:39 | objc_exit(): Fix the first class not being free'd check-in: 428520105b user: js tags: trunk | |
01:50 | Don't define _*_SOURCE check-in: 17be12b6e5 user: js tags: trunk | |
01:50 | Update buildsys check-in: 7b365b7a56 user: js tags: trunk | |
01:49 | OFFile: Add support for the C11 "x" modes check-in: d7728534a4 user: js tags: trunk | |
2014-05-14
| ||
21:09 | Replace @compatibility_alias with #define for NS* check-in: ac1ae59c91 user: js tags: trunk | |
20:45 | Add C11 noreturn check-in: bac91ccede user: js tags: trunk | |
20:28 | Always use __foo__ instead of foo for attributes check-in: e35b10115e user: js tags: trunk | |
20:19 | Use thread_local instead of __thread check-in: c701e89b83 user: js tags: trunk | |
18:26 | Try -std=c1x when -std=c11 is unavailable check-in: 7326a487c0 user: js tags: trunk | |
13:12 | Add a few more flags to Xcode project check-in: adaacf60ef user: js tags: trunk | |
2014-05-07
| ||
03:19 | Add atomic ops assembly implementation for PowerPC check-in: 93e23b476c user: js tags: trunk | |
02:46 | atomic.h: Minor style improvements check-in: 461e70403e user: js tags: trunk | |
2014-05-06
| ||
21:38 | Add a few OF_CONST_FUNC check-in: cbff518f16 user: js tags: trunk | |
21:37 | Update buildsys check-in: 9ca6458c5a user: js tags: trunk | |
2014-05-05
| ||
02:43 | Add OF_NO_RETURN and OF_UNREACHABLE check-in: b885b6fdfa user: js tags: trunk | |
02:13 | Check for and use __builtin_bswap{16,32,64} check-in: 2729104cf6 user: js tags: trunk | |
01:42 | atomic.h: Prefer GCC builtins over ASM check-in: a199313c53 user: js tags: trunk | |
01:08 | Improve atomics API check-in: a92844520a user: js tags: trunk | |
00:14 | Always build tests check-in: 974b1b203f user: js tags: trunk | |
2014-05-04
| ||
23:57 | Move -[setStringValue:] to OFXMLNode check-in: bb63873748 user: js tags: trunk | |
2014-05-03
| ||
22:38 | lookup-asm-ppc-*.S: Use positive rotations check-in: 6776b7bd3c user: js tags: trunk | |
12:09 | Optimize PPC lookup check-in: 4edb1e0d64 user: js tags: trunk | |
2014-05-02
| ||
22:49 | Only use SPARC assembly if __arch64__ is undefined check-in: 8b9ea05af4 user: js tags: trunk | |
21:10 | Add lookup-asm-sparc-elf.S check-in: 4c90c26c75 user: js tags: trunk | |
20:30 | tests/OFSet.m: Rename to OFSetTests.m check-in: fc1a1ccdb6 user: js tags: trunk | |
2014-04-30
| ||
22:36 | configure: Disable dladdr on NetBSD check-in: d1d0f77899 user: js tags: trunk | |
18:57 | PLATFORMS.md: Add SPARC check-in: 3decb68088 user: js tags: trunk | |
2014-04-27
| ||
19:34 | Initial Nintendo DS port check-in: cd0a632472 user: js tags: trunk | |
16:32 | Update Xcode project check-in: 81e75db3b1 user: js tags: trunk | |
2014-04-26
| ||
01:04 | Improve description for I/O related exceptions check-in: e05bd4856e user: js tags: trunk | |
01:02 | of_asprintf: Generalize some #ifdefs check-in: 1bf25c9a98 user: js tags: trunk | |
00:57 | configure: Improve warning about an old compiler check-in: 216ac1450c user: js tags: trunk | |
00:40 | Fix a few issues on LLP64 and Win64 check-in: 4e59d2692f user: js tags: trunk | |
2014-04-23
| ||
18:56 | forwarding-arm-elf.S: Add #ifdef HAVE_VFP2 check-in: dc5938cee7 user: js tags: trunk | |
2014-04-14
| ||
11:17 | configure: Move --with-wii after AC_PROG_OBJC check-in: 3bda05c293 user: js tags: trunk | |
09:37 | Fix unused variable warning with --disable-files check-in: cac74a9513 user: js tags: trunk | |
01:11 | OFString+XMLUnescaping.m: Remove code duplication check-in: f0cc196adc user: js tags: trunk | |
00:45 | Coding style check-in: 9da9b2b64c user: js tags: trunk | |
2014-04-10
| ||
00:03 | forwarding/*.S: Include config.h check-in: 9a4792a99e user: js tags: trunk | |
2014-04-08
| ||
18:48 | Partly revert 4a8704e check-in: 82b11a2992 user: js tags: trunk | |
17:01 | OFArray_adjacent: Optimize fast enumeration check-in: 4dbca9fc06 user: js tags: trunk | |
16:38 | runtime/hashtable.m: Move some code around check-in: f447af977a user: js tags: trunk | |
2014-04-06
| ||
14:40 | runtime/hashtable.m: Add support for deletion check-in: c2d9134d88 user: js tags: trunk | |
2014-03-30
| ||
00:30 | ObjFW-RT: Call +[unload] on class unregister check-in: 1ecef2d7f6 user: js tags: trunk | |
2014-03-23
| ||
00:17 | Add -Wobjc-property-synthesis check-in: 372e6283c7 user: js tags: trunk | |
00:15 | Remove -Wno-deprecated-objc-pointer-introspection check-in: f3154a74aa user: js tags: trunk | |
2014-03-22
| ||
17:56 | Generalize runtime/hashtable.m check-in: 8d930f2067 user: js tags: trunk | |
2014-03-19
| ||
18:05 | macros.h: Never define static_assert to assert check-in: 61369b9d26 user: js tags: trunk | |
2014-03-18
| ||
22:53 | OFSystemInfo: Fix compilation check-in: 8e4f4567d3 user: js tags: trunk | |
2014-03-16
| ||
22:32 | OFSystemInfo: Add +[user{Config,Data}Path] check-in: e3a2dc6180 user: js tags: trunk | |
2014-03-05
| ||
01:36 | Add OF_ROUND_UP_POW2 macro check-in: ae9f0dc0e0 user: js tags: trunk | |
00:34 | OFKernelEventObserver: Only use 1 internal socket check-in: a2f2a3289d user: js tags: trunk | |
00:31 | Move netinet/in.h include to socket.h check-in: 4de1f2a67a user: js tags: trunk | |
00:15 | OFThread.m: Fix missing define for PSP check-in: a4986b3356 user: js tags: trunk | |
00:12 | Fix compilation for Wii check-in: 54a34ebd9c user: js tags: trunk | |
00:00 | Include socket.h before socket_helpers.h check-in: f96fd9d551 user: js tags: trunk | |
2014-03-04
| ||
23:53 | resolver.m: Fix locking check-in: 898f8c7072 user: js tags: trunk | |
2014-02-28
| ||
00:41 | Make MinGW32 and MinGW-w64 happy at the same time check-in: 5ca844dd3b user: js tags: trunk | |
00:38 | threading.h: Add of_once() check-in: ba5e756264 user: js tags: trunk | |
2014-02-27
| ||
22:40 | Allow thread-unsafe getaddrinfo() with locks check-in: fae85e954f user: js tags: trunk | |
2014-02-26
| ||
18:38 | Minor style change - no functional change check-in: e67130bd2d user: js tags: trunk | |
2014-02-24
| ||
03:00 | Update buildsys check-in: 053bccb220 user: js tags: trunk | |
2014-02-23
| ||
21:04 | Increase _POSIX_C_SOURCE and _XOPEN_SOURCE check-in: 30f95ecdf5 user: js tags: trunk | |
20:43 | configure.ac: Check for buggy -Wdocumentation check-in: 42c76bff23 user: js tags: trunk | |
19:08 | Update PLATFORMS.md check-in: f02cf46fe7 user: js tags: trunk | |
18:52 | Update copyright in a few forgotten places check-in: 4e894e2d56 user: js tags: trunk | |
18:51 | Add missing #define _POSIX_C_SOURCE 199309L check-in: bfc762c6d8 user: js tags: trunk | |
17:54 | Add __attribute__((gnu_inline)) for GCC < 4.3 check-in: 7a1e2de2d4 user: js tags: trunk | |
2014-02-22
| ||
01:14 | Rename AMD64 to x86_64 check-in: 05f4b0a4f0 user: js tags: trunk | |
00:58 | PLATFORMS.md: Add Win64 and Win64 forwarding check-in: 90d8affe47 user: js tags: trunk | |
2014-02-21
| ||
17:19 | Don't use objc_initializeClassPair on OS X/PPC64 check-in: 3204ceeca0 user: js tags: trunk | |
17:17 | Cast return of sizeof() to socklen_t check-in: 3fa37632f9 user: js tags: trunk | |
17:16 | atomic.h: Fix OSAtomic on PPC64 check-in: 2b00b3cec8 user: js tags: trunk | |
01:03 | objfw-compile: Allow -m* check-in: ab64692609 user: js tags: trunk | |
01:03 | of_strdup: Add explicit cast for C++ compatibility check-in: 33676cd3a9 user: js tags: trunk | |
2014-02-20
| ||
22:30 | Only use LIBOBJFW_DEP after including buildsys.mk check-in: 314d4930d3 user: js tags: trunk | |
22:29 | Don't use __builtin_eh_return_data_regno for SjLj check-in: 65a0124f8d user: js tags: trunk | |
16:04 | Add forwardingTargetForSelector: for AMD64/Win64 check-in: 0ce296bbb5 user: js tags: trunk | |
15:40 | Restore _POSIX_C_SOURCE check-in: e30269f87e user: js tags: trunk | |
2014-02-19
| ||
14:31 | Add lookup-asm-amd64-win64.S check-in: 80ab671cf4 user: js tags: trunk | |
13:05 | lookup-asm-amd64-*: Remove useless mov check-in: 452bdb4a5f user: js tags: trunk | |
11:27 | OFEnumerator: Fix documentation confusing Clang check-in: 3f59d993a3 user: js tags: trunk | |
11:18 | Fix compilation on NetBSD check-in: a3a157e52d user: js tags: trunk | |
11:17 | OFINICategory: Add missing -[setName:] and -[name] check-in: e6ff688bf4 user: js tags: trunk | |
2014-02-18
| ||
23:02 | OFINIFileTests: Fix a warning when using Apple GCC check-in: 67225c4644 user: js tags: trunk | |
18:50 | Documentation: Show correct imports check-in: 246cfe0807 user: js tags: trunk | |
15:07 | macros.h: Add OF_ARM64_ASM define check-in: efcf24c8ba user: js tags: trunk | |
00:22 | Move around a few defines to be more consistent check-in: f9d12201f8 user: js tags: trunk | |
2014-02-17
| ||
21:38 | configure: Fix extension for OFZIP check-in: ab6e11e51e user: js tags: trunk | |
20:51 | Move OFINICategory to separate file check-in: 9d6adbf3d9 user: js tags: trunk | |
18:25 | Add OFINIFile check-in: 355e24465d user: js tags: trunk | |
2014-02-15
| ||
12:30 | ofzip: Add missing ${PROG_SUFFIX} check-in: 091c3f394c user: js tags: trunk | |
11:10 | unicode.[hm]: Fix copyright check-in: a7c7a541ce user: js tags: trunk | |
01:20 | configure: Better document --seluid24 check-in: 1ad952e9ed user: js tags: trunk | |
2014-02-13
| ||
23:26 | Use -std=c11 instead of -std=gnu11 check-in: 2f5af58573 user: js tags: trunk | |
16:29 | runtime/class.m: Better handling of Nil parameters check-in: 52c0e9f94e user: js tags: trunk | |
2014-02-12
| ||
15:45 | OFFile: Reset isAtEndOfStream on seek check-in: 0b0950c299 user: js tags: trunk | |
15:36 | Add support for SEH exceptions check-in: d7883de826 user: js tags: trunk | |
15:34 | OFApplication: Fix typo check-in: 22d45f94d0 user: js tags: trunk | |
03:17 | PLATFORMS.md: Add Windows 8.1 and MinGW-w64 check-in: 9496eea33b user: js tags: trunk | |
03:17 | OFUDPSocket: Use SOCKET on Win32 check-in: 60be8437d7 user: js tags: trunk | |
03:17 | Call FreeEnvironmentStringsW on correct pointer check-in: f82406c3fd user: js tags: trunk | |
03:17 | Fix compilation with mingw-w64 check-in: 6ba4095f05 user: js tags: trunk | |
03:17 | Fix compilation with mingw32 check-in: fab07a40ca user: js tags: trunk | |
00:10 | Fix --enable-seluid24 check-in: 17b2d32959 user: js tags: trunk | |
00:10 | Fix --disable-sockets check-in: 611838d62d user: js tags: trunk | |
00:10 | Add property introspection check-in: bb26fbe4b8 user: js tags: trunk | |
2014-02-11
| ||
14:44 | OFHTTPServer: Allow binding to port 0 check-in: 1724525754 user: js tags: trunk | |
2014-02-10
| ||
19:29 | Move OFBigDataArray out to its own files check-in: af7e24f9ab user: js tags: trunk | |
19:13 | OFDataArray: Fix double release on error in init check-in: 01fb5e6be3 user: js tags: trunk | |
19:10 | Add test for OF_JSON_REPRESENTATION_JSON5 check-in: 25b3aaf57c user: js tags: trunk | |
18:56 | OFString: Add a cast which is needed on NetBSD check-in: 66c20e115f user: js tags: trunk | |
10:46 | -[cancelAsyncRequests] documentation: Add warning check-in: 048c4912d6 user: js tags: trunk | |
2014-02-08
| ||
18:04 | Add JSON5 output option check-in: e07fa89b44 user: js tags: trunk | |
09:26 | Add -[JSONRepresentationWithOptions:] check-in: eaa612ad50 user: js tags: trunk | |
2014-02-05
| ||
09:02 | Documentation improvements check-in: e96ab3a2be user: js tags: trunk | |
2014-02-04
| ||
21:45 | OFUDPSocket: Fix documentation typo check-in: 834ee6db92 user: js tags: trunk | |
21:45 | OFUDPSocket: Conform to OFCopying check-in: f836f5e65d user: js tags: trunk | |
09:41 | OFKernelEventObserver_kqueue: Ignore EBADF check-in: 41ca862453 user: js tags: trunk | |
2014-02-03
| ||
19:11 | OFKernelEventObserver: Fix a typo check-in: 678dd1cdc7 user: js tags: trunk | |
18:29 | configure: --disable-tls -> --disable-compiler-tls check-in: 8ca9721ffe user: js tags: trunk | |
14:43 | Move socket initialization to a single place check-in: 414c87ec13 user: js tags: trunk | |
2014-01-31
| ||
13:33 | Make sure there's always an #else in abstractions check-in: 0a8dca300b user: js tags: trunk | |
13:07 | Minor fixes (missing ifdefs, etc.) check-in: 60cb25ab50 user: js tags: trunk | |
2014-01-30
| ||
22:02 | OFUDPSocket: Add async resolve / receive check-in: ff3c507941 user: js tags: trunk | |
12:26 | Rename of_tcpsocket* -> of_tcp_socket_* check-in: 7908c035e4 user: js tags: trunk | |
12:26 | Rename +[UDPSocket hostForAddress:port:] check-in: fb590316ba user: js tags: trunk | |
2014-01-29
| ||
15:59 | OFUDPSocket: Add observing check-in: c4f36e3692 user: js tags: trunk | |
15:54 | Generalize OFKernelEventObserver check-in: c694569d86 user: js tags: trunk | |
09:54 | resolver.h: Rename private to private_ for C++ check-in: dfd8e14567 user: js tags: trunk | |
2014-01-28
| ||
22:50 | Rename OFStreamObserver -> OFKernelEventObserver check-in: 96e20b8093 user: js tags: trunk | |
2014-01-27
| ||
22:01 | Add OFUDPSocket check-in: 5025cba435 user: js tags: trunk | |
12:34 | of_address_to_string: Add a way to get the port check-in: 44c595058b user: js tags: trunk | |
11:58 | Fix socket.h not being installed check-in: d4c90c0750 user: js tags: trunk | |
11:35 | Generalize forgotten socket related exceptions check-in: be1fb59dfa user: js tags: trunk | |
2014-01-26
| ||
22:38 | Move resolving functionality to resolver.m check-in: 49b1989b63 user: js tags: trunk | |
13:32 | Include unistd.h in socket_helpers.h check-in: 32ad39007a user: js tags: trunk | |
2014-01-25
| ||
19:33 | Move socket includes and helpers to separate files check-in: 81d47f4398 user: js tags: trunk | |
17:39 | Generalize stream / socket related exceptions check-in: 8d2a5052fd user: js tags: trunk | |
2014-01-23
| ||
03:37 | PLATFORMS.md: Add MIPS64 to OpenBSD check-in: 03e2ccf1e4 user: js tags: trunk | |
03:36 | PLATFORMS.md: Don't list limitations of the OS check-in: 4f31229db7 user: js tags: trunk | |
2014-01-22
| ||
02:55 | extra.mk.in: Add missing OFZIP variable. check-in: 22063057e1 user: js tags: trunk | |
2014-01-19
| ||
14:17 | Add Unicode -> Codepage 437 conversion. check-in: e66defc073 user: js tags: trunk | |
14:10 | Clean up Unicode -> * conversions. check-in: 7c26551b67 user: js tags: trunk | |
12:00 | Add lookup-asm-ppc-macho.S. check-in: d80d091b0e user: js tags: trunk | |
2014-01-18
| ||
22:27 | Disable fast enumeration for Apple GCC + ObjFW RT. check-in: 76e53b2e72 user: js tags: trunk | |
17:59 | objfw-config: Return 1 when flags are missing. check-in: 4282d03eda user: js tags: trunk | |
15:22 | apple-forwarding-ppc: Fix unknown section warning. check-in: d09f4b94f3 user: js tags: trunk | |
2014-01-17
| ||
16:41 | Move Unicode -> * conversions to separate files. check-in: a1bcdc2ff6 user: js tags: trunk | |
03:12 | Add -[OFString lossyCStringWithEncoding:]. check-in: 1b0a5cf829 user: js tags: trunk | |
2014-01-16
| ||
23:38 | Add +[OFString nativeOSEncoding]. check-in: e54c8c0368 user: js tags: trunk | |
23:09 | Add of_time_interval_t. check-in: dc31ce3d34 user: js tags: trunk | |
22:38 | PLATFORMS.md: Add SH4 to Linux. check-in: 409425c292 user: js tags: trunk | |
2014-01-15
| ||
19:06 | PLATFORMS.md: More detailed forwarding platforms. check-in: 1293a9d5d7 user: js tags: trunk | |
19:04 | forwarding: Clean up local labels. check-in: 271bfb18b3 user: js tags: trunk | |
18:53 | lookup-asm: Clean up local labels. check-in: f4cf33fee6 user: js tags: trunk | |
2014-01-14
| ||
00:56 | apple-forwarding-arm64.S: Fix two bugs. check-in: 07d8ae8c34 user: js tags: trunk | |
2014-01-13
| ||
13:28 | Remove class_isKindOfClass(). check-in: 7c0fa1fa85 user: js tags: trunk | |
2014-01-12
| ||
23:38 | Add -[superclass] to OFObject protocol. check-in: 4c6d9b7c1b user: js tags: trunk | |
2014-01-09
| ||
00:01 | Doxyfile: Add more defines. check-in: 4cf723a962 user: js tags: trunk | |
00:01 | Add --disable-files configure flag. check-in: f89edd8ed9 user: js tags: trunk | |
2014-01-05
| ||
22:31 | Change behaviour of class_getMethodImplementation. check-in: 3cd9d0ad69 user: js tags: trunk | |
2014-01-04
| ||
16:05 | Small documentation improvement. check-in: 130d06933a user: js tags: trunk | |
00:24 | Update copyright. check-in: 3b97fc3cd9 user: js tags: trunk | |
2013-12-30
| ||
13:47 | Don't enter tests/plugin twice. check-in: 72c41bbf69 user: js tags: trunk | |
2013-12-27
| ||
02:07 | Rework forwarding API and ABI. check-in: 0c332aa2d2 user: js tags: trunk | |
2013-12-25
| ||
14:34 | PLATFORMS.md: Add a section about forwarding. check-in: 5f2b90222e user: js tags: trunk | |
00:01 | Make section .ctors "aw". check-in: 3695e89467 user: js tags: trunk | |
2013-12-24
| ||
23:23 | Get rid of a stupid warning when using (old) GCC. check-in: 55c9063260 user: js tags: trunk | |
00:50 | Add forwarding for iOS/ARM64. check-in: 2566c341f3 user: js tags: trunk | |
2013-12-22
| ||
15:00 | PLATFORMS.md: Add ARM64 to iOS. check-in: d4fef32ab3 user: js tags: trunk | |
2013-12-21
| ||
12:58 | -[performSelector:]: Use the normal dispatch. check-in: 3dac86b429 user: js tags: trunk | |
01:55 | PLATFORMS.md: Specify ABI for MIPS. check-in: c885c9b73d user: js tags: trunk | |
01:37 | OFZIP: Better error reporting. check-in: e0f9c1b105 user: js tags: trunk | |
01:26 | OFZIPArchive: Better handling of invalid archives. check-in: 9e2ddb3a59 user: js tags: trunk | |
01:12 | OFZIP: Keep going after non-fatal errors. check-in: 7e6942f348 user: js tags: trunk | |
01:10 | OFZIP: Add quiet mode. check-in: 8e35da9d61 user: js tags: trunk | |
2013-12-20
| ||
00:20 | Fix make recursion for bridge. check-in: 3f3151bd81 user: js tags: trunk | |
00:14 | runtime: More consistency in the API. check-in: 2dec88a9d5 user: js tags: trunk | |
2013-12-19
| ||
22:21 | runtime: Add objc_{get,copy}ClassList(). check-in: 035fa09270 user: js tags: trunk | |
20:15 | runtime: New API for internal unregister methods. check-in: b4231b1df9 user: js tags: trunk | |
2013-12-16
| ||
03:31 | Add a few files to DISTCLEAN which were missing. check-in: ee4e1a8fac user: js tags: trunk | |
2013-12-15
| ||
18:11 | Silence a few of Clang Analyzer's false positives. check-in: d0b98b417d user: js tags: trunk | |
18:11 | Fix a few minor bugs found by the Clang Analyzer. check-in: ffe7645e3a user: js tags: trunk | |
17:57 | OFFile: Code cleanup. check-in: 09d0cd7ac5 user: js tags: trunk | |
17:56 | OFFile: Require a full path for (sym)links. check-in: feaf3faad5 user: js tags: trunk | |
17:22 | lookup-asm-mips.S: Use __MIPSE[LB]__. check-in: a2d93fd632 user: js tags: trunk | |
16:57 | configure: Add --disable-tls option. check-in: 1fb15f3fd9 user: js tags: trunk | |
16:36 | tests: Import ObjFW.h to test it. check-in: 06d5d5a774 user: js tags: trunk | |
16:31 | Fix ObjFW.h. check-in: f03942db89 user: js tags: trunk | |
14:57 | OFFile: Clean up the stat mess. check-in: ce99d76d79 user: js tags: trunk | |
14:35 | configure.ac: Move host-specific flags. check-in: 87b56ba86f user: js tags: trunk | |
14:29 | Update install-sh. check-in: f80b5d78f0 user: js tags: trunk | |
2013-12-14
| ||
11:14 | exception.m: Fix wrong type in _Unwind_Exception. check-in: a655ba9020 user: js tags: trunk | |
03:07 | configure.ac: Fix -Wcast-align check. check-in: 1d8122fbc9 user: js tags: trunk | |
02:22 | OFException: Don't redefine HAVE_DWARF_EXCEPTIONS. check-in: 60922fdb15 user: js tags: trunk | |
02:21 | Don't enter src/runtime/lookup-asm twice. check-in: f9693f45f3 user: js tags: trunk | |
2013-12-11
| ||
23:53 | Add +[OFFile moveItemAtPath:toPath:]. check-in: 260391fc1c user: js tags: trunk | |
22:26 | +[{copy,rename}ItemAtPath...]: Require full path. check-in: 242fd56445 user: js tags: trunk | |
22:19 | +[copyFileAtPath:toPath:]: Never override items. check-in: ba57490ba6 user: js tags: trunk | |
2013-12-10
| ||
17:26 | Prevent entering directories twice. check-in: 0320eee453 user: js tags: trunk | |
16:21 | OFZIP: Add dependency on libobjfw.a if necessary. check-in: 082d1f50c5 user: js tags: trunk | |
01:47 | Ignore OBJC_ZEROCOST_EXCEPTIONS on ARM. check-in: 65d8a7c8ed user: js tags: trunk | |
2013-12-09
| ||
23:35 | +[OFFile removeItemAtPath:]: Remove recursively. check-in: 3c2d173940 user: js tags: trunk | |
23:24 | +[OFFile copyFileAtPath:toPath:]: Win32 stuff. check-in: aefb143a8d user: js tags: trunk | |
22:19 | Add +[OFFile copyItemAtPath:toPath:]. check-in: 169f06e1ec user: js tags: trunk | |
22:08 | Add +[OFFile symbolicLinkExistsAtPath:]. check-in: f193f3fa8c user: js tags: trunk | |
22:07 | Fix createSymbolicLinkAtPath:withDestinationPath:. check-in: ba2b4661de user: js tags: trunk | |
2013-12-08
| ||
17:43 | Clean up OFHash and the Hashing categories. check-in: 75f2aa5096 user: js tags: trunk | |
2013-12-07
| ||
17:30 | macros.h: Add OF_BIGGEST_ALIGNMENT. check-in: fdfb2be253 user: js tags: trunk | |
16:56 | macros.h: Make sure static_assert is defined. check-in: 71ebf4e8fe user: js tags: trunk | |
16:49 | configure.ac: Use C11 if available. check-in: a6f2b8570c user: js tags: trunk | |
2013-12-06
| ||
03:07 | configure.ac: Disable features on DJGPP/DOS. check-in: 2bd1eda5fe user: js tags: trunk | |
03:06 | configure.ac: Remove -fno-objc-nonfragile-abi. check-in: 808de50cca user: js tags: trunk | |
02:36 | Add forwardingTargetForSelector: for x86/Win32. check-in: c0f224df8a user: js tags: trunk | |
02:35 | Add x86/Win32 assembly lookup implementation. check-in: b527914a91 user: js tags: trunk | |
00:52 | Add a fast path for objc_classname_to_class(). check-in: 84a724dd4b user: js tags: trunk | |
2013-12-05
| ||
21:26 | Check for iOS in configure instead of macros.h. check-in: 8602025532 user: js tags: trunk | |
17:48 | Disable OFProcess for iOS and DJGPP/DOS. check-in: 69c1ab4102 user: js tags: trunk | |
17:48 | Make coding style consistent. check-in: fa6496efc7 user: js tags: trunk | |
2013-12-01
| ||
12:12 | Make OFMapTableEnumeratorWrapper private. check-in: d7b691c402 user: js tags: trunk | |
11:51 | OFMapTable: More overflow checks. check-in: 6085d4f6a4 user: js tags: trunk | |
11:51 | OFException: Do not show <??+offset>. check-in: 353b3ba81d user: js tags: trunk | |
11:50 | Clean up the path delimiter mess. check-in: 00dbb47969 user: js tags: trunk | |
02:08 | Port to DOS/DJGPP. check-in: a0b63a8df4 user: js tags: trunk | |
00:07 | .gitignore: Add utils/ofzip.exe. check-in: 8b0c20a78c user: js tags: trunk | |
2013-11-30
| ||
20:22 | tests: Disable escape codes on Win32. check-in: 293de01ec2 user: js tags: trunk | |
19:53 | OFObject: Make _isa private. check-in: cb6a61527a user: js tags: trunk | |
19:53 | OFThread.m: Move #ifdefs. check-in: bd2389b6b8 user: js tags: trunk | |
2013-11-26
| ||
10:25 | runtime: Free runtime created selectors at exit. check-in: 0ede45ce93 user: js tags: trunk | |
2013-11-24
| ||
19:21 | OFZIPArchive: Fix a few type mismatches. check-in: f4da2cffa9 user: js tags: trunk | |
18:57 | OFString.h: Revert something that slipped in. check-in: 8486e8c42a user: js tags: trunk | |
18:49 | README.md: Fix a typo. check-in: d6488889fe user: js tags: trunk | |
17:28 | of_asprintf: Change %k to %C and %K to %S. check-in: 4b56450a24 user: js tags: trunk | |
2013-11-23
| ||
17:48 | of_asprintf: Add %K format specifier. check-in: 945ff1043d user: js tags: trunk | |
17:28 | OF(Mutable)String_UTF8: Code simplification. check-in: f177032b43 user: js tags: trunk | |
03:24 | of_asprintf: Change %C to %k. check-in: 5eada9f7b0 user: js tags: trunk | |
03:02 | of_asprintf: Don't accept length modifiers for %@. check-in: 0232e0c975 user: js tags: trunk | |
02:07 | OFZIP: Fix type mismatch. check-in: 6e61a3dc0e user: js tags: trunk | |
01:38 | Add OF_ROOT_CLASS. check-in: 48df0f966f user: js tags: trunk | |
01:27 | Add OF_UNRECOGNIZED_SELECTOR. check-in: 6e19bd47ee user: js tags: trunk | |
01:14 | Add OF_REQUIRES_SUPER. check-in: 3ab5dace83 user: js tags: trunk | |
01:12 | Add OF_INVALID_INIT_METHOD. check-in: 35dafd5c57 user: js tags: trunk | |
2013-11-22
| ||
23:27 | make tarball: Make doxygen less verbose. check-in: 430a2dac04 user: js tags: trunk | |
23:24 | runtime: Add support for non-fragile ivars. check-in: 3780f1462e user: js tags: trunk | |
23:23 | exception.m: Handle class name @id. check-in: 9b9b00c5d9 user: js tags: trunk | |
19:27 | of_asprintf: Add %C format specifier. check-in: e803913a9d user: js tags: trunk | |
18:23 | of_asprintf.m: Fix coding style. check-in: 619cced011 user: js tags: trunk | |
2013-11-20
| ||
22:06 | Make exception properties atomic. check-in: 85e8ccc3a5 user: js tags: trunk | |
20:47 | OFZIP: Explain override options. check-in: f026fdfacf user: js tags: trunk | |
20:20 | .gitignore: Add versioned .so files. check-in: 5a0b8a0cb1 user: js tags: trunk | |
2013-11-18
| ||
15:23 | OFZIP: Write files in binary mode. check-in: f6889355ee user: js tags: trunk | |
15:14 | OFZIP: Fix help not being shown. check-in: e851d0f1dd user: js tags: trunk | |
14:49 | OFZIP: Add list mode. check-in: 65730f62c5 user: js tags: trunk | |
14:31 | OFZIP: Add -f and -n option. check-in: d72f7f23e2 user: js tags: trunk | |
14:10 | OFZIP: Add missing copyright. check-in: 4504d34415 user: js tags: trunk | |
14:09 | OFZIP: Allow extracting single files. check-in: 2bd117c218 user: js tags: trunk | |
2013-11-10
| ||
00:35 | objfw-unzip -> ofzip check-in: ab0be1f3f9 user: js tags: trunk | |
2013-11-09
| ||
19:22 | Add OFOptionsParser. check-in: 4521cb6dbc user: js tags: trunk | |
2013-11-06
| ||
22:40 | objfw-unzip: Link with ${LDFLAGS_RPATH}. check-in: 04e7ac480f user: js tags: trunk | |
22:35 | Make a few implicit casts explicit. check-in: 62d1b84b30 user: js tags: trunk | |
21:11 | objfw-unzip: Add "never override" mode. check-in: 64f72315cd user: js tags: trunk | |
20:58 | OFZIPArchive: Do not sort -[entries]. check-in: be628bbb84 user: js tags: trunk | |
20:29 | Add OFDeflate64Stream. check-in: 7aef43d648 user: js tags: trunk | |
11:36 | OFZIPArchive: Add support for ZIP64. check-in: 7d11e6e4e6 user: js tags: trunk | |
2013-10-30
| ||
17:06 | OFZIPArchive: Return entries in a sorted array. check-in: 95f6035588 user: js tags: trunk | |
00:09 | OFStringTests: Fix a path test on Win32. check-in: 7561b9244e user: js tags: trunk | |
2013-10-29
| ||
23:46 | Clean up OF_ENSURE() vs. assert() a little. check-in: a427cfc86a user: js tags: trunk | |
23:37 | OFDeflateStream: Get rid of stupid GCC warnings. check-in: 2b11bca0d1 user: js tags: trunk | |
22:56 | OFDeflateStream: Fix reading uncompressed header. check-in: d1293b647a user: js tags: trunk | |
22:15 | OFDeflateStream: Fix tree construction. check-in: aee3bc12f7 user: js tags: trunk | |
18:00 | OFZIPArchive: Only check lower byte of minVersion. check-in: 1ce5d53f93 user: js tags: trunk | |
10:09 | OFDeflateStream: Minor improvements. check-in: f91dbd8975 user: js tags: trunk | |
09:55 | OFZIPArchiveEntry: More elaborate -[description]. check-in: 7d10ec24b0 user: js tags: trunk | |
09:55 | PLATFORMS.md: Add x86_64 to OpenBSD, 10.9 to OS X. check-in: c45bc07d2d user: js tags: trunk | |
09:37 | Add a missing (instancetype). check-in: 52efbc4b8f user: js tags: trunk | |
2013-10-28
| ||
15:18 | Update Xcode project to 5.0. check-in: ed3a954968 user: js tags: trunk | |
2013-10-20
| ||
11:30 | Add objfw-unzip. check-in: 0964e7d687 user: js tags: trunk | |
2013-10-10
| ||
22:18 | OFZIPArchive: Correctly handle archive comments. check-in: e2ad3ceacb user: js tags: trunk | |
21:33 | OFDeflateStream: Fix uint_fast16_t != uint16_t. check-in: 5dbf9298bd user: js tags: trunk | |
13:36 | OFZIPArchive: Add support for deflate. check-in: 53e46a8326 user: js tags: trunk | |
13:18 | Add OFDeflateStream. check-in: d83d3aa719 user: js tags: trunk | |
02:26 | OFStream: Add -[unreadFromBuffer:length:]. check-in: 138a7a1934 user: js tags: trunk | |
2013-09-30
| ||
16:11 | OFHTTPClient: Status in delegate for redirection. check-in: 6bd37697f2 user: js tags: trunk | |
16:01 | OFHTTPClient: Improve 3xx status handling. check-in: 2c075194b3 user: js tags: trunk | |
2013-09-29
| ||
20:24 | Add simple non-colored output to tests. check-in: 1b6f73dc3a user: js tags: trunk | |
19:44 | Get rid of a warning on 32-bit systems with Clang. check-in: 90de201b43 user: js tags: trunk | |
16:26 | Remove an _Unwind_DeleteException call. check-in: 6dcd43ed6c user: js tags: trunk | |
16:25 | Add missing includes. check-in: c6a65ca7a6 user: js tags: trunk | |
2013-09-28
| ||
15:25 | OFHTTP{Client,Server}: Handle all request methods. check-in: 7be34d8c40 user: js tags: trunk | |
01:50 | Improve HTTP request method handling. check-in: c76896d937 user: js tags: trunk | |
2013-09-20
| ||
10:57 | Move lookup asm files to src/runtime/lookup-asm. check-in: c4abdf467a user: js tags: trunk | |
2013-09-18
| ||
11:32 | src/Makefile: Fix missing dependencies. check-in: 98f6b989cc user: js tags: trunk | |
09:41 | Move sources for forwarding to src/forwarding. check-in: c3623fcb7b user: js tags: trunk | |
2013-09-17
| ||
17:25 | README.md: Add note about using LLVM/Clang + ARM. check-in: e0fedfc49c user: js tags: trunk | |
17:18 | PLATFORMS.md: Add Android. check-in: e70c567cdd user: js tags: trunk | |
16:51 | tests/Makefile: Add run-on-android target. check-in: c7b788abab user: js tags: trunk | |
16:12 | Work around Android bugs. check-in: c5e7dd679b user: js tags: trunk | |
14:14 | Only compare with PTHREAD_CANCELED if defined. check-in: 2ac6cc1247 user: js tags: trunk | |
13:57 | Update config.{guess,sub}. check-in: 7990726f2a user: js tags: trunk | |
2013-09-16
| ||
17:02 | Adjust stret forwarding to recent Clang change. check-in: b8e3900bef user: js tags: trunk | |
2013-09-15
| ||
21:22 | Fix a few format string length modifiers. check-in: 65d5a8f675 user: js tags: trunk | |
18:51 | OFAutoreleasePool: Free pool cache on thread exit. check-in: 29e4d00225 user: js tags: trunk | |
2013-08-25
| ||
21:16 | Add -[OFString pathExtension]. check-in: 37dc5d933f user: js tags: trunk | |
20:59 | Add -[OFString stringByDeletingPathExtension]. check-in: 0222de872b user: js tags: trunk | |
20:42 | Fix backtraces when using the Apple runtime. check-in: 0e854d19bf user: js tags: trunk | |
12:14 | Add -[OFArray componentsJoinedByString:options:]. check-in: f975b722df user: js tags: trunk | |
2013-08-22
| ||
12:38 | Fix ObjFW.h. check-in: cbe0df82d9 user: js tags: trunk | |
2013-08-20
| ||
19:03 | Only use _Unwind_Backtrace() if we have DWARF EH. check-in: 2bdac84cf3 user: js tags: trunk | |
2013-08-15
| ||
20:23 | OFZIPArchiveEntry: Export the extra field. check-in: bf0db50a84 user: js tags: trunk | |
19:00 | Move private methods into private headers. check-in: 1d7a1cbca0 user: js tags: trunk | |
18:44 | Add OF_HAVE_CLASS_EXTENSIONS. check-in: a5bfaa315b user: js tags: trunk | |
17:55 | OFZIPArchiveEntry: Add -[description]. check-in: fb8b5e652d user: js tags: trunk | |
17:43 | OFHTTPResponse: Include self in -[description]. check-in: c0616f3c1e user: js tags: trunk | |
17:40 | OFHTTPRequest: Conform to OFCopying. check-in: 7efd17523d user: js tags: trunk | |
17:39 | OFHTTPRequest: Add -[isEqual:] and -[hash]. check-in: 7cb70e45cf user: js tags: trunk | |
2013-08-14
| ||
19:30 | Rename +[archiveWithFile:] to +[archiveWithPath:]. check-in: 81f3ac43a6 user: js tags: trunk | |
19:28 | Rename -[initWith*Path:] to -[initWithPath:]. check-in: 0abd116830 user: js tags: trunk | |
19:17 | +[stringWithPath:] -> +[pathWithComponents:]. check-in: 7c4179ab9b user: js tags: trunk | |
13:18 | OFZIPArchive: Make meta data of files available. check-in: 2168071f36 user: js tags: trunk | |
2013-08-13
| ||
10:39 | Add a few more instancetypes. check-in: 73ae6fa60f user: js tags: trunk | |
2013-08-12
| ||
21:59 | OFZIPArchive: Initial implementation. check-in: 1c78b3a4db user: js tags: trunk | |
13:26 | Fix OFSeekableStream. check-in: d101b6f8b4 user: js tags: trunk | |
10:09 | Add codepage 437. check-in: 3912669d91 user: js tags: trunk | |
10:00 | Don't store the first 128 chars of an encoding. check-in: d36cf257fe user: js tags: trunk | |
2013-08-10
| ||
23:12 | Add -[OFMutableDictionary removeAllObjects]. check-in: aae02e7970 user: js tags: trunk | |
2013-08-08
| ||
23:21 | OFArray: Add forgotten ivar prefix. check-in: a3b6cca867 user: js tags: trunk | |
22:09 | Update PLATFORMS.md. check-in: 16429fcc2e user: js tags: trunk | |
22:06 | Minor TableGenerator improvement. check-in: ae193d8a00 user: js tags: trunk | |
2013-08-03
| ||
13:38 | exception.m: A few minor style improvements. check-in: 24aac72caa user: js tags: trunk | |
10:35 | Adjust TableGenerator to recent changes. check-in: 57cbfc0144 user: js tags: trunk | |
2013-08-01
| ||
23:07 | OFXMLParser: Improve handling of whitespaces. check-in: a69e13fa8d user: js tags: trunk | |
22:12 | OFXMLParser: Fix parsing of <![CDATA[x]]]>. check-in: 66cb66e6d8 user: js tags: trunk | |
18:59 | Add of_forward_stret for MIPS/ELF. check-in: d694ea89af user: js tags: trunk | |
18:53 | Add objc_msg_lookup_stret for MIPS/ELF. check-in: 5d814a5ef5 user: js tags: trunk | |
2013-07-31
| ||
22:55 | configure: Check that __thread works with PIC. check-in: 39cb0f9e7d user: js tags: trunk | |
22:54 | Add of_forward_stret for PPC/ELF. check-in: 8f337d1890 user: js tags: trunk | |
15:31 | Add objc_msg_lookup_stret for PPC/ELF. check-in: e39e55efff user: js tags: trunk | |
15:30 | Fix forwarding-ppc-elf.S. check-in: bf9c95599d user: js tags: trunk | |
2013-07-30
| ||
21:46 | Fix two typos. check-in: 1790183411 user: js tags: trunk | |
21:41 | Add forwardingTargetForSelector: for PowerPC/ELF. check-in: 9ce5b241e4 user: js tags: trunk | |
18:19 | Clean up and fix apple-forwarding-ppc.S. check-in: 89d2a3b231 user: js tags: trunk | |
2013-07-29
| ||
19:43 | Rename OFHTTPRequestReply to OFHTTPResponse. check-in: 36d0b1e2d8 user: js tags: trunk | |
19:42 | OFHTTPClient: Fix -[close] behaviour. check-in: 6ad892733b user: js tags: trunk | |
10:40 | OFHTTPClient: Remove a newline that was too much. check-in: 1cc51986a0 user: js tags: trunk | |
2013-07-28
| ||
21:07 | Replace OFTLSKey w/ +[OFThread threadDictionary]. check-in: 1eaf875a88 user: js tags: trunk | |
15:29 | Add of_forward_stret for ARM/ELF. check-in: 2b1b0f8b59 user: js tags: trunk | |
15:28 | Add objc_msg_lookup_stret for ARM/ELF. check-in: f727480860 user: js tags: trunk | |
01:12 | Add of_forward_stret for x86/ELF. check-in: 0379a04a1b user: js tags: trunk | |
01:06 | Add objc_msg_lookup_stret for x86/ELF. check-in: 3aa93c594f user: js tags: trunk | |
2013-07-27
| ||
17:38 | Fix a typo. check-in: 405731e798 user: js tags: trunk | |
2013-07-26
| ||
18:05 | Add objc_msg_lookup_stret for AMD64/Mach-O. check-in: 22eefaaadd user: js tags: trunk | |
15:21 | Add of_forward_stret for AMD64/ELF. check-in: 1a38a540aa user: js tags: trunk | |
15:21 | Add objc_msg_lookup_stret for AMD64/ELF. check-in: a56adbb68e user: js tags: trunk | |
15:21 | Add support for objc_msg_lookup_stret. check-in: 9713ad857d user: js tags: trunk | |
2013-07-25
| ||
23:21 | Forwarding: Save FP args when using MIPS/EABI. check-in: 3d98184cc2 user: js tags: trunk | |
22:54 | More -[forwardingTargetForSelector:] tests. check-in: 37ea76ea9d user: js tags: trunk | |
22:41 | Fix -[forwardingTargetForSelector:] on AMD64. check-in: a7409be2c4 user: js tags: trunk | |
00:46 | lookup-asm-*.S: Reorder functions. check-in: ad2abaf3be user: js tags: trunk | |
2013-07-24
| ||
23:05 | PLATFORMS.md: Add Linux/MIPS32. check-in: 5092bda14b user: js tags: trunk | |
23:05 | Add forwardingTargetForSelector: for MIPS/ELF. check-in: f1416bbdc2 user: js tags: trunk | |
22:56 | lookup-asm-mips-elf.S: Support PIC. check-in: 8108a32927 user: js tags: trunk | |
11:49 | Improve documentation. check-in: 7e5de0a086 user: js tags: trunk | |
2013-07-23
| ||
22:48 | Allow classes in collections requiring OFCopying. check-in: 7992490163 user: js tags: trunk | |
20:46 | configure: Fix warning about missing spinlocks. check-in: 26f6bd3396 user: js tags: trunk | |
2013-07-15
| ||
21:04 | exception.m: Fix wrong type size. check-in: 51beeb9808 user: js tags: trunk | |
00:10 | OFConstantString: _cStringLength -> unsigned int. check-in: 5171307598 user: js tags: trunk | |
2013-07-14
| ||
23:12 | configure.ac: Move h_errno / hstrerror check. check-in: 4ed4d32f48 user: js tags: trunk | |
2013-07-11
| ||
12:48 | Improve file name consistency. check-in: 8417e06951 user: js tags: trunk | |
12:33 | Use section .ctors instead of .init_array. check-in: aeb47d24b5 user: js tags: trunk | |
11:55 | Add tests for -[forwardingTargetForSelector:]. check-in: 249eda6023 user: js tags: trunk | |
10:54 | OFXMLElementBuilderTests: Use OF_ENSURE(). check-in: b91ce5dba8 user: js tags: trunk | |
01:39 | Move feature defines from macros.h to OFObject.h. check-in: 1e39c46eab user: js tags: trunk | |
01:36 | PLATFORMS.md: Add Wii and PSP. check-in: 4d5fd9f914 user: js tags: trunk | |
2013-07-10
| ||
12:33 | Get rid of a new Clang warning. check-in: 6143baaaee user: js tags: trunk | |
2013-07-09
| ||
22:17 | OFFile: Rename +[createSymbolicLinkAtPath:…]. check-in: 8e48f0d6a4 user: js tags: trunk | |
00:33 | Fix wrong include name. check-in: 12095daf4e user: js tags: trunk | |
00:20 | Add forwardingTargetForSelector: for ARM/ELF. check-in: 27daad1290 user: js tags: trunk | |
2013-07-08
| ||
22:20 | OFFile: Check arguments for nil. check-in: b4ebcc74b1 user: js tags: trunk | |
21:34 | OFNumber: Correctly handle NAN. check-in: bc2f7c2124 user: js tags: trunk | |
16:00 | Add a define to indicate forwarding stret is safe. check-in: b63feee32d user: js tags: trunk | |
15:43 | Check for ASM lookup at compile time. check-in: a4f1bd6c08 user: js tags: trunk | |
15:30 | Check for forwarding at compile time. check-in: bbabe17c4f user: js tags: trunk | |
2013-07-07
| ||
14:14 | Add forwardingTargetForSelector: for x86/ELF. check-in: 9686258014 user: js tags: trunk | |
12:53 | Fix dependency generation for .S files. check-in: 55b2494956 user: js tags: trunk | |
12:47 | Improve apple-forwarding-i386.S. check-in: e396a8e363 user: js tags: trunk | |
2013-07-06
| ||
12:50 | MIPS lookup: Let the assembler insert the nops. check-in: 8f346088f4 user: js tags: trunk | |
00:21 | Add MIPS/ELF assembly lookup implementation. check-in: 9c630f8f86 user: js tags: trunk | |
2013-07-05
| ||
20:02 | Warn if atomic ops AND spinlocks are missing. check-in: 2db4aee23f user: js tags: trunk | |
16:54 | Map WSA error codes to standard error codes. check-in: e790f0e1f0 user: js tags: trunk | |
2013-07-04
| ||
20:49 | Fix -[replaceCharactersInRange:withString:]. check-in: 4d892e0db1 user: js tags: trunk | |
14:04 | OFBlock: Initialize spinlocks in +[load]. check-in: 8fbc6b4e63 user: js tags: trunk | |
13:59 | Remove useless barriers. check-in: 0fea69d149 user: js tags: trunk | |
2013-07-03
| ||
21:29 | Check all -W flags with -Werror. check-in: c23578f03f user: js tags: trunk | |
2013-07-01
| ||
20:45 | Update buildsys. check-in: 97cabd4a82 user: js tags: trunk | |
2013-06-30
| ||
23:45 | Relink tests if libobjfw.a changed. check-in: fa9d37e581 user: js tags: trunk | |
23:25 | Document of_std{in,out,err} in OFStdIOStream. check-in: 44adc37c7b user: js tags: trunk | |
19:13 | configure: Check for dladdr(). check-in: e0f421b523 user: js tags: trunk | |
18:30 | Rename -[initWithBlock:]. check-in: a3639589d3 user: js tags: trunk | |
2013-06-28
| ||
22:56 | PSP: Make tests terminable. check-in: 54f020d139 user: js tags: trunk | |
19:55 | Fix FP endianess for universal builds. check-in: d9bd480b94 user: js tags: trunk | |
19:15 | Rename methods to prevent signature conflicts. check-in: f3654b5cc6 user: js tags: trunk | |
19:00 | configure: Use ${host_alias}- as BIN_PREFIX. check-in: 8bdc87deae user: js tags: trunk | |
18:48 | OFHTTPClient: Only retry on ECONNRESET or EPIPE. check-in: e0182a3e55 user: js tags: trunk | |
18:44 | Remove useless rethrows. check-in: ee849cd073 user: js tags: trunk | |
18:43 | Include errno in headers for exceptions using it. check-in: 3d6917fe0b user: js tags: trunk | |
2013-06-27
| ||
22:43 | Fix a configure check. check-in: f248c8f842 user: js tags: trunk | |
09:38 | Improve OFFile API. check-in: 20a5c3d547 user: js tags: trunk | |
2013-06-26
| ||
17:18 | Revive the PSP port. check-in: 530decab01 user: js tags: trunk | |
16:33 | OF(Big)DataArray: Fix capacity handling. check-in: 93755dd482 user: js tags: trunk | |
2013-06-25
| ||
20:31 | Make backtraces work with ARM EABI. check-in: 6e8777fc03 user: js tags: trunk | |
2013-06-23
| ||
21:52 | Add a few casts to make GCC happy. check-in: 6192726d32 user: js tags: trunk | |
14:15 | Improve OFAddressTranslationFailedException. check-in: 3f74e4c5df user: js tags: trunk | |
11:28 | OFAlreadyConnectedException: Make socket optional. check-in: 71f54d7bb6 user: js tags: trunk | |
2013-06-22
| ||
12:12 | Rework exceptions. check-in: 3d16a30f41 user: js tags: trunk | |
2013-06-20
| ||
08:13 | Add support for MessagePack extensions. check-in: 5ec11e8b56 user: js tags: trunk | |
2013-06-19
| ||
22:49 | Add -[OFDataArray dataArrayWithCapacity:]. check-in: 925bf9f8b1 user: js tags: trunk | |
19:14 | Implement the new MessagePack specification. check-in: cba771824e user: js tags: trunk | |
2013-06-18
| ||
21:38 | Get rid of a new Clang warning. check-in: 011cc56341 user: js tags: trunk | |
21:37 | Make more use of OF_STRING_ENCODING_NATIVE. check-in: 7c7187345a user: js tags: trunk | |
2013-06-17
| ||
09:36 | OFString: Fix standardize_path(). check-in: 379d75e1bc user: js tags: trunk | |
08:54 | Replace a few asserts with OF_ENSURE / OBJC_ERROR. check-in: dc17a614e8 user: js tags: trunk | |
08:44 | Rename -[OFDataArray readDataArrayWithSize:]. check-in: eceebefeab user: js tags: trunk | |
2013-06-16
| ||
20:03 | Split OFUnboundNamespaceException. check-in: 457e0e82af user: js tags: trunk | |
19:35 | Include line number in OFMalformedXMLException. check-in: a4fbb3dd1b user: js tags: trunk | |
2013-06-15
| ||
18:56 | configure: Improve --with-wii option. check-in: 14e7c3481f user: js tags: trunk | |
2013-06-14
| ||
22:59 | Clean up OFXMLParser a little. check-in: 568ec65e80 user: js tags: trunk | |
2013-06-13
| ||
02:03 | Don't bind to port 0 on the Wii. check-in: ca113e0145 user: js tags: trunk | |
01:59 | Try inet_addr() before gethostbyname(). check-in: 8faa16f249 user: js tags: trunk | |
2013-06-12
| ||
20:12 | OFException.m: Define _GNU_SOURCE. check-in: e4cb03d080 user: js tags: trunk | |
2013-06-11
| ||
23:33 | Initial sockets support for the Wii. check-in: ffb91daffe user: js tags: trunk | |
22:55 | Use _Unwind_Backtrace() to get a backtrace. check-in: 259f593244 user: js tags: trunk | |
2013-06-03
| ||
21:38 | OFException: Cleaner way to check architecture. check-in: 42ed7e394c user: js tags: trunk | |
15:20 | atomic.h: Fix several issues. check-in: 6b15bb229e user: js tags: trunk | |
2013-06-02
| ||
21:18 | atomic.h: Remove a useless xor. check-in: 1c7175697e user: js tags: trunk | |
2013-05-30
| ||
08:56 | OFStreamObserver: Add missing include on Win32. check-in: 3798cbd7ce user: js tags: trunk | |
2013-05-26
| ||
17:24 | OFTCPSocket.h: Explicitly import objfw-defs.h. check-in: 49b741b30e user: js tags: trunk | |
2013-05-25
| ||
11:40 | Switch back to backtrace(). check-in: f2a8bdf254 user: js tags: trunk | |
2013-05-22
| ||
21:09 | Show a backtrace for uncaught exceptions. check-in: 32230a1615 user: js tags: trunk | |
20:36 | Don't depened on execinfo.h for backtraces. check-in: a889f21180 user: js tags: trunk | |
18:45 | Import OFThread.h unconditionally. check-in: d7365be372 user: js tags: trunk | |
18:42 | Check for more socket-related headers / functions. check-in: 896084c340 user: js tags: trunk | |
2013-05-13
| ||
16:46 | Get rid of a strange ObjC++ + Win32 warning. check-in: 482454bc43 user: js tags: trunk | |
16:21 | Fix missing import. check-in: 22bcd14a08 user: js tags: trunk | |
16:12 | Get rid of a type warning on win32. check-in: 3e91cf6cef user: js tags: trunk | |
2013-05-08
| ||
20:15 | Add -[OFException backtrace]. check-in: 41716f97ed user: js tags: trunk | |
2013-05-04
| ||
12:04 | OFSet: Add -[allObjects] and -[anyObject]. check-in: d1a7509701 user: js tags: trunk | |
10:05 | OFMapTable: Minor corrections. check-in: 8a194de51c user: js tags: trunk | |
2013-05-01
| ||
21:05 | OFRunLoop: Work correctly for threads && !sockets. check-in: 56ec27cbdf user: js tags: trunk | |
20:35 | Make -[finishInitialization] thread-safe. check-in: abb7536cdd user: js tags: trunk | |
20:31 | Fix -Wcast-align check for recent Clang versions. check-in: 874faa49a7 user: js tags: trunk | |
2013-04-30
| ||
22:47 | observeWithTimeout: -> observeForTimeInterval:. check-in: ab9ad6e515 user: js tags: trunk | |
22:36 | Add -[OFCondition waitForTimeInterval:]. check-in: 8d7f5db97e user: js tags: trunk | |
22:29 | threading.h: Add of_condition_timed_wait(). check-in: e139086f33 user: js tags: trunk | |
2013-04-28
| ||
20:53 | Tests: Don't call atexit(objc_exit) on Win32. check-in: 371580cd46 user: js tags: trunk | |
2013-04-27
| ||
23:14 | asprintf: Fix a very stupid typo. check-in: 48709a6a21 user: js tags: trunk | |
23:14 | OFTCPSocket: Define _WIN32_WINNT to 0x0501. check-in: 9d3f4208d6 user: js tags: trunk | |
21:51 | OFFile: Don't use fchmod(). check-in: 06443a3ae9 user: js tags: trunk | |
17:57 | Wii: Link only tests with libwiiuse and libbte. check-in: daa4869d18 user: js tags: trunk | |
02:22 | Initial Wii port. check-in: 2713b481a1 user: js tags: trunk | |
01:26 | Add OFStdIOStream. check-in: 085bfc12a0 user: js tags: trunk | |
2013-04-26
| ||
22:32 | Check for sysconf(). check-in: 3f7dee97e8 user: js tags: trunk | |
22:25 | Better checks for functions used in OFFile. check-in: c01ed004b0 user: js tags: trunk | |
21:10 | Use nanosleep() if available. check-in: db70226153 user: js tags: trunk | |
20:40 | Make sure +[OFThread sleep*] is always available. check-in: 71d45a29d1 user: js tags: trunk | |
20:18 | Only build OFProcess if available. check-in: 9965b1550e user: js tags: trunk | |
19:42 | Make it possible to disable sockets. check-in: 590c377d8a user: js tags: trunk | |
2013-04-25
| ||
01:09 | OFSystemInfo: Fix fallback pageSize. check-in: 9c1da35543 user: js tags: trunk | |
2013-04-24
| ||
20:49 | OFThread: Fix missing underscore. check-in: 410526006b user: js tags: trunk | |
2013-04-18
| ||
19:54 | Fix --disable-threads. check-in: c1f5396016 user: js tags: trunk | |
2013-04-15
| ||
12:52 | vasprintf: Create a copy of arguments. check-in: c90e101c7c user: js tags: trunk | |
2013-04-12
| ||
07:47 | OFXMLParser: Skip BOM. check-in: 9b1f138b09 user: js tags: trunk | |
2013-04-10
| ||
20:56 | OFHTTPServer: Fix an evil typo. check-in: 9ea5f2723f user: js tags: trunk | |
16:48 | OFXMLParser: Require version in prolog. check-in: 1efd40d895 user: js tags: trunk | |
2013-04-09
| ||
22:09 | Fix incomplete of_char16_t migration. check-in: 8fe08864f8 user: js tags: trunk | |
21:37 | Simplify -[OFDictionary all{Keys,Objects}]. check-in: bff98a6244 user: js tags: trunk | |
21:35 | Add -[OFEnumerator allObjects]. check-in: 7f0e327251 user: js tags: trunk | |
18:08 | Add support for SjLj exceptions. check-in: 5eb22639e4 user: js tags: trunk | |
06:47 | Check for OBJC_NEW_PROPERTIES as a fallback. check-in: 241692d895 user: js tags: trunk | |
2013-04-07
| ||
21:21 | Fix Win32 #include hell. check-in: ec6b265428 user: js tags: trunk | |
2013-03-31
| ||
14:20 | OFTLSSocket: Add support for SNI. check-in: 2c65fa15ef user: js tags: trunk | |
10:04 | Improve OFTLSSocket protocol. check-in: b7b67d7119 user: js tags: trunk | |
2013-03-30
| ||
20:07 | Improve code readability. check-in: 57a6e8ef79 user: js tags: trunk | |
2013-03-23
| ||
19:29 | objfw-compile: Allow -F. check-in: 902d016a57 user: js tags: trunk | |
2013-03-22
| ||
18:07 | Add a cast to satisfy -Wshorten-64-to-32. check-in: 44bd6d73dc user: js tags: trunk | |
2013-03-18
| ||
13:17 | Make GCC happy again. check-in: 074f577275 user: js tags: trunk | |
2013-03-17
| ||
15:23 | Add -[OFHTTPRequestReply string]. check-in: 0a1b06a6bf user: js tags: trunk | |
2013-03-16
| ||
10:13 | Add forwardingTargetForSelector: for AMD64/ELF. check-in: 5a6cc94418 user: js tags: trunk | |
2013-03-15
| ||
17:04 | OFHTTPClient: Implement "Connection: keep-alive". check-in: c195c1f098 user: js tags: trunk | |
2013-03-14
| ||
20:20 | Tag class pointers for @compatibility_aliases. check-in: 69d9f76520 user: js tags: trunk | |
19:25 | Add a few memory barriers. check-in: 27138ee85b user: js tags: trunk | |
2013-03-13
| ||
13:31 | objfw-config: Add --arc to help. check-in: e6b08898bd user: js tags: trunk | |
11:59 | Make -[OFApplication run] private. check-in: f641274833 user: js tags: trunk | |
2013-03-12
| ||
20:10 | Document OFApplication a little more. check-in: 0d80255cc3 user: js tags: trunk | |
2013-03-09
| ||
10:07 | Save some space in the dtables. check-in: 55c399cda6 user: js tags: trunk | |
09:45 | Fix a few missing dealloc methods. check-in: b149669549 user: js tags: trunk | |
09:24 | Fix objc_exit() and add it to tests. check-in: 7baf58021d user: js tags: trunk | |
2013-03-08
| ||
23:00 | Take advantage of realloc(NULL, n) being defined. check-in: e8d6ca16e7 user: js tags: trunk | |
22:44 | Document the block types. check-in: e8473b9db8 user: js tags: trunk | |
2013-03-04
| ||
18:32 | Make old GCCs happy. check-in: 0bb3fc850a user: js tags: trunk | |
17:20 | Replace BOOL with bool. check-in: c5ef582958 user: js tags: trunk | |