Overview
| Comment: | Don't install OFEmbeddedIRIHandler.h |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e78254fca5b432a0563e430778af6f24 |
| User & Date: | js on 2023-03-26 13:11:37 |
| Other Links: | manifest | tags |
Context
|
2023-03-26
| ||
| 13:18 | OFEmbeddedIRIHandler: Always initialize mutex (check-in: 06c5bad0bd user: js tags: trunk) | |
| 13:11 | Don't install OFEmbeddedIRIHandler.h (check-in: e78254fca5 user: js tags: trunk) | |
|
2023-03-18
| ||
| 22:43 | OFZIPArchive: Only use data descriptor if needed (check-in: 89a51dab69 user: js tags: trunk) | |
Changes
Modified src/Makefile from [cf49f1b080] to [534f043ed9].
| ︙ | ︙ | |||
18 19 20 21 22 23 24 |
OFConstantString.m \
OFCountedSet.m \
OFData.m \
OFData+CryptographicHashing.m \
OFData+MessagePackParsing.m \
OFDate.m \
OFDictionary.m \
| < | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
OFConstantString.m \
OFCountedSet.m \
OFData.m \
OFData+CryptographicHashing.m \
OFData+MessagePackParsing.m \
OFDate.m \
OFDictionary.m \
OFEnumerator.m \
OFFileManager.m \
OFGZIPStream.m \
OFHMAC.m \
OFINICategory.m \
OFINIFile.m \
OFIRI.m \
|
| ︙ | ︙ | |||
184 185 186 187 188 189 190 191 192 193 194 195 196 197 | OFArchiveIRIHandler.m \ OFBase64.m \ OFBitSetCharacterSet.m \ OFBytesValue.m \ OFCRC16.m \ OFCRC32.m \ OFCountedMapTableSet.m \ OFHuffmanTree.m \ OFINIFileSettings.m \ OFInvertedCharacterSet.m \ OFLHADecompressingStream.m \ OFMapTableDictionary.m \ OFMapTableSet.m \ OFMutableAdjacentArray.m \ | > | 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | OFArchiveIRIHandler.m \ OFBase64.m \ OFBitSetCharacterSet.m \ OFBytesValue.m \ OFCRC16.m \ OFCRC32.m \ OFCountedMapTableSet.m \ OFEmbeddedIRIHandler.m \ OFHuffmanTree.m \ OFINIFileSettings.m \ OFInvertedCharacterSet.m \ OFLHADecompressingStream.m \ OFMapTableDictionary.m \ OFMapTableSet.m \ OFMutableAdjacentArray.m \ |
| ︙ | ︙ |