66 ancestors of bb73116ce2f503c8
|
2020-07-19
| ||
| 14:16 | Disable a Clang warning preventing limit checks (check-in: bb73116ce2 user: js tags: trunk) | |
| 12:00 | README.md: Update the broken Xcode versions list (check-in: 6a89f40114 user: js tags: trunk) | |
| 11:49 | OFNumber: Refactor to reduce code size (check-in: 59e1c84d30 user: js tags: trunk) | |
| 11:03 | OFNumber: Always use the smallest type that fits (check-in: 5e8cca7678 user: js tags: trunk) | |
| 09:06 | OFNumber: Use a placeholder until init is called (check-in: 025756f4e3 user: js tags: trunk) | |
| 07:16 | Add .github/FUNDING.yml (check-in: 38ae730b61 user: js tags: trunk) | |
|
2020-07-14
| ||
| 19:05 | .travis.yml: Properly abort on errors (check-in: 1c89bd8063 user: js tags: trunk) | |
|
2020-07-12
| ||
| 17:57 | Fix forwarding on SPARC/ELF for non-PIC (check-in: fc5790f20c user: js tags: trunk) | |
| 11:17 | Fix missing include for getrandom() (check-in: ed7377d854 user: js tags: trunk) | |
| 10:35 | Split of_random() into of_random{16,32,64}() (check-in: 14f05841a3 user: js tags: trunk) | |
| 10:00 | Add support for getrandom() (check-in: ba1135b0b2 user: js tags: trunk) | |
| 09:49 | Make of_random() a function (check-in: c1fe4b2b77 user: js tags: trunk) | |
|
2020-07-11
| ||
| 21:07 | .travis.yml: Re-add devkitPro builds using Docker (check-in: 28e2425585 user: js tags: trunk) | |
| 19:06 | configure: Check for vstmdb instead of fstmfdd (check-in: 168b1e2e3b user: js tags: trunk) | |
|
2020-07-09
| ||
| 00:16 | .travis.yml: Remove devkitPro builds (check-in: b9a4771366 user: js tags: trunk) | |
|
2020-07-08
| ||
| 00:03 | Fix forwarding on NetBSD/PowerPC (check-in: 1fea22809b user: js tags: trunk) | |
|
2020-07-06
| ||
| 19:10 | Update PLATFORMS.md (check-in: f87321ad31 user: js tags: trunk) | |
|
2020-07-05
| ||
| 11:08 | lookup-asm-sparc-elf.S: Fix text relocation (check-in: 777201237d user: js tags: trunk) | |
| 10:25 | Add forwardingTargetForSelector: for SPARC/ELF (check-in: 0c8a6fdf2a user: js tags: trunk) | |
|
2020-07-04
| ||
| 21:19 | tests: Use \r instead of setting cursorColumn = 0 (check-in: ba32166987 user: js tags: trunk) | |
|
2020-07-01
| ||
| 21:06 | apple-forwarding-x86_64.S: Don't use jmp short (check-in: 1a4eba3a16 user: js tags: trunk) | |
| 20:36 | .travis.yml: Install devkitPro via gdebi (check-in: 62ac2b0cad user: js tags: trunk) | |
| 20:17 | .travis.yml: Move AmigaOS/DS/3DS/Wii to Bionic (check-in: 324cf921ed user: js tags: trunk) | |
| 20:03 | .travis.yml: devkitPro keeps changing the URL... (check-in: 0362242302 user: js tags: trunk) | |
| 19:57 | Convert apple-forwarding-i386.S to Intel syntax (check-in: aa9a770184 user: js tags: trunk) | |
| 19:01 | .travis.yml: Fix .deb name for devkitPro (check-in: 44c03cae44 user: js tags: trunk) | |
| 00:49 | call-x86_64-elf.S: Fix several typos (check-in: 12a2c2d6c0 user: js tags: trunk) | |
| 00:33 | .travis.yml: Update devkitPro pacman .deb URL (check-in: 1653f80f51 user: js tags: trunk) | |
|
2020-06-30
| ||
| 23:56 | Convert call-x86_64-elf.S to Intel syntax (check-in: 71c7f864e4 user: js tags: trunk) | |
| 23:46 | Convert apple-call-x86_64.S to Intel syntax (check-in: bf1cc071e3 user: js tags: trunk) | |
| 23:31 | Convert all x86_64/Mach-O ASM to Intel syntax (check-in: 5c288708e0 user: js tags: trunk) | |
| 22:44 | Convert apple-forwarding-x86_64.S to Intel syntax (check-in: fd8b23c282 user: js tags: trunk) | |
| 20:50 | Convert all x86_64/Win64 ASM to Intel syntax (check-in: b177aa1b8b user: js tags: trunk) | |
| 19:52 | Don't use -no-integrated-as on Darwin (check-in: f4e99b94d2 user: js tags: trunk) | |
| 01:53 | Convert all x86/Win32 ASM to Intel syntax (check-in: 2630b77909 user: js tags: trunk) | |
| 01:08 | Remove unnecessary PIC from x86/Win32 ASM (check-in: 9ccac85bb4 user: js tags: trunk) | |
| 00:37 | Minor cleanup of x86/ELF ASM (check-in: b194a9a226 user: js tags: trunk) | |
| 00:11 | Make use of @PLT in x86/ELF ASM (check-in: 0b417fb86f user: js tags: trunk) | |
|
2020-06-29
| ||
| 23:14 | Convert all x86/ELF ASM files to Intel syntax (check-in: 2073a345ba user: js tags: trunk) | |
| 22:40 | Work around older Clang not supporting jmp short (check-in: d301f6fcab user: js tags: trunk) | |
| 21:38 | Convert all x86_64/ELF ASM files to Intel syntax (check-in: 6b34f309da user: js tags: trunk) | |
|
2020-06-28
| ||
| 15:39 | Remove OF_DIRECT(_MEMBERS) where it was too much (check-in: 812a46b8f6 user: js tags: trunk) | |
| 15:19 | Only use objc_direct(_members) with Apple runtime (check-in: 96b35d19c5 user: js tags: trunk) | |
| 15:03 | Use OF_DIRECT(_MEMBERS) where appropriate (check-in: b6cb3addd0 user: js tags: trunk) | |
|
2020-06-27
| ||
| 13:30 | OFXMLParser: Make private methods static functions (check-in: 218c819b39 user: js tags: trunk) | |
|
2020-06-25
| ||
| 21:51 | Add OF_DIRECT and OF_DIRECT_MEMBERS (check-in: f9236a1d6c user: js tags: trunk) | |
|
2020-06-24
| ||
| 22:34 | Correct the path for DerivedData in ignore-glob (check-in: 7aba87d1eb user: js tags: trunk) | |
| 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: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
| ||
| 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
| ||
| 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) | |