ObjFW  Check-in [4ae7fbbf52]

Overview
Comment:Don't install headers of private classes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4ae7fbbf52eceec479ca9e72623ac946ff9505ec81132ee52affab7aa842fa09
User & Date: js on 2022-08-21 12:02:46
Other Links: manifest | tags
Context
2022-08-21
19:44
Remove .cirrus.yml check-in: bef29fa48e user: js tags: trunk
12:02
Don't install headers of private classes check-in: 4ae7fbbf52 user: js tags: trunk
2022-08-20
19:01
ofhttp: Fix typo in German translation check-in: 10101b2b9d user: js tags: trunk
Changes

Modified src/Makefile from [a861e4e55d] to [95ebf9a7ba].

18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
18
19
20
21
22
23
24

25
26
27
28
29
30

31
32
33
34
35
36
37







-






-







       OFConstantString.m		\
       OFCountedSet.m			\
       OFData.m				\
       OFData+CryptographicHashing.m	\
       OFData+MessagePackParsing.m	\
       OFDate.m				\
       OFDictionary.m			\
       OFEmbeddedFileURLHandler.m	\
       OFEnumerator.m			\
       OFFileManager.m			\
       OFGZIPStream.m			\
       OFHMAC.m				\
       OFINICategory.m			\
       OFINIFile.m			\
       OFINIFileSettings.m		\
       OFInflate64Stream.m		\
       OFInflateStream.m		\
       OFInvocation.m			\
       OFLHAArchive.m			\
       OFLHAArchiveEntry.m		\
       OFList.m				\
       OFLocale.m			\
180
181
182
183
184
185
186

187

188
189
190
191
192
193
194
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194







+

+







	OFAdjacentSubarray.m		\
	OFBase64.m			\
	OFBitSetCharacterSet.m		\
	OFBytesValue.m			\
	OFCRC16.m			\
	OFCRC32.m			\
	OFCountedMapTableSet.m		\
	OFEmbeddedFileURLHandler.m	\
	OFHuffmanTree.m			\
	OFINIFileSettings.m		\
	OFInvertedCharacterSet.m	\
	OFLHADecompressingStream.m	\
	OFMapTableDictionary.m		\
	OFMapTableSet.m			\
	OFMutableAdjacentArray.m	\
	OFMutableMapTableDictionary.m	\
	OFMutableMapTableSet.m		\