Overview
| Comment: | Remove OF_DIRECT(_MEMBERS) where it was too much |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
812a46b8f6bf0a9f9362f3cc6b550cd2 |
| User & Date: | js on 2020-06-28 15:39:03 |
| Other Links: | manifest | tags |
Context
|
2020-06-29
| ||
| 21:38 | Convert all x86_64/ELF ASM files to Intel syntax (check-in: 6b34f309da user: js tags: trunk) | |
| 19:42 | runtime: Add helper functions for tagged pointers (check-in: a964d3dcb4 user: js tags: tagged-pointers) | |
|
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) | |
Changes
Modified src/OFSHA224Or256Hash.m from [86f8d9edad] to [4e2317a38c].
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - | #import "OFSecureData.h" #import "OFHashAlreadyCalculatedException.h" #import "OFOutOfRangeException.h" #define BLOCK_SIZE 64 |
| ︙ |
Modified src/OFSHA384Or512Hash.m from [d2c6b72c05] to [2e85a85b06].
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - | #import "OFSecureData.h" #import "OFHashAlreadyCalculatedException.h" #import "OFOutOfRangeException.h" #define BLOCK_SIZE 128 |
| ︙ |
Modified src/OFString.m from [bbe1776206] to [e1b9c425c7].
| ︙ | |||
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - - + - + | Class isa; } placeholder; #if defined(HAVE_STRTOF_L) || defined(HAVE_STRTOD_L) static locale_t cLocale; #endif |
| ︙ |