ObjFW  Check-in [1483709ab2]

Overview
Comment:Add support for embedding files into binaries

Embedded files are available via the objfw-embedded: URL scheme.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1483709ab2993c9cb4060e3c88d662edb76855dae57ba7a0275c2b334448d61e
User & Date: js on 2022-08-01 21:20:54
Other Links: manifest | tags
Context
2022-08-01
21:25
tests: Remove dependency on files for a few tests check-in: 71d2ab694e user: js tags: trunk
21:20
Add support for embedding files into binaries check-in: 1483709ab2 user: js tags: trunk
2022-07-31
20:33
OFMemoryStream: Remove spurious OF_UNAVAILABLE check-in: 244a072ccf user: js tags: trunk
Changes

Modified .fossil-settings/clean-glob from [fba2645b54] to [52880493af].    [diff]

Modified .fossil-settings/ignore-glob from [a8ddbc70d8] to [f286c82d30].    [diff]

Modified .gitignore from [30dcd26802] to [c5473b5067].    [diff]

Modified src/Makefile from [d9404b9361] to [1871f1fc55].    [diff]

Added src/OFEmbeddedFileURLHandler.h version [b889d68d61].

Added src/OFEmbeddedFileURLHandler.m version [d67588543e].

Modified src/OFString.m from [05a5b5b79b] to [0292b59c78].    [diff]

Modified src/OFURL.m from [8192f78e14] to [54ccbf7591].    [diff]

Modified src/OFURLHandler.m from [0e5a95e00a] to [c3c8bcc62a].    [diff]

Modified tests/Makefile from [7038754df0] to [a81e7d8878].    [diff]

Modified tests/OFHMACTests.m from [7c5227bed5] to [bac63969c0].    [diff]

Modified tests/OFMD5HashTests.m from [6eb26d1d7b] to [66b4d11501].    [diff]

Modified tests/OFRIPEMD160HashTests.m from [4b80756e64] to [d9eb71eb42].    [diff]

Modified tests/OFSHA1HashTests.m from [f5847018f6] to [8dbe2b957f].    [diff]

Modified tests/OFSHA224HashTests.m from [f0d335ef4f] to [3be83604b4].    [diff]

Modified tests/OFSHA256HashTests.m from [2075144684] to [2658ed96c0].    [diff]

Modified tests/OFSHA384HashTests.m from [9815671ea1] to [dd9d5ffdb4].    [diff]

Modified tests/OFSHA512HashTests.m from [8ea1d53446] to [759fed7ea6].    [diff]

Modified tests/OFSerializationTests.m from [5fdb00c13b] to [8a1b6d269b].    [diff]

Modified utils/Makefile from [521b7f89ce] to [4d169fd4a2].    [diff]

Added utils/objfw-embed version [e04090f696].