ObjFW  Timeline

66 most recent check-ins related to "trunk" occurring on or after 2020-05-22 22:25:44.

More ↑
2020-06-24
22:30
OFStdIOStream: Don't use isatty() on iOS (check-in: a98ad80cd3 user: js tags: trunk)
20:53
Fix missing cast (check-in: ca3e874157 user: js tags: trunk)
17:37
OFEnumerator: Remove const from itemsPtr (check-in: 0428b0ecd2 user: js tags: trunk)
17:17
ObjFW.h: Add missing imports (check-in: 6f1f036339 user: js tags: trunk)
2020-06-21
22:15
Merge trunk into branch "amiga-library" (check-in: 39641794dd user: js tags: amiga-library)
22:12
Makefile: Add docs target (check-in: 2dd5d682eb user: js tags: trunk)
22:08
Move parameters for of_scrypt() to a struct (check-in: 63f5276b33 user: js tags: trunk)
21:30
Move parameters for of_pbkdf2() to a struct (check-in: b9641347e3 user: js tags: trunk)
17:53
Throw an exception when there is no name server (check-in: f3573582e1 user: js tags: trunk)
15:57
Ignore return value from _Unwind_RaiseException() (check-in: 0d383aeb8a user: js tags: trunk)
2020-06-20
23:11
Merge trunk into amiga-library branch (check-in: 1fbccc9a53 user: js tags: amiga-library)
15:36
Add missing documentation (check-in: 7d71c669ec user: js tags: trunk)
13:56
OFRunLoop: Make of_run_loop_mode_default const (check-in: d6709240fd user: js tags: trunk)
2020-06-16
21:46
Don't use utimes() on AmigaOS (check-in: 137dc2107d user: js tags: trunk)
2020-06-14
21:52
Merge trunk into amiga-library branch (check-in: cf40aa9c66 user: js tags: amiga-library)
19:00
.travis.yml: Remove STDOUT_SIMPLE (check-in: 141b8181c0 user: js tags: trunk)
16:07
Check thread attributes before spawning the thread (check-in: 164475afdb user: js tags: trunk)
15:50
Add a function wrapper for threads on Windows (check-in: e342aa8358 user: js tags: trunk)
15:32
Fix releasing semaphore stored in free'd memory (check-in: 903b3326e2 user: js tags: trunk)
15:30
Make threads work on Windows 98 (check-in: e16590dcb7 user: js tags: trunk)
2020-06-13
19:06
Fix "make distclean" leaving files (check-in: 2a44ff3764 user: js tags: trunk)
19:03
OFLocaleTests: Fix inconsistent output (check-in: 5f0a80bb81 user: js tags: trunk)
18:54
OFSPXSocketTests: Make async tests optional (check-in: b945f29ecf user: js tags: trunk)
17:18
OFSelectKernelEventObserver: Use of_socket_errno() (check-in: 0e3a8fbbf7 user: js tags: trunk)
2020-06-07
11:55
OFDNSResolverTests: Fix broken format string (check-in: 17bd18996f user: js tags: trunk)
11:19
configure: Also check for _Unwind_* in libgcc(_s) (check-in: ec77afb06a user: js tags: trunk)
10:14
Add .cirrus.yml file for Cirrus CI (check-in: d214ee0b06 user: js tags: trunk)
2020-06-04
22:37
extra.mk.in: Remove obsolete comment (check-in: 85288221c8 user: js tags: trunk)
22:34
Initial work to build ObjFW as Amiga .library (check-in: 5cda5efedc user: js tags: amiga-library)
22:28
Update buildsys (check-in: e5a154ef2a user: js tags: trunk)
2020-06-02
21:35
Merge support for setting mtime (and atime) (check-in: b57531df38 user: js tags: trunk)
21:32
ofarc: Set mtime of files extracted from GZIP (Closed-Leaf check-in: 582e8986cc user: js tags: set-mtime)
2020-06-01
19:31
PLATFORMS.md: Add Windows 98 SE and NT 4.0 (check-in: 97007c865f user: js tags: trunk)
18:29
README.md: Fix a weird line break (check-in: eb58561473 user: js tags: trunk)
17:16
OFFileURLHandler: Add support for setting mtime (check-in: 1273a3a39a user: js tags: set-mtime)
00:17
README.md: Add documentation section (check-in: 1d627ae293 user: js tags: trunk)
00:01
README.md: Add a "Cloning the repository" section (check-in: 4c1f7dbb1a user: js tags: trunk)
2020-05-31
23:43
README.md: Add releases section (check-in: 386e400ac6 user: js tags: trunk)
19:26
README.md: Mention the bug tracker (check-in: 5b5172abb2 user: js tags: trunk)
19:24
README.md: Add "Support and community" section (check-in: 6b0845ae68 user: js tags: trunk)
19:18
README.md: Add license section (check-in: 93d5ab825a user: js tags: trunk)
19:04
README.md: Add a small prologue (check-in: 84d53c7f10 user: js tags: trunk)
18:57
README.md: Add "What is ObjFW?" section (check-in: 55f34b8e81 user: js tags: trunk)
16:19
Merge trunk into 1.0 branch (check-in: 8d693c2d5f user: js tags: 1.0)
16:07
README.md: Adapt instructions for Fossil (check-in: b388ccc6b0 user: js tags: trunk)
16:01
README.md: Provide explicit anchors (check-in: f7f05e88b7 user: js tags: trunk)
03:37
Don't use @deprecated (check-in: c1d50ed305 user: js tags: trunk)
2020-05-30
15:33
runtime: Document all types (check-in: d65fefedc7 user: js tags: trunk)
14:35
Remove unnecessary imports of socket.h (check-in: 9e03377177 user: js tags: trunk)
2020-05-28
23:59
tests: Add the same libctru id workaround (check-in: d0ad47358c user: js tags: trunk)
23:49
Remove OFSCTPSocket, as it is not ready for 1.0 (check-in: 3ea919f393 user: js tags: 1.0)
23:45
Remove utils/ofsock, as it is not ready for 1.0 (check-in: cc7caa19be user: js tags: 1.0)
23:31
Merge trunk into 1.0 branch (check-in: 370ec3dc84 user: js tags: 1.0)
23:22
OFIPXSocket: Minor documentation fix (check-in: 2d409b0c35 user: js tags: trunk)
23:10
Use Fossil for "make tarball" (check-in: 87b501fa1c user: js tags: trunk)
22:20
Use versioned Fossil settings (check-in: ca57acd2f9 user: js tags: trunk)
21:14
Work around new libctru using id as parameter name (check-in: f4ba103dc0 user: js tags: trunk)
00:34
tests: Use simple output if we have no terminal (check-in: ef5b11edae user: js tags: trunk)
00:15
OFStdIOStream: Add -[hasTerminal] (check-in: d5eb0384c5 user: js tags: trunk)
2020-05-24
17:06
Update to Unicode 13.0 (check-in: 9c2715aaaa user: js tags: trunk)
17:02
Clean up .gitignore (check-in: b630206e06 user: js tags: trunk)
17:00
tests/objc_sync/Makefile: Adjust to recent changes (check-in: 024da6ee57 user: js tags: trunk)
16:48
Add manual tests for terminal control methods (check-in: b926426749 user: js tags: trunk)
15:54
Add terminal control methods for Windows (check-in: 40f58c637b user: js tags: trunk)
2020-05-23
16:50
.gitignore: Add .fslckout and _FOSSIL_ (check-in: 3b9d093715 user: js tags: trunk)
2020-05-22
22:25
Fix build on AmigaOS and devkitPro (check-in: f3aa57bcc6 user: js tags: trunk)
More ↓