ObjFW  Timeline

153 check-ins using file .github/workflows/macos-14.yml version af1606c56d

2024-05-09
19:47
Add subdir for interactive game controller tests Leaf check-in: 9e1ee38bda user: js tags: gamecontroller
19:46
OFGameController: Support for pressure sensitivity check-in: 336ecd9bdc user: js tags: gamecontroller
19:05
OFGameController: Add constants for buttons check-in: f02049612e user: js tags: gamecontroller
18:13
OFGameController: Quirks for Xbox 360 controller check-in: 978e3bfb1e user: js tags: gamecontroller
18:01
OFGameController: Add quirks for N64 controller check-in: 21c872dbb0 user: js tags: gamecontroller
17:39
OFGameController: Correctly scale axes on Linux check-in: 87fa51ae2e user: js tags: gamecontroller
15:39
OFGameController: Change API for analog sticks check-in: 5547016712 user: js tags: gamecontroller
15:24
OFGameController: Handle analog triggers on Linux check-in: 55a1492876 user: js tags: gamecontroller
15:13
OFGameController: Handle D-Pad via ABS_HAT0[XY] check-in: 4fc79b14db user: js tags: gamecontroller
15:02
Add interactive tests for OFGameController check-in: c31d8b6c37 user: js tags: gamecontroller
13:30
OFGameController: Fix Nintendo 3DS / DS check-in: 5504ee2b60 user: js tags: gamecontroller
13:10
OFGameController: Add missing import check-in: c5b37a9dd8 user: js tags: gamecontroller
12:57
OFGameController: Add support for Linux check-in: 6f20cdbd5c user: js tags: gamecontroller
10:22
Merge trunk into branch "gamecontroller" check-in: c0a80a897d user: js tags: gamecontroller
10:21
Use unsigned long for bit sets Leaf check-in: 96f946d7ad user: js tags: trunk
2024-05-05
23:07
OFGameController: Fix typos check-in: 3ef11175bc user: js tags: gamecontroller
19:56
OFGameController: Rename axis to analog stick check-in: 498a91a2a4 user: js tags: gamecontroller
19:22
OFGameController: Add support for Nintendo DS check-in: a7a6705d90 user: js tags: gamecontroller
19:04
OFStdIOStream: Add special case for column 0 check-in: 1c2fe75e6e user: js tags: trunk
18:59
Add OFGameController check-in: a0f4283e81 user: js tags: gamecontroller
12:33
Make OF_APPLICATION_DELEGATE() work with -mwindows check-in: dcea3bad47 user: js tags: trunk
12:15
Increase ObjFW library minor version check-in: ab1d9b0ecb user: js tags: trunk
09:43
Fix +[OFSystemInfo networkInterfaces] on NetBSD Leaf check-in: 6f0bb25b4e user: js tags: 1.1
09:42
Fix +[OFSystemInfo networkInterfaces] on NetBSD check-in: 9a261b4ba9 user: js tags: trunk
08:39
GitHub Actions: Load SCTP kernel module on FreeBSD check-in: ebb50f7d8f user: js tags: trunk
08:37
Fix OFSCTPSocket on FreeBSD check-in: 580e5ab656 user: js tags: trunk
00:55
Update buildsys check-in: 396d832ab9 user: js tags: trunk
00:49
+[OFPlugin pathForName:]: Add fallback to .dylib check-in: 925c67cb45 user: js tags: trunk
00:17
Update buildsys check-in: 42f939d411 user: js tags: trunk
2024-05-04
22:05
Remove Fossil's keep-glob check-in: 27788f6256 user: js tags: trunk
22:02
tests: Compress big_dictionary.msgpack with gzip check-in: 0d812d3b57 user: js tags: trunk
21:50
Use -[substring{To,From}Index:] in more places check-in: 2ba9aa1fd6 user: js tags: trunk
21:40
Only use Fossil's ignore-glob check-in: 22d28ff1f8 user: js tags: trunk
20:51
Update GitHub issue template check-in: 51917aaa94 user: js tags: trunk
20:21
OFSCTPSocket: Fix setting SCTP_UNORDERED check-in: 5f8070d792 user: js tags: trunk
20:06
Add support for SCTP sockets check-in: fef7240652 user: js tags: trunk
20:05
OFSCTPSocket: Use a dictionary for message info Closed-Leaf check-in: 0fd2b1b4c8 user: js tags: sctp
2024-05-01
23:23
OFSCTPSocket: Rename packet to message check-in: 816c13da9b user: js tags: sctp
23:14
OFSCTPSocket: Add support for packet flags check-in: c4c40e01a8 user: js tags: sctp
21:39
GitHub Actions: Install libsctp-dev on Ubuntu check-in: 3c91319201 user: js tags: sctp
21:27
Only set SCTP_RECVRCVINFO if it is defined check-in: dc5f8eb483 user: js tags: sctp
21:15
OFSCTPSocket: Add support for streams and PPID check-in: b0f8978404 user: js tags: sctp
16:47
Merge trunk into branch "sctp" check-in: 570f747545 user: js tags: sctp
15:20
Document a lot of undocumented functions & macros check-in: 5164cbc576 user: js tags: 1.1
15:19
Document a lot of undocumented functions & macros check-in: 0c3c3b6efa user: js tags: trunk
2024-04-29
23:12
Properly hide private symbols check-in: efb77e8878 user: js tags: 1.1
21:42
Properly hide private symbols check-in: f16bccc7b3 user: js tags: trunk
03:31
OFEmbeddedIRIHandler: Fix missing static check-in: 5fb890f145 user: js tags: 1.1
03:31
OFEmbeddedIRIHandler: Fix missing static check-in: cce464b94e user: js tags: trunk
2024-04-28
20:32
OFSCTPSocket: Document exceptions check-in: 7c8346a056 user: js tags: sctp
18:25
OFSCTPSocket: Return socket address bound to check-in: c34be99f15 user: js tags: sctp
18:15
Merge trunk into branch "sctp" check-in: bd2d723910 user: js tags: sctp
12:47
Skip (sym)link tests if unavailable check-in: 2ea81cb7c3 user: js tags: 1.1
12:47
Skip (sym)link tests if unavailable check-in: 523f721292 user: js tags: trunk
11:56
Workaround for OFSubprocessTests on Windows 9x check-in: 7937aed40b user: js tags: 1.1
11:56
Workaround for OFSubprocessTests on Windows 9x check-in: cd829b4336 user: js tags: trunk
08:36
Use @synchronized over OFMutex in a few places check-in: ff3a60cc12 user: js tags: trunk
2024-04-27
01:56
GitHub Actions: Replace macos-latest with macos-12 check-in: c663f94788 user: js tags: 1.1
01:55
GitHub Actions: Replace macos-latest with macos-12 check-in: 799dbd0e16 user: js tags: trunk
2024-04-24
22:52
Add SerenityOS to platform.h check-in: 4853f41b75 user: js tags: trunk
22:39
Simplify detection of exception type check-in: 8b0ab1157c user: js tags: trunk
2024-04-23
01:00
Simplify calls to objfw-embed check-in: 569a7aa657 user: js tags: trunk
2024-04-22
00:02
Merge trunk into 1.1 branch check-in: 69075d7082 user: js tags: 1.1
2024-04-21
19:55
Add missing NTAPI for RtlGenRandom check-in: f61f430bfb user: js tags: trunk
19:15
Use RtlGenRandom on Windows if available check-in: 2bcb2bd40f user: js tags: trunk
11:16
Don't use _wutime64 on Windows check-in: 7eb995ad11 user: js tags: trunk
2024-04-20
17:52
Set version to 1.1.2 check-in: 7e94534636 user: js tags: 1.1, 1.1.2-release
17:50
Update ChangeLog for 1.1.2 check-in: dca251a2b9 user: js tags: trunk
17:50
Update ChangeLog for 1.1.2 check-in: b3bd14dc06 user: js tags: 1.1
17:42
Merge trunk into 1.1 branch check-in: a7e9fd87f9 user: js tags: 1.1
14:58
forwarding: Remove now unnecessary instructions check-in: d9b2f95c24 user: js tags: trunk
2024-04-17
21:02
Fix build for Wii check-in: 32054a4a13 user: js tags: trunk
20:50
Add missing endbr / bti check-in: 171615d20a user: js tags: trunk
20:45
forwarding: Don't grow the stack twice on ARM64 check-in: 8e95cb1c77 user: js tags: trunk
2024-04-16
23:50
Don't use readdir_r check-in: c615b62ed8 user: js tags: trunk
23:18
lookup-asm-arm64-elf.S: Save one instruction check-in: 460b84b9b2 user: js tags: trunk
2024-04-14
22:59
configure: Use sed | grep instead of awk check-in: 22b11fa7e8 user: js tags: trunk
21:28
configure: Use awk to find strings in binaries check-in: 15dc72eb33 user: js tags: trunk
18:55
OFFileIRIHandler: Fix missing variable on Haiku check-in: 51dfaf9042 user: js tags: trunk
17:46
Set version to 1.1.1 check-in: 148f7f4c6b user: js tags: 1.1, 1.1.1-release
17:44
Merge trunk into 1.1 branch check-in: cbaf97fbb8 user: js tags: 1.1
17:42
Update ChangeLog for 1.1.1 check-in: 414f82bf85 user: js tags: trunk
17:29
Fix missing ${DESTDIR} check-in: d3f1b709f1 user: js tags: trunk
16:35
Update ChangeLog for 1.1 check-in: 5624e6c91d user: js tags: trunk
16:18
Merge trunk into 1.1 branch check-in: eba7f9f3d9 user: js tags: 1.1, 1.1-release
16:10
Fix a missed copyright update check-in: 4383931c76 user: js tags: trunk
15:56
utils/objfw-config: Remove trailing spaces check-in: 01f8b91c61 user: js tags: trunk
12:20
Break some long lines in Makefiles check-in: c9e223b837 user: js tags: trunk
11:54
configure: Default to no -Werror check-in: 86e618dd4a user: js tags: 1.1
11:52
src/Makefile: Include ${LIBBASES_M} check-in: 3e6d413c7b user: js tags: trunk
11:51
OFStream: Add missing newline in documentation check-in: 2d5166ab47 user: js tags: trunk
11:50
README.md: Fix indentation check-in: d3e8aa2065 user: js tags: trunk
10:17
ChangeLog: Use dots consistently check-in: 3788266d7e user: js tags: 1.1
10:10
Merge trunk into 1.1 branch check-in: 1643015adf user: js tags: 1.1
10:09
Update ChangeLog for 1.0.12 check-in: 26a4edd972 user: js tags: trunk
09:52
Update ChangeLog check-in: 17e7a7e4b7 user: js tags: 1.1
09:50
Merge trunk into 1.1 branch check-in: 9991eaba2b user: js tags: 1.1
09:48
OFMutableArray: Fix an inconsistency check-in: 3274500ffd user: js tags: trunk
09:34
GitHub Actions: Add UCRT64 to MinGW on Fedora check-in: 8523df3211 user: js tags: trunk
00:47
Remove unnecessary #include check-in: fa3529c18b user: js tags: trunk
2024-04-13
18:51
Fix some Doxygen warnings check-in: e4a7a2ec74 user: js tags: trunk
18:25
Update ChangeLog check-in: 510b2e5180 user: js tags: 1.1
12:01
Merge trunk into 1.1 branch check-in: 19adecd358 user: js tags: 1.1
09:24
Update build-aux from autoconf 2.72 check-in: 42fb361c1b user: js tags: trunk
08:52
Add STATIC_LIBS to all objfw-config files check-in: 38317aa6a3 user: js tags: trunk
08:48
objfw-config: Ensure search directories come first check-in: 9f9867c7d2 user: js tags: trunk
08:40
Add objfw-config file for ObjFWBridge check-in: 69a8da9c5d user: js tags: trunk
08:12
Add objfw-config file for ObjFWTLS check-in: f7a3b5739b user: js tags: trunk
2024-04-09
19:59
ofhttp: Don't limit setting xattr to Linux check-in: 9c9dc239ba user: js tags: trunk
19:35
OFObject: Use posix_memalign() on Solaris check-in: f6afff33eb user: js tags: trunk
2024-04-08
00:21
Don't depend on EXTATTR_NAMESPACE_NAMES on NetBSD check-in: e38777bbf2 user: js tags: trunk
2024-04-07
23:23
Add support for extended attributes on FreeBSD check-in: a19dde73d4 user: js tags: trunk
22:05
Add support for extended attributes on NetBSD check-in: 153f39636e user: js tags: trunk
2024-04-03
20:51
OFFileIRIHandler: Fix missing retain + autorelease check-in: 98e5c7dd28 user: js tags: trunk
17:50
Add support for typed extended attributes on Haiku check-in: c88d1d3054 user: js tags: trunk
02:37
Update README.md for the license change check-in: 06aecbe734 user: js tags: trunk
02:34
Fix a typo check-in: a653a058ce user: js tags: trunk
02:16
Change license to LGPLv3 only check-in: 7413a728a7 user: js tags: trunk
01:10
Implement extended attributes on Haiku check-in: 6146e60fc5 user: js tags: trunk
2024-04-02
22:05
Fix another, new linker warning on macOS check-in: 6e6bb54df3 user: js tags: trunk
21:58
Fix a linker warning on macOS check-in: a6e2670136 user: js tags: trunk
03:21
Only align OFVector4D where necessary check-in: 1af54eb2c2 user: js tags: trunk
02:22
OFLocale: Support automatic initialization check-in: e7a8f3d462 user: js tags: trunk
01:33
OFTarArchive: Fix a memory leak Closed-Leaf check-in: 9c7610b3b7 user: js tags: 1.0
01:33
OFTarArchive: Fix a memory leak check-in: ea9079b62b user: js tags: trunk
2024-04-01
21:07
Fix objfw-embed on QNX check-in: 5e128fd25e user: js tags: trunk
16:01
Define _LARGEFILE64_SOURCE to 1 check-in: fba60b6967 user: js tags: trunk
15:59
Remove #define __NO_EXT_QNX check-in: cf0effe834 user: js tags: trunk
15:46
configure: Work around non-binary-compatible grep check-in: 979e82e85f user: js tags: trunk
2024-03-31
19:45
utils/objfw-embed: Add missing license header check-in: 0a26fb51df user: js tags: trunk
2024-03-29
13:59
OFFileManager: Fix getting non-existent xattr check-in: 23cee06a0e user: js tags: 1.0
13:10
Update ChangeLog for 1.1 check-in: daf07bbfbe user: js tags: 1.1
10:58
Add more tests for -[{copy,mutableCopy,hash}] check-in: 1ef30f988c user: js tags: trunk
2024-03-28
21:01
Set version to 1.2dev check-in: cb375e3914 user: js tags: trunk
21:00
Branch for 1.1 check-in: 27115cc8f6 user: js tags: 1.1
18:29
Properly align objects on MS-DOS check-in: 5fd6d0a46d user: js tags: trunk
15:58
OFMatrix4x4: Move values to ivars check-in: 71237f1a49 user: js tags: trunk
14:33
OFStdIOStream: Handle colors properly on MS-DOS check-in: 831e85a953 user: js tags: trunk
2024-03-27
23:45
OFStdIOStream: Implement cursor movement on MS-DOS check-in: 943e9c0956 user: js tags: trunk
23:33
OFColor: Use roundf instead of nearbyintf check-in: 69931b1982 user: js tags: trunk
2024-03-23
16:43
OFMessagePackTests: Add more tests check-in: 66f22a2831 user: js tags: trunk
2024-03-17
22:41
-[objectByParsingMessagePack]: Fix signed numbers check-in: 355d3a9dc3 user: js tags: 1.0
22:40
Add OFMessagePackTests check-in: cb8e2e3fa6 user: js tags: trunk
22:40
-[objectByParsingMessagePack]: Fix signed numbers check-in: e3001a706c user: js tags: trunk
17:36
GitHub Actions: Split MSYS2 into multiple steps check-in: ded1893e80 user: js tags: 1.0
17:36
GitHub Actions: Split MSYS2 into multiple steps check-in: 34045e21d6 user: js tags: trunk
17:27
GitHub Actions: Add MinGW on Fedora check-in: aa59d36a5f user: js tags: 1.0
17:26
GitHub Actions: Add MinGW on Fedora check-in: f5f4822756 user: js tags: trunk
16:20
OFFileManagerTests: Skip symlink test on Wine check-in: fb5e45775f user: js tags: trunk
16:14
OFMutableIRI: Fix -[appendPathComponent:] check-in: 1970fcd564 user: js tags: trunk
15:57
OFSystemInfo: Add +[wineVersion] check-in: f050580b33 user: js tags: trunk
14:38
GitHub Actions: Add macos-14 check-in: 4e703f8d32 user: js tags: 1.0
14:29
GitHub Actions: Add macos-14 check-in: b6f77c627a user: js tags: trunk