notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
objfw Portable, lightweight framework for the Objective-C language
1.0.5 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.5Version of this port present on the latest quarterly branch.
Maintainer: js@nil.im search for ports maintained by this maintainer
Port Added: 2023-09-17 15:36:46
Last Update: 2023-11-07 00:16:51
Commit Hash: be9a449
Also Listed In: lang
License: QPL GPLv2 GPLv3
WWW:
https://objfw.nil.im/
Description:
ObjFW is a highly portable, lightweight, general purpose, open source Objective-C framework with full Objective-C 2.0, blocks and ARC support, providing not only basic classes like strings, arrays and dictionaries, but also providing abstractions for OS-dependant functionality like asynchronous sockets. While a lot of the core API is similar to Foundation, it breaks with Foundation's API on purpose in many places to embrace new features which Foundation can't use completely due to its backwards compatibility. One such example are exceptions, which are a first class citizen in ObjFW and not merely to inform the programmer of his wrongdoings like in Foundation. ObjFW runs on a huge list of platforms and offers the same API on all of them so that software written using ObjFW runs on all platforms supported by ObjFW without #ifdef hells or the like. It does not only run on almost any POSIX system that supports GCC >= 4, but it also works on Windows and niche platforms like the PlayStation Portable.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1586 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/objfw-1.0.5/catalog.mk
  3. /usr/local/share/licenses/objfw-1.0.5/LICENSE
  4. /usr/local/share/licenses/objfw-1.0.5/QPL
  5. /usr/local/share/licenses/objfw-1.0.5/GPLv2
  6. /usr/local/share/licenses/objfw-1.0.5/GPLv3
  7. bin/objfw-compile
  8. bin/objfw-config
  9. bin/objfw-embed
  10. bin/objfw-new
  11. bin/ofarc
  12. bin/ofdns
  13. bin/ofhash
  14. bin/ofhttp
  15. include/ObjFW/OFAcceptSocketFailedException.h
  16. include/ObjFW/OFAllocFailedException.h
  17. include/ObjFW/OFAlreadyOpenException.h
  18. include/ObjFW/OFApplication.h
  19. include/ObjFW/OFArchiveEntry.h
  20. include/ObjFW/OFArray.h
  21. include/ObjFW/OFAtomic.h
  22. include/ObjFW/OFBindIPSocketFailedException.h
  23. include/ObjFW/OFBindSocketFailedException.h
  24. include/ObjFW/OFBindUNIXSocketFailedException.h
  25. include/ObjFW/OFBlock.h
  26. include/ObjFW/OFBroadcastConditionFailedException.h
  27. include/ObjFW/OFChangeCurrentDirectoryFailedException.h
  28. include/ObjFW/OFCharacterSet.h
  29. include/ObjFW/OFChecksumMismatchException.h
  30. include/ObjFW/OFCollection.h
  31. include/ObjFW/OFColor.h
  32. include/ObjFW/OFCondition.h
  33. include/ObjFW/OFConditionStillWaitingException.h
  34. include/ObjFW/OFConnectIPSocketFailedException.h
  35. include/ObjFW/OFConnectSocketFailedException.h
  36. include/ObjFW/OFConnectUNIXSocketFailedException.h
  37. include/ObjFW/OFConstantString.h
  38. include/ObjFW/OFCopyItemFailedException.h
  39. include/ObjFW/OFCountedSet.h
  40. include/ObjFW/OFCreateDirectoryFailedException.h
  41. include/ObjFW/OFCreateSymbolicLinkFailedException.h
  42. include/ObjFW/OFCryptographicHash.h
  43. include/ObjFW/OFDNSQuery.h
  44. include/ObjFW/OFDNSQueryFailedException.h
  45. include/ObjFW/OFDNSResolver.h
  46. include/ObjFW/OFDNSResourceRecord.h
  47. include/ObjFW/OFDNSResponse.h
  48. include/ObjFW/OFData+CryptographicHashing.h
  49. include/ObjFW/OFData+MessagePackParsing.h
  50. include/ObjFW/OFData.h
  51. include/ObjFW/OFDatagramSocket.h
  52. include/ObjFW/OFDate.h
  53. include/ObjFW/OFDictionary.h
  54. include/ObjFW/OFEnumerationMutationException.h
  55. include/ObjFW/OFEnumerator.h
  56. include/ObjFW/OFException.h
  57. include/ObjFW/OFFile.h
  58. include/ObjFW/OFFileManager.h
  59. include/ObjFW/OFGZIPStream.h
  60. include/ObjFW/OFGetCurrentDirectoryFailedException.h
  61. include/ObjFW/OFGetItemAttributesFailedException.h
  62. include/ObjFW/OFGetOptionFailedException.h
  63. include/ObjFW/OFHMAC.h
  64. include/ObjFW/OFHTTPClient.h
  65. include/ObjFW/OFHTTPCookie.h
  66. include/ObjFW/OFHTTPCookieManager.h
  67. include/ObjFW/OFHTTPRequest.h
  68. include/ObjFW/OFHTTPRequestFailedException.h
  69. include/ObjFW/OFHTTPResponse.h
  70. include/ObjFW/OFHTTPServer.h
  71. include/ObjFW/OFHashAlreadyCalculatedException.h
  72. include/ObjFW/OFHashNotCalculatedException.h
  73. include/ObjFW/OFINICategory.h
  74. include/ObjFW/OFINIFile.h
  75. include/ObjFW/OFIRI.h
  76. include/ObjFW/OFIRIHandler.h
  77. include/ObjFW/OFInflate64Stream.h
  78. include/ObjFW/OFInflateStream.h
  79. include/ObjFW/OFInitializationFailedException.h
  80. include/ObjFW/OFInvalidArgumentException.h
  81. include/ObjFW/OFInvalidEncodingException.h
  82. include/ObjFW/OFInvalidFormatException.h
  83. include/ObjFW/OFInvalidJSONException.h
  84. include/ObjFW/OFInvalidServerResponseException.h
  85. include/ObjFW/OFInvocation.h
  86. include/ObjFW/OFJSONRepresentation.h
  87. include/ObjFW/OFJoinThreadFailedException.h
  88. include/ObjFW/OFKernelEventObserver.h
  89. include/ObjFW/OFKeyValueCoding.h
  90. include/ObjFW/OFLHAArchive.h
  91. include/ObjFW/OFLHAArchiveEntry.h
  92. include/ObjFW/OFLinkItemFailedException.h
  93. include/ObjFW/OFList.h
  94. include/ObjFW/OFListenOnSocketFailedException.h
  95. include/ObjFW/OFLoadPluginFailedException.h
  96. include/ObjFW/OFLocale.h
  97. include/ObjFW/OFLockFailedException.h
  98. include/ObjFW/OFLocking.h
  99. include/ObjFW/OFMD5Hash.h
  100. include/ObjFW/OFMalformedXMLException.h
  101. include/ObjFW/OFMapTable.h
  102. include/ObjFW/OFMatrix4x4.h
  103. include/ObjFW/OFMemoryStream.h
  104. include/ObjFW/OFMessagePackExtension.h
  105. include/ObjFW/OFMessagePackRepresentation.h
  106. include/ObjFW/OFMethodSignature.h
  107. include/ObjFW/OFMoveItemFailedException.h
  108. include/ObjFW/OFMutableArchiveEntry.h
  109. include/ObjFW/OFMutableArray.h
  110. include/ObjFW/OFMutableData.h
  111. include/ObjFW/OFMutableDictionary.h
  112. include/ObjFW/OFMutableIRI.h
  113. include/ObjFW/OFMutableLHAArchiveEntry.h
  114. include/ObjFW/OFMutablePair.h
  115. include/ObjFW/OFMutableSet.h
  116. include/ObjFW/OFMutableString.h
  117. include/ObjFW/OFMutableTarArchiveEntry.h
  118. include/ObjFW/OFMutableTriple.h
  119. include/ObjFW/OFMutableZIPArchiveEntry.h
  120. include/ObjFW/OFMutex.h
  121. include/ObjFW/OFNotImplementedException.h
  122. include/ObjFW/OFNotOpenException.h
  123. include/ObjFW/OFNotification.h
  124. include/ObjFW/OFNotificationCenter.h
  125. include/ObjFW/OFNull.h
  126. include/ObjFW/OFNumber.h
  127. include/ObjFW/OFObject+KeyValueCoding.h
  128. include/ObjFW/OFObject.h
  129. include/ObjFW/OFObserveKernelEventsFailedException.h
  130. include/ObjFW/OFOnce.h
  131. include/ObjFW/OFOpenItemFailedException.h
  132. include/ObjFW/OFOptionsParser.h
  133. include/ObjFW/OFOutOfMemoryException.h
  134. include/ObjFW/OFOutOfRangeException.h
  135. include/ObjFW/OFPBKDF2.h
  136. include/ObjFW/OFPair.h
  137. include/ObjFW/OFPlainCondition.h
  138. include/ObjFW/OFPlainMutex.h
  139. include/ObjFW/OFPlainThread.h
  140. include/ObjFW/OFPlugin.h
  141. include/ObjFW/OFRIPEMD160Hash.h
  142. include/ObjFW/OFReadFailedException.h
  143. include/ObjFW/OFReadOrWriteFailedException.h
  144. include/ObjFW/OFRecursiveMutex.h
  145. include/ObjFW/OFRemoveItemFailedException.h
  146. include/ObjFW/OFResolveHostFailedException.h
  147. include/ObjFW/OFRunLoop.h
  148. include/ObjFW/OFSHA1Hash.h
  149. include/ObjFW/OFSHA224Hash.h
  150. include/ObjFW/OFSHA224Or256Hash.h
  151. include/ObjFW/OFSHA256Hash.h
  152. include/ObjFW/OFSHA384Hash.h
  153. include/ObjFW/OFSHA384Or512Hash.h
  154. include/ObjFW/OFSHA512Hash.h
  155. include/ObjFW/OFScrypt.h
  156. include/ObjFW/OFSecureData.h
  157. include/ObjFW/OFSeekFailedException.h
  158. include/ObjFW/OFSeekableStream.h
  159. include/ObjFW/OFSequencedPacketSocket.h
  160. include/ObjFW/OFSet.h
  161. include/ObjFW/OFSetItemAttributesFailedException.h
  162. include/ObjFW/OFSetOptionFailedException.h
  163. include/ObjFW/OFSettings.h
  164. include/ObjFW/OFSignalConditionFailedException.h
  165. include/ObjFW/OFSocket.h
  166. include/ObjFW/OFSortedList.h
  167. include/ObjFW/OFStartThreadFailedException.h
  168. include/ObjFW/OFStdIOStream.h
  169. include/ObjFW/OFStillLockedException.h
  170. include/ObjFW/OFStream.h
  171. include/ObjFW/OFStreamSocket.h
  172. include/ObjFW/OFString+CryptographicHashing.h
  173. include/ObjFW/OFString+JSONParsing.h
  174. include/ObjFW/OFString+PathAdditions.h
  175. include/ObjFW/OFString+PercentEncoding.h
  176. include/ObjFW/OFString+PropertyListParsing.h
  177. include/ObjFW/OFString+XMLEscaping.h
  178. include/ObjFW/OFString+XMLUnescaping.h
  179. include/ObjFW/OFString.h
  180. include/ObjFW/OFSubprocess.h
  181. include/ObjFW/OFSystemInfo+NetworkInterfaces.h
  182. include/ObjFW/OFSystemInfo.h
  183. include/ObjFW/OFTCPSocket.h
  184. include/ObjFW/OFTLSHandshakeFailedException.h
  185. include/ObjFW/OFTLSKey.h
  186. include/ObjFW/OFTLSStream.h
  187. include/ObjFW/OFTarArchive.h
  188. include/ObjFW/OFTarArchiveEntry.h
  189. include/ObjFW/OFThread.h
  190. include/ObjFW/OFThreadStillRunningException.h
  191. include/ObjFW/OFTimer.h
  192. include/ObjFW/OFTriple.h
  193. include/ObjFW/OFTruncatedDataException.h
  194. include/ObjFW/OFUDPSocket.h
  195. include/ObjFW/OFUNIXDatagramSocket.h
  196. include/ObjFW/OFUNIXStreamSocket.h
  197. include/ObjFW/OFUUID.h
  198. include/ObjFW/OFUnboundNamespaceException.h
  199. include/ObjFW/OFUnboundPrefixException.h
  200. include/ObjFW/OFUndefinedKeyException.h
  201. include/ObjFW/OFUnknownXMLEntityException.h
  202. include/ObjFW/OFUnlockFailedException.h
  203. include/ObjFW/OFUnsupportedProtocolException.h
  204. include/ObjFW/OFUnsupportedVersionException.h
  205. include/ObjFW/OFValue.h
  206. include/ObjFW/OFWaitForConditionFailedException.h
  207. include/ObjFW/OFWriteFailedException.h
  208. include/ObjFW/OFXMLAttribute.h
  209. include/ObjFW/OFXMLCDATA.h
  210. include/ObjFW/OFXMLCharacters.h
  211. include/ObjFW/OFXMLComment.h
  212. include/ObjFW/OFXMLElement.h
  213. include/ObjFW/OFXMLElementBuilder.h
  214. include/ObjFW/OFXMLNode.h
  215. include/ObjFW/OFXMLParser.h
  216. include/ObjFW/OFXMLProcessingInstruction.h
  217. include/ObjFW/OFZIPArchive.h
  218. include/ObjFW/OFZIPArchiveEntry.h
  219. include/ObjFW/ObjFW.h
  220. include/ObjFW/macros.h
  221. include/ObjFW/objfw-defs.h
  222. include/ObjFW/platform.h
  223. include/ObjFW/platform/GCC4.7/OFAtomic.h
  224. include/ObjFW/platform/GCC4/OFAtomic.h
  225. include/ObjFW/platform/PowerPC/OFAtomic.h
  226. include/ObjFW/platform/macOS/OFAtomic.h
  227. include/ObjFW/platform/x86/OFAtomic.h
  228. include/ObjFWRT/ObjFWRT.h
  229. include/ObjFWTLS/ObjFWTLS.h
  230. lib/libobjfw.so
  231. lib/libobjfw.so.1
  232. lib/libobjfw.so.1.0.2
  233. lib/libobjfwrt.so
  234. lib/libobjfwrt.so.1
  235. lib/libobjfwrt.so.1.0.0
  236. lib/libobjfwtls.so
  237. lib/libobjfwtls.so.1
  238. lib/libobjfwtls.so.1.0.1
  239. share/doc/objfw/objfw/OFASPrintF_8h_source.html
  240. share/doc/objfw/objfw/OFAcceptSocketFailedException_8h_source.html
  241. share/doc/objfw/objfw/OFActivateSandboxFailedException_8h_source.html
  242. share/doc/objfw/objfw/OFAllocFailedException_8h_source.html
  243. share/doc/objfw/objfw/OFAlreadyOpenException_8h_source.html
  244. share/doc/objfw/objfw/OFApplication_8h.html
  245. share/doc/objfw/objfw/OFApplication_8h_source.html
  246. share/doc/objfw/objfw/OFArchiveEntry_8h_source.html
  247. share/doc/objfw/objfw/OFArchiveIRIHandler_8h_source.html
  248. share/doc/objfw/objfw/OFArray_09Private_8h_source.html
  249. share/doc/objfw/objfw/OFArray_8h.html
  250. share/doc/objfw/objfw/OFArray_8h_source.html
  251. share/doc/objfw/objfw/OFAsyncIPSocketConnector_8h_source.html
  252. share/doc/objfw/objfw/OFAtomic_8h_source.html
  253. share/doc/objfw/objfw/OFBase64_8h_source.html
  254. share/doc/objfw/objfw/OFBindDDPSocketFailedException_8h_source.html
  255. share/doc/objfw/objfw/OFBindIPSocketFailedException_8h_source.html
  256. share/doc/objfw/objfw/OFBindIPXSocketFailedException_8h_source.html
  257. share/doc/objfw/objfw/OFBindSocketFailedException_8h_source.html
  258. share/doc/objfw/objfw/OFBindUNIXSocketFailedException_8h_source.html
  259. share/doc/objfw/objfw/OFBitSetCharacterSet_8h_source.html
  260. share/doc/objfw/objfw/OFBlock_8h_source.html
  261. share/doc/objfw/objfw/OFBroadcastConditionFailedException_8h_source.html
  262. share/doc/objfw/objfw/OFCRC16_8h_source.html
  263. share/doc/objfw/objfw/OFCRC32_8h_source.html
  264. share/doc/objfw/objfw/OFChangeCurrentDirectoryFailedException_8h_source.html
  265. share/doc/objfw/objfw/OFCharacterSet_8h_source.html
  266. share/doc/objfw/objfw/OFChecksumMismatchException_8h_source.html
  267. share/doc/objfw/objfw/OFCollection_8h_source.html
  268. share/doc/objfw/objfw/OFColor_8h_source.html
  269. share/doc/objfw/objfw/OFConcreteArray_8h_source.html
  270. share/doc/objfw/objfw/OFConcreteColor_8h_source.html
  271. share/doc/objfw/objfw/OFConcreteCountedSet_8h_source.html
  272. share/doc/objfw/objfw/OFConcreteData_8h_source.html
  273. share/doc/objfw/objfw/OFConcreteDate_8h_source.html
  274. share/doc/objfw/objfw/OFConcreteDictionary_8h_source.html
  275. share/doc/objfw/objfw/OFConcreteMutableArray_8h_source.html
  276. share/doc/objfw/objfw/OFConcreteMutableData_8h_source.html
  277. share/doc/objfw/objfw/OFConcreteMutableDictionary_8h_source.html
  278. share/doc/objfw/objfw/OFConcreteMutableSet_8h_source.html
  279. share/doc/objfw/objfw/OFConcreteNumber_8h_source.html
  280. share/doc/objfw/objfw/OFConcreteSet_8h_source.html
  281. share/doc/objfw/objfw/OFConcreteSubarray_8h_source.html
  282. share/doc/objfw/objfw/OFConcreteValue_8h_source.html
  283. share/doc/objfw/objfw/OFConditionStillWaitingException_8h_source.html
  284. share/doc/objfw/objfw/OFCondition_8h_source.html
  285. share/doc/objfw/objfw/OFConnectIPSocketFailedException_8h_source.html
  286. share/doc/objfw/objfw/OFConnectSPXSocketFailedException_8h_source.html
  287. share/doc/objfw/objfw/OFConnectSocketFailedException_8h_source.html
  288. share/doc/objfw/objfw/OFConnectUNIXSocketFailedException_8h_source.html
  289. share/doc/objfw/objfw/OFConstantString_8h_source.html
  290. share/doc/objfw/objfw/OFCopyItemFailedException_8h_source.html
  291. share/doc/objfw/objfw/OFCountedSet_8h.html
  292. share/doc/objfw/objfw/OFCountedSet_8h_source.html
  293. share/doc/objfw/objfw/OFCreateDirectoryFailedException_8h_source.html
  294. share/doc/objfw/objfw/OFCreateSymbolicLinkFailedException_8h_source.html
  295. share/doc/objfw/objfw/OFCreateWindowsRegistryKeyFailedException_8h_source.html
  296. share/doc/objfw/objfw/OFCryptographicHash_8h_source.html
  297. share/doc/objfw/objfw/OFDDPSocket_8h_source.html
  298. share/doc/objfw/objfw/OFDNSQueryFailedException_8h_source.html
  299. share/doc/objfw/objfw/OFDNSQuery_8h_source.html
  300. share/doc/objfw/objfw/OFDNSResolverSettings_8h_source.html
  301. share/doc/objfw/objfw/OFDNSResolver_8h_source.html
  302. share/doc/objfw/objfw/OFDNSResourceRecord_8h.html
  303. share/doc/objfw/objfw/OFDNSResourceRecord_8h_source.html
  304. share/doc/objfw/objfw/OFDNSResponse_8h_source.html
  305. share/doc/objfw/objfw/OFData_09CryptographicHashing_8h_source.html
  306. share/doc/objfw/objfw/OFData_09MessagePackParsing_8h_source.html
  307. share/doc/objfw/objfw/OFData_8h.html
  308. share/doc/objfw/objfw/OFData_8h_source.html
  309. share/doc/objfw/objfw/OFDatagramSocket_8h.html
  310. share/doc/objfw/objfw/OFDatagramSocket_8h_source.html
  311. share/doc/objfw/objfw/OFDate_8h_source.html
  312. share/doc/objfw/objfw/OFDeleteWindowsRegistryKeyFailedException_8h_source.html
  313. share/doc/objfw/objfw/OFDeleteWindowsRegistryValueFailedException_8h_source.html
  314. share/doc/objfw/objfw/OFDictionary_8h_source.html
  315. share/doc/objfw/objfw/OFEmbeddedIRIHandler_8h_source.html
  316. share/doc/objfw/objfw/OFEnumerationMutationException_8h_source.html
  317. share/doc/objfw/objfw/OFEnumerator_8h_source.html
  318. share/doc/objfw/objfw/OFEpollKernelEventObserver_8h_source.html
  319. share/doc/objfw/objfw/OFException_8h_source.html
  320. share/doc/objfw/objfw/OFFileIRIHandler_8h_source.html
  321. share/doc/objfw/objfw/OFFileManager_8h.html
  322. share/doc/objfw/objfw/OFFileManager_8h_source.html
  323. share/doc/objfw/objfw/OFFile_8h_source.html
  324. share/doc/objfw/objfw/OFGZIPStream_8h_source.html
  325. share/doc/objfw/objfw/OFGetCurrentDirectoryFailedException_8h_source.html
  326. share/doc/objfw/objfw/OFGetItemAttributesFailedException_8h_source.html
  327. share/doc/objfw/objfw/OFGetOptionFailedException_8h_source.html
  328. share/doc/objfw/objfw/OFGetWindowsRegistryValueFailedException_8h_source.html
  329. share/doc/objfw/objfw/OFHMAC_8h_source.html
  330. share/doc/objfw/objfw/OFHTTPClient_8h_source.html
  331. share/doc/objfw/objfw/OFHTTPCookieManager_8h_source.html
  332. share/doc/objfw/objfw/OFHTTPCookie_8h_source.html
  333. share/doc/objfw/objfw/OFHTTPIRIHandler_8h_source.html
  334. share/doc/objfw/objfw/OFHTTPRequestFailedException_8h_source.html
  335. share/doc/objfw/objfw/OFHTTPRequest_8h.html
  336. share/doc/objfw/objfw/OFHTTPRequest_8h_source.html
  337. share/doc/objfw/objfw/OFHTTPResponse_8h_source.html
  338. share/doc/objfw/objfw/OFHTTPServer_8h_source.html
  339. share/doc/objfw/objfw/OFHashAlreadyCalculatedException_8h_source.html
  340. share/doc/objfw/objfw/OFHashNotCalculatedException_8h_source.html
  341. share/doc/objfw/objfw/OFHostAddressResolver_8h_source.html
  342. share/doc/objfw/objfw/OFHuffmanTree_8h_source.html
  343. share/doc/objfw/objfw/OFINICategory_09Private_8h_source.html
  344. share/doc/objfw/objfw/OFINICategory_8h_source.html
  345. share/doc/objfw/objfw/OFINIFileSettings_8h_source.html
  346. share/doc/objfw/objfw/OFINIFile_8h_source.html
  347. share/doc/objfw/objfw/OFIPXSocket_8h_source.html
  348. share/doc/objfw/objfw/OFIRIHandler_8h_source.html
  349. share/doc/objfw/objfw/OFIRI_09Private_8h_source.html
  350. share/doc/objfw/objfw/OFIRI_8h_source.html
  351. share/doc/objfw/objfw/OFInflate64Stream_8h_source.html
  352. share/doc/objfw/objfw/OFInflateStream_8h_source.html
  353. share/doc/objfw/objfw/OFInitializationFailedException_8h_source.html
  354. share/doc/objfw/objfw/OFInvalidArgumentException_8h_source.html
  355. share/doc/objfw/objfw/OFInvalidEncodingException_8h_source.html
  356. share/doc/objfw/objfw/OFInvalidFormatException_8h_source.html
  357. share/doc/objfw/objfw/OFInvalidJSONException_8h_source.html
  358. share/doc/objfw/objfw/OFInvalidServerResponseException_8h_source.html
  359. share/doc/objfw/objfw/OFInvertedCharacterSet_8h_source.html
  360. share/doc/objfw/objfw/OFInvocation_8h_source.html
  361. share/doc/objfw/objfw/OFJSONRepresentation_8h_source.html
  362. share/doc/objfw/objfw/OFJoinThreadFailedException_8h_source.html
  363. share/doc/objfw/objfw/OFKernelEventObserver_8h_source.html
  364. share/doc/objfw/objfw/OFKeyValueCoding_8h_source.html
  365. share/doc/objfw/objfw/OFKqueueKernelEventObserver_8h_source.html
  366. share/doc/objfw/objfw/OFLHAArchiveEntry_09Private_8h_source.html
  367. share/doc/objfw/objfw/OFLHAArchiveEntry_8h_source.html
  368. share/doc/objfw/objfw/OFLHAArchive_8h_source.html
  369. share/doc/objfw/objfw/OFLHADecompressingStream_8h_source.html
  370. share/doc/objfw/objfw/OFLinkItemFailedException_8h_source.html
  371. share/doc/objfw/objfw/OFList_8h.html
  372. share/doc/objfw/objfw/OFList_8h_source.html
  373. share/doc/objfw/objfw/OFListenOnSocketFailedException_8h_source.html
  374. share/doc/objfw/objfw/OFLoadPluginFailedException_8h_source.html
  375. share/doc/objfw/objfw/OFLocale_8h.html
  376. share/doc/objfw/objfw/OFLocale_8h_source.html
  377. share/doc/objfw/objfw/OFLockFailedException_8h_source.html
  378. share/doc/objfw/objfw/OFLocking_8h_source.html
  379. share/doc/objfw/objfw/OFMD5Hash_8h_source.html
  380. share/doc/objfw/objfw/OFMalformedXMLException_8h_source.html
  381. share/doc/objfw/objfw/OFMapTable_09Private_8h_source.html
  382. share/doc/objfw/objfw/OFMapTable_8h.html
  383. share/doc/objfw/objfw/OFMapTable_8h_source.html
  384. share/doc/objfw/objfw/OFMatrix4x4_8h_source.html
  385. share/doc/objfw/objfw/OFMemoryStream_8h_source.html
  386. share/doc/objfw/objfw/OFMessagePackExtension_8h_source.html
  387. share/doc/objfw/objfw/OFMessagePackRepresentation_8h_source.html
  388. share/doc/objfw/objfw/OFMethodSignature_8h_source.html
  389. share/doc/objfw/objfw/OFMoveItemFailedException_8h_source.html
  390. share/doc/objfw/objfw/OFMutableArchiveEntry_8h_source.html
  391. share/doc/objfw/objfw/OFMutableArray_8h.html
  392. share/doc/objfw/objfw/OFMutableArray_8h_source.html
  393. share/doc/objfw/objfw/OFMutableData_8h_source.html
  394. share/doc/objfw/objfw/OFMutableDictionary_8h.html
  395. share/doc/objfw/objfw/OFMutableDictionary_8h_source.html
  396. share/doc/objfw/objfw/OFMutableIRI_8h_source.html
  397. share/doc/objfw/objfw/OFMutableLHAArchiveEntry_8h_source.html
  398. share/doc/objfw/objfw/OFMutablePair_8h_source.html
  399. share/doc/objfw/objfw/OFMutableSet_8h_source.html
  400. share/doc/objfw/objfw/OFMutableString_8h_source.html
  401. share/doc/objfw/objfw/OFMutableTarArchiveEntry_8h_source.html
  402. share/doc/objfw/objfw/OFMutableTriple_8h_source.html
  403. share/doc/objfw/objfw/OFMutableUTF8String_8h_source.html
  404. share/doc/objfw/objfw/OFMutableZIPArchiveEntry_8h_source.html
  405. share/doc/objfw/objfw/OFMutex_8h_source.html
  406. share/doc/objfw/objfw/OFNotImplementedException_8h_source.html
  407. share/doc/objfw/objfw/OFNotOpenException_8h_source.html
  408. share/doc/objfw/objfw/OFNotificationCenter_8h_source.html
  409. share/doc/objfw/objfw/OFNotification_8h.html
  410. share/doc/objfw/objfw/OFNotification_8h_source.html
  411. share/doc/objfw/objfw/OFNull_8h_source.html
  412. share/doc/objfw/objfw/OFNumber_8h.html
  413. share/doc/objfw/objfw/OFNumber_8h_source.html
  414. share/doc/objfw/objfw/OFObject_09KeyValueCoding_8h_source.html
  415. share/doc/objfw/objfw/OFObject_8h.html
  416. share/doc/objfw/objfw/OFObject_8h_source.html
  417. share/doc/objfw/objfw/OFObserveKernelEventsFailedException_8h_source.html
  418. share/doc/objfw/objfw/OFOnce_8h.html
  419. share/doc/objfw/objfw/OFOnce_8h_source.html
  420. share/doc/objfw/objfw/OFOpenItemFailedException_8h_source.html
  421. share/doc/objfw/objfw/OFOpenWindowsRegistryKeyFailedException_8h_source.html
  422. share/doc/objfw/objfw/OFOptionsParser_8h_source.html
  423. share/doc/objfw/objfw/OFOutOfMemoryException_8h_source.html
  424. share/doc/objfw/objfw/OFOutOfRangeException_8h_source.html
  425. share/doc/objfw/objfw/OFPBKDF2_8h.html
  426. share/doc/objfw/objfw/OFPBKDF2_8h_source.html
  427. share/doc/objfw/objfw/OFPair_8h_source.html
  428. share/doc/objfw/objfw/OFPlainCondition_8h_source.html
  429. share/doc/objfw/objfw/OFPlainMutex_8h_source.html
  430. share/doc/objfw/objfw/OFPlainThread_8h_source.html
  431. share/doc/objfw/objfw/OFPlugin_8h_source.html
  432. share/doc/objfw/objfw/OFPollKernelEventObserver_8h_source.html
  433. share/doc/objfw/objfw/OFRIPEMD160Hash_8h_source.html
  434. share/doc/objfw/objfw/OFRangeCharacterSet_8h_source.html
  435. share/doc/objfw/objfw/OFReadFailedException_8h_source.html
  436. share/doc/objfw/objfw/OFReadOrWriteFailedException_8h_source.html
  437. share/doc/objfw/objfw/OFRecursiveMutex_8h_source.html
  438. share/doc/objfw/objfw/OFRemoveItemFailedException_8h_source.html
  439. share/doc/objfw/objfw/OFResolveHostFailedException_8h_source.html
  440. share/doc/objfw/objfw/OFRunLoop_09Private_8h_source.html
  441. share/doc/objfw/objfw/OFRunLoop_8h.html
  442. share/doc/objfw/objfw/OFRunLoop_8h_source.html
  443. share/doc/objfw/objfw/OFSHA1Hash_8h_source.html
  444. share/doc/objfw/objfw/OFSHA224Hash_8h_source.html
  445. share/doc/objfw/objfw/OFSHA224Or256Hash_8h_source.html
  446. share/doc/objfw/objfw/OFSHA256Hash_8h_source.html
  447. share/doc/objfw/objfw/OFSHA384Hash_8h_source.html
  448. share/doc/objfw/objfw/OFSHA384Or512Hash_8h_source.html
  449. share/doc/objfw/objfw/OFSHA512Hash_8h_source.html
  450. share/doc/objfw/objfw/OFSPXSocket_8h.html
  451. share/doc/objfw/objfw/OFSPXSocket_8h_source.html
  452. share/doc/objfw/objfw/OFSPXStreamSocket_8h.html
  453. share/doc/objfw/objfw/OFSPXStreamSocket_8h_source.html
  454. share/doc/objfw/objfw/OFSandbox_8h_source.html
  455. share/doc/objfw/objfw/OFScrypt_8h.html
  456. share/doc/objfw/objfw/OFScrypt_8h_source.html
  457. share/doc/objfw/objfw/OFSecureData_8h_source.html
  458. share/doc/objfw/objfw/OFSeekFailedException_8h_source.html
  459. share/doc/objfw/objfw/OFSeekableStream_8h.html
  460. share/doc/objfw/objfw/OFSeekableStream_8h_source.html
  461. share/doc/objfw/objfw/OFSelectKernelEventObserver_8h_source.html
  462. share/doc/objfw/objfw/OFSequencedPacketSocket_09Private_8h_source.html
  463. share/doc/objfw/objfw/OFSequencedPacketSocket_8h.html
  464. share/doc/objfw/objfw/OFSequencedPacketSocket_8h_source.html
  465. share/doc/objfw/objfw/OFSetItemAttributesFailedException_8h_source.html
  466. share/doc/objfw/objfw/OFSetOptionFailedException_8h_source.html
  467. share/doc/objfw/objfw/OFSetWindowsRegistryValueFailedException_8h_source.html
  468. share/doc/objfw/objfw/OFSet_8h.html
  469. share/doc/objfw/objfw/OFSet_8h_source.html
  470. share/doc/objfw/objfw/OFSettings_8h_source.html
  471. share/doc/objfw/objfw/OFSignalConditionFailedException_8h_source.html
  472. share/doc/objfw/objfw/OFSocket_09Private_8h_source.html
  473. share/doc/objfw/objfw/OFSocket_8h.html
  474. share/doc/objfw/objfw/OFSocket_8h_source.html
  475. share/doc/objfw/objfw/OFSortedList_8h_source.html
  476. share/doc/objfw/objfw/OFStartThreadFailedException_8h_source.html
  477. share/doc/objfw/objfw/OFStdIOStream_09Private_8h_source.html
  478. share/doc/objfw/objfw/OFStdIOStream_8h.html
  479. share/doc/objfw/objfw/OFStdIOStream_8h_source.html
  480. share/doc/objfw/objfw/OFStillLockedException_8h_source.html
  481. share/doc/objfw/objfw/OFStrFTime_8h_source.html
  482. share/doc/objfw/objfw/OFStrPTime_8h_source.html
  483. share/doc/objfw/objfw/OFStreamSocket_09Private_8h_source.html
  484. share/doc/objfw/objfw/OFStreamSocket_8h.html
  485. share/doc/objfw/objfw/OFStreamSocket_8h_source.html
  486. share/doc/objfw/objfw/OFStream_09Private_8h_source.html
  487. share/doc/objfw/objfw/OFStream_8h.html
  488. share/doc/objfw/objfw/OFStream_8h_source.html
  489. share/doc/objfw/objfw/OFString_09CryptographicHashing_8h_source.html
  490. share/doc/objfw/objfw/OFString_09JSONParsing_8h_source.html
  491. share/doc/objfw/objfw/OFString_09PathAdditions_8h_source.html
  492. share/doc/objfw/objfw/OFString_09PercentEncoding_8h_source.html
  493. share/doc/objfw/objfw/OFString_09PropertyListParsing_8h_source.html
  494. share/doc/objfw/objfw/OFString_09XMLEscaping_8h_source.html
  495. share/doc/objfw/objfw/OFString_09XMLUnescaping_8h.html
  496. share/doc/objfw/objfw/OFString_09XMLUnescaping_8h_source.html
  497. share/doc/objfw/objfw/OFString_8h.html
  498. share/doc/objfw/objfw/OFString_8h_source.html
  499. share/doc/objfw/objfw/OFSubarray_8h_source.html
  500. share/doc/objfw/objfw/OFSubdata_8h_source.html
  501. share/doc/objfw/objfw/OFSubprocess_8h_source.html
  502. share/doc/objfw/objfw/OFSystemInfo_09NetworkInterfaces_8h_source.html
  503. share/doc/objfw/objfw/OFSystemInfo_8h_source.html
  504. share/doc/objfw/objfw/OFTCPSocketSOCKS5Connector_8h_source.html
  505. share/doc/objfw/objfw/OFTCPSocket_8h.html
  506. share/doc/objfw/objfw/OFTCPSocket_8h_source.html
  507. share/doc/objfw/objfw/OFTLSHandshakeFailedException_8h_source.html
  508. share/doc/objfw/objfw/OFTLSKey_8h_source.html
  509. share/doc/objfw/objfw/OFTLSStream_8h.html
  510. share/doc/objfw/objfw/OFTLSStream_8h_source.html
  511. share/doc/objfw/objfw/OFTaggedPointerColor_8h_source.html
  512. share/doc/objfw/objfw/OFTaggedPointerDate_8h_source.html
  513. share/doc/objfw/objfw/OFTaggedPointerNumber_8h_source.html
  514. share/doc/objfw/objfw/OFTarArchiveEntry_09Private_8h_source.html
  515. share/doc/objfw/objfw/OFTarArchiveEntry_8h.html
  516. share/doc/objfw/objfw/OFTarArchiveEntry_8h_source.html
  517. share/doc/objfw/objfw/OFTarArchive_8h_source.html
  518. share/doc/objfw/objfw/OFThreadStillRunningException_8h_source.html
  519. share/doc/objfw/objfw/OFThread_09Private_8h_source.html
  520. share/doc/objfw/objfw/OFThread_8h.html
  521. share/doc/objfw/objfw/OFThread_8h_source.html
  522. share/doc/objfw/objfw/OFTimer_09Private_8h_source.html
  523. share/doc/objfw/objfw/OFTimer_8h.html
  524. share/doc/objfw/objfw/OFTimer_8h_source.html
  525. share/doc/objfw/objfw/OFTriple_8h_source.html
  526. share/doc/objfw/objfw/OFTruncatedDataException_8h_source.html
  527. share/doc/objfw/objfw/OFUDPSocket_09Private_8h_source.html
  528. share/doc/objfw/objfw/OFUDPSocket_8h_source.html
  529. share/doc/objfw/objfw/OFUNIXDatagramSocket_8h_source.html
  530. share/doc/objfw/objfw/OFUNIXStreamSocket_8h_source.html
  531. share/doc/objfw/objfw/OFUTF8String_09Private_8h_source.html
  532. share/doc/objfw/objfw/OFUTF8String_8h_source.html
  533. share/doc/objfw/objfw/OFUUID_8h_source.html
  534. share/doc/objfw/objfw/OFUnboundNamespaceException_8h_source.html
  535. share/doc/objfw/objfw/OFUnboundPrefixException_8h_source.html
  536. share/doc/objfw/objfw/OFUndefinedKeyException_8h_source.html
  537. share/doc/objfw/objfw/OFUnknownXMLEntityException_8h_source.html
  538. share/doc/objfw/objfw/OFUnlockFailedException_8h_source.html
  539. share/doc/objfw/objfw/OFUnsupportedProtocolException_8h_source.html
  540. share/doc/objfw/objfw/OFUnsupportedVersionException_8h_source.html
  541. share/doc/objfw/objfw/OFValue_8h_source.html
  542. share/doc/objfw/objfw/OFWaitForConditionFailedException_8h_source.html
  543. share/doc/objfw/objfw/OFWin32ConsoleStdIOStream_8h_source.html
  544. share/doc/objfw/objfw/OFWindowsRegistryKey_8h_source.html
  545. share/doc/objfw/objfw/OFWriteFailedException_8h_source.html
  546. share/doc/objfw/objfw/OFXMLAttribute_8h_source.html
  547. share/doc/objfw/objfw/OFXMLCDATA_8h_source.html
  548. share/doc/objfw/objfw/OFXMLCharacters_8h_source.html
  549. share/doc/objfw/objfw/OFXMLComment_8h_source.html
  550. share/doc/objfw/objfw/OFXMLElementBuilder_8h_source.html
  551. share/doc/objfw/objfw/OFXMLElement_8h_source.html
  552. share/doc/objfw/objfw/OFXMLNode_09Private_8h_source.html
  553. share/doc/objfw/objfw/OFXMLNode_8h_source.html
  554. share/doc/objfw/objfw/OFXMLParser_8h_source.html
  555. share/doc/objfw/objfw/OFXMLProcessingInstruction_8h_source.html
  556. share/doc/objfw/objfw/OFZIPArchiveEntry_09Private_8h_source.html
  557. share/doc/objfw/objfw/OFZIPArchiveEntry_8h.html
  558. share/doc/objfw/objfw/OFZIPArchiveEntry_8h_source.html
  559. share/doc/objfw/objfw/OFZIPArchive_8h_source.html
  560. share/doc/objfw/objfw/ObjFWRT_8h.html
  561. share/doc/objfw/objfw/ObjFWRT_8h_source.html
  562. share/doc/objfw/objfw/ObjFW_8h_source.html
  563. share/doc/objfw/objfw/annotated.html
  564. share/doc/objfw/objfw/bc_s.png
  565. share/doc/objfw/objfw/bc_sd.png
  566. share/doc/objfw/objfw/bdwn.png
  567. share/doc/objfw/objfw/classOFRPNSResourceRecord.html
  568. share/doc/objfw/objfw/classes.html
  569. share/doc/objfw/objfw/closed.png
  570. share/doc/objfw/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html
  571. share/doc/objfw/objfw/dir_6e33d6500a76933db4361f663e54ab12.html
  572. share/doc/objfw/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html
  573. share/doc/objfw/objfw/doc.png
  574. share/doc/objfw/objfw/docd.png
  575. share/doc/objfw/objfw/doxygen.css
  576. share/doc/objfw/objfw/doxygen.svg
  577. share/doc/objfw/objfw/dynsections.js
  578. share/doc/objfw/objfw/files.html
  579. share/doc/objfw/objfw/folderclosed.png
  580. share/doc/objfw/objfw/folderopen.png
  581. share/doc/objfw/objfw/functions.html
  582. share/doc/objfw/objfw/functions_b.html
  583. share/doc/objfw/objfw/functions_c.html
  584. share/doc/objfw/objfw/functions_d.html
  585. share/doc/objfw/objfw/functions_e.html
  586. share/doc/objfw/objfw/functions_f.html
  587. share/doc/objfw/objfw/functions_func.html
  588. share/doc/objfw/objfw/functions_func_b.html
  589. share/doc/objfw/objfw/functions_func_c.html
  590. share/doc/objfw/objfw/functions_func_d.html
  591. share/doc/objfw/objfw/functions_func_e.html
  592. share/doc/objfw/objfw/functions_func_f.html
  593. share/doc/objfw/objfw/functions_func_g.html
  594. share/doc/objfw/objfw/functions_func_h.html
  595. share/doc/objfw/objfw/functions_func_i.html
  596. share/doc/objfw/objfw/functions_func_j.html
  597. share/doc/objfw/objfw/functions_func_k.html
  598. share/doc/objfw/objfw/functions_func_l.html
  599. share/doc/objfw/objfw/functions_func_m.html
  600. share/doc/objfw/objfw/functions_func_n.html
  601. share/doc/objfw/objfw/functions_func_o.html
  602. share/doc/objfw/objfw/functions_func_p.html
  603. share/doc/objfw/objfw/functions_func_q.html
  604. share/doc/objfw/objfw/functions_func_r.html
  605. share/doc/objfw/objfw/functions_func_s.html
  606. share/doc/objfw/objfw/functions_func_t.html
  607. share/doc/objfw/objfw/functions_func_u.html
  608. share/doc/objfw/objfw/functions_func_v.html
  609. share/doc/objfw/objfw/functions_func_w.html
  610. share/doc/objfw/objfw/functions_func_x.html
  611. share/doc/objfw/objfw/functions_func_y.html
  612. share/doc/objfw/objfw/functions_func_z.html
  613. share/doc/objfw/objfw/functions_g.html
  614. share/doc/objfw/objfw/functions_h.html
  615. share/doc/objfw/objfw/functions_i.html
  616. share/doc/objfw/objfw/functions_j.html
  617. share/doc/objfw/objfw/functions_k.html
  618. share/doc/objfw/objfw/functions_l.html
  619. share/doc/objfw/objfw/functions_m.html
  620. share/doc/objfw/objfw/functions_n.html
  621. share/doc/objfw/objfw/functions_o.html
  622. share/doc/objfw/objfw/functions_p.html
  623. share/doc/objfw/objfw/functions_prop.html
  624. share/doc/objfw/objfw/functions_prop_b.html
  625. share/doc/objfw/objfw/functions_prop_c.html
  626. share/doc/objfw/objfw/functions_prop_d.html
  627. share/doc/objfw/objfw/functions_prop_e.html
  628. share/doc/objfw/objfw/functions_prop_f.html
  629. share/doc/objfw/objfw/functions_prop_g.html
  630. share/doc/objfw/objfw/functions_prop_h.html
  631. share/doc/objfw/objfw/functions_prop_i.html
  632. share/doc/objfw/objfw/functions_prop_j.html
  633. share/doc/objfw/objfw/functions_prop_k.html
  634. share/doc/objfw/objfw/functions_prop_l.html
  635. share/doc/objfw/objfw/functions_prop_m.html
  636. share/doc/objfw/objfw/functions_prop_n.html
  637. share/doc/objfw/objfw/functions_prop_o.html
  638. share/doc/objfw/objfw/functions_prop_p.html
  639. share/doc/objfw/objfw/functions_prop_q.html
  640. share/doc/objfw/objfw/functions_prop_r.html
  641. share/doc/objfw/objfw/functions_prop_s.html
  642. share/doc/objfw/objfw/functions_prop_t.html
  643. share/doc/objfw/objfw/functions_prop_u.html
  644. share/doc/objfw/objfw/functions_prop_v.html
  645. share/doc/objfw/objfw/functions_prop_w.html
  646. share/doc/objfw/objfw/functions_prop_x.html
  647. share/doc/objfw/objfw/functions_prop_y.html
  648. share/doc/objfw/objfw/functions_q.html
  649. share/doc/objfw/objfw/functions_r.html
  650. share/doc/objfw/objfw/functions_s.html
  651. share/doc/objfw/objfw/functions_t.html
  652. share/doc/objfw/objfw/functions_u.html
  653. share/doc/objfw/objfw/functions_v.html
  654. share/doc/objfw/objfw/functions_vars.html
  655. share/doc/objfw/objfw/functions_w.html
  656. share/doc/objfw/objfw/functions_x.html
  657. share/doc/objfw/objfw/functions_y.html
  658. share/doc/objfw/objfw/functions_z.html
  659. share/doc/objfw/objfw/globals.html
  660. share/doc/objfw/objfw/globals_a.html
  661. share/doc/objfw/objfw/globals_b.html
  662. share/doc/objfw/objfw/globals_c.html
  663. share/doc/objfw/objfw/globals_d.html
  664. share/doc/objfw/objfw/globals_defs.html
  665. share/doc/objfw/objfw/globals_enum.html
  666. share/doc/objfw/objfw/globals_eval.html
  667. share/doc/objfw/objfw/globals_f.html
  668. share/doc/objfw/objfw/globals_func.html
  669. share/doc/objfw/objfw/globals_h.html
  670. share/doc/objfw/objfw/globals_i.html
  671. share/doc/objfw/objfw/globals_l.html
  672. share/doc/objfw/objfw/globals_m.html
  673. share/doc/objfw/objfw/globals_n.html
  674. share/doc/objfw/objfw/globals_o.html
  675. share/doc/objfw/objfw/globals_p.html
  676. share/doc/objfw/objfw/globals_r.html
  677. share/doc/objfw/objfw/globals_s.html
  678. share/doc/objfw/objfw/globals_t.html
  679. share/doc/objfw/objfw/globals_type.html
  680. share/doc/objfw/objfw/globals_vars.html
  681. share/doc/objfw/objfw/globals_y.html
  682. share/doc/objfw/objfw/globals_z.html
  683. share/doc/objfw/objfw/hierarchy.html
  684. share/doc/objfw/objfw/index.html
  685. share/doc/objfw/objfw/interfaceOFAAAADNSResourceRecord-members.html
  686. share/doc/objfw/objfw/interfaceOFAAAADNSResourceRecord.html
  687. share/doc/objfw/objfw/interfaceOFAAAADNSResourceRecord.png
  688. share/doc/objfw/objfw/interfaceOFADNSResourceRecord-members.html
  689. share/doc/objfw/objfw/interfaceOFADNSResourceRecord.html
  690. share/doc/objfw/objfw/interfaceOFADNSResourceRecord.png
  691. share/doc/objfw/objfw/interfaceOFAcceptSocketFailedException-members.html
  692. share/doc/objfw/objfw/interfaceOFAcceptSocketFailedException.html
  693. share/doc/objfw/objfw/interfaceOFAcceptSocketFailedException.png
  694. share/doc/objfw/objfw/interfaceOFAllocFailedException-members.html
  695. share/doc/objfw/objfw/interfaceOFAllocFailedException.html
  696. share/doc/objfw/objfw/interfaceOFAllocFailedException.png
  697. share/doc/objfw/objfw/interfaceOFAlreadyOpenException-members.html
  698. share/doc/objfw/objfw/interfaceOFAlreadyOpenException.html
  699. share/doc/objfw/objfw/interfaceOFAlreadyOpenException.png
  700. share/doc/objfw/objfw/interfaceOFApplication-members.html
  701. share/doc/objfw/objfw/interfaceOFApplication.html
  702. share/doc/objfw/objfw/interfaceOFApplication.png
  703. share/doc/objfw/objfw/interfaceOFArray-members.html
  704. share/doc/objfw/objfw/interfaceOFArray.html
  705. share/doc/objfw/objfw/interfaceOFArray.png
  706. share/doc/objfw/objfw/interfaceOFBindDDPSocketFailedException-members.html
  707. share/doc/objfw/objfw/interfaceOFBindDDPSocketFailedException.html
  708. share/doc/objfw/objfw/interfaceOFBindDDPSocketFailedException.png
  709. share/doc/objfw/objfw/interfaceOFBindIPSocketFailedException-members.html
  710. share/doc/objfw/objfw/interfaceOFBindIPSocketFailedException.html
  711. share/doc/objfw/objfw/interfaceOFBindIPSocketFailedException.png
  712. share/doc/objfw/objfw/interfaceOFBindIPXSocketFailedException-members.html
  713. share/doc/objfw/objfw/interfaceOFBindIPXSocketFailedException.html
  714. share/doc/objfw/objfw/interfaceOFBindIPXSocketFailedException.png
  715. share/doc/objfw/objfw/interfaceOFBindSocketFailedException-members.html
  716. share/doc/objfw/objfw/interfaceOFBindSocketFailedException.html
  717. share/doc/objfw/objfw/interfaceOFBindSocketFailedException.png
  718. share/doc/objfw/objfw/interfaceOFBindUNIXSocketFailedException-members.html
  719. share/doc/objfw/objfw/interfaceOFBindUNIXSocketFailedException.html
  720. share/doc/objfw/objfw/interfaceOFBindUNIXSocketFailedException.png
  721. share/doc/objfw/objfw/interfaceOFBlock-members.html
  722. share/doc/objfw/objfw/interfaceOFBlock.html
  723. share/doc/objfw/objfw/interfaceOFBlock.png
  724. share/doc/objfw/objfw/interfaceOFBroadcastConditionFailedException-members.html
  725. share/doc/objfw/objfw/interfaceOFBroadcastConditionFailedException.html
  726. share/doc/objfw/objfw/interfaceOFBroadcastConditionFailedException.png
  727. share/doc/objfw/objfw/interfaceOFCNAMEDNSResourceRecord-members.html
  728. share/doc/objfw/objfw/interfaceOFCNAMEDNSResourceRecord.html
  729. share/doc/objfw/objfw/interfaceOFCNAMEDNSResourceRecord.png
  730. share/doc/objfw/objfw/interfaceOFChangeCurrentDirectoryFailedException-members.html
  731. share/doc/objfw/objfw/interfaceOFChangeCurrentDirectoryFailedException.html
  732. share/doc/objfw/objfw/interfaceOFChangeCurrentDirectoryFailedException.png
  733. share/doc/objfw/objfw/interfaceOFCharacterSet-members.html
  734. share/doc/objfw/objfw/interfaceOFCharacterSet.html
  735. share/doc/objfw/objfw/interfaceOFCharacterSet.png
  736. share/doc/objfw/objfw/interfaceOFChecksumMismatchException-members.html
  737. share/doc/objfw/objfw/interfaceOFChecksumMismatchException.html
  738. share/doc/objfw/objfw/interfaceOFChecksumMismatchException.png
  739. share/doc/objfw/objfw/interfaceOFColor-members.html
  740. share/doc/objfw/objfw/interfaceOFColor.html
  741. share/doc/objfw/objfw/interfaceOFColor.png
  742. share/doc/objfw/objfw/interfaceOFCondition-members.html
  743. share/doc/objfw/objfw/interfaceOFCondition.html
  744. share/doc/objfw/objfw/interfaceOFCondition.png
  745. share/doc/objfw/objfw/interfaceOFConditionStillWaitingException-members.html
  746. share/doc/objfw/objfw/interfaceOFConditionStillWaitingException.html
  747. share/doc/objfw/objfw/interfaceOFConditionStillWaitingException.png
  748. share/doc/objfw/objfw/interfaceOFConnectIPSocketFailedException-members.html
  749. share/doc/objfw/objfw/interfaceOFConnectIPSocketFailedException.html
  750. share/doc/objfw/objfw/interfaceOFConnectIPSocketFailedException.png
  751. share/doc/objfw/objfw/interfaceOFConnectSPXSocketFailedException-members.html
  752. share/doc/objfw/objfw/interfaceOFConnectSPXSocketFailedException.html
  753. share/doc/objfw/objfw/interfaceOFConnectSPXSocketFailedException.png
  754. share/doc/objfw/objfw/interfaceOFConnectSocketFailedException-members.html
  755. share/doc/objfw/objfw/interfaceOFConnectSocketFailedException.html
  756. share/doc/objfw/objfw/interfaceOFConnectSocketFailedException.png
  757. share/doc/objfw/objfw/interfaceOFConnectUNIXSocketFailedException-members.html
  758. share/doc/objfw/objfw/interfaceOFConnectUNIXSocketFailedException.html
  759. share/doc/objfw/objfw/interfaceOFConnectUNIXSocketFailedException.png
  760. share/doc/objfw/objfw/interfaceOFConstantString-members.html
  761. share/doc/objfw/objfw/interfaceOFConstantString.html
  762. share/doc/objfw/objfw/interfaceOFConstantString.png
  763. share/doc/objfw/objfw/interfaceOFCopyItemFailedException-members.html
  764. share/doc/objfw/objfw/interfaceOFCopyItemFailedException.html
  765. share/doc/objfw/objfw/interfaceOFCopyItemFailedException.png
  766. share/doc/objfw/objfw/interfaceOFCountedSet-members.html
  767. share/doc/objfw/objfw/interfaceOFCountedSet.html
  768. share/doc/objfw/objfw/interfaceOFCountedSet.png
  769. share/doc/objfw/objfw/interfaceOFCreateDirectoryFailedException-members.html
  770. share/doc/objfw/objfw/interfaceOFCreateDirectoryFailedException.html
  771. share/doc/objfw/objfw/interfaceOFCreateDirectoryFailedException.png
  772. share/doc/objfw/objfw/interfaceOFCreateSymbolicLinkFailedException-members.html
  773. share/doc/objfw/objfw/interfaceOFCreateSymbolicLinkFailedException.html
  774. share/doc/objfw/objfw/interfaceOFCreateSymbolicLinkFailedException.png
  775. share/doc/objfw/objfw/interfaceOFCreateWindowsRegistryKeyFailedException-members.html
  776. share/doc/objfw/objfw/interfaceOFCreateWindowsRegistryKeyFailedException.html
  777. share/doc/objfw/objfw/interfaceOFCreateWindowsRegistryKeyFailedException.png
  778. share/doc/objfw/objfw/interfaceOFDDPSocket-members.html
  779. share/doc/objfw/objfw/interfaceOFDDPSocket.html
  780. share/doc/objfw/objfw/interfaceOFDDPSocket.png
  781. share/doc/objfw/objfw/interfaceOFDNSQuery-members.html
  782. share/doc/objfw/objfw/interfaceOFDNSQuery.html
  783. share/doc/objfw/objfw/interfaceOFDNSQuery.png
  784. share/doc/objfw/objfw/interfaceOFDNSQueryFailedException-members.html
  785. share/doc/objfw/objfw/interfaceOFDNSQueryFailedException.html
  786. share/doc/objfw/objfw/interfaceOFDNSQueryFailedException.png
  787. share/doc/objfw/objfw/interfaceOFDNSResolver-members.html
  788. share/doc/objfw/objfw/interfaceOFDNSResolver.html
  789. share/doc/objfw/objfw/interfaceOFDNSResolver.png
  790. share/doc/objfw/objfw/interfaceOFDNSResourceRecord-members.html
  791. share/doc/objfw/objfw/interfaceOFDNSResourceRecord.html
  792. share/doc/objfw/objfw/interfaceOFDNSResourceRecord.png
  793. share/doc/objfw/objfw/interfaceOFDNSResponse-members.html
  794. share/doc/objfw/objfw/interfaceOFDNSResponse.html
  795. share/doc/objfw/objfw/interfaceOFDNSResponse.png
  796. share/doc/objfw/objfw/interfaceOFData-members.html
  797. share/doc/objfw/objfw/interfaceOFData.html
  798. share/doc/objfw/objfw/interfaceOFData.png
  799. share/doc/objfw/objfw/interfaceOFDatagramSocket-members.html
  800. share/doc/objfw/objfw/interfaceOFDatagramSocket.html
  801. share/doc/objfw/objfw/interfaceOFDatagramSocket.png
  802. share/doc/objfw/objfw/interfaceOFDate-members.html
  803. share/doc/objfw/objfw/interfaceOFDate.html
  804. share/doc/objfw/objfw/interfaceOFDate.png
  805. share/doc/objfw/objfw/interfaceOFDeleteWindowsRegistryKeyFailedException-members.html
  806. share/doc/objfw/objfw/interfaceOFDeleteWindowsRegistryKeyFailedException.html
  807. share/doc/objfw/objfw/interfaceOFDeleteWindowsRegistryKeyFailedException.png
  808. share/doc/objfw/objfw/interfaceOFDeleteWindowsRegistryValueFailedException-members.html
  809. share/doc/objfw/objfw/interfaceOFDeleteWindowsRegistryValueFailedException.html
  810. share/doc/objfw/objfw/interfaceOFDeleteWindowsRegistryValueFailedException.png
  811. share/doc/objfw/objfw/interfaceOFDictionary-members.html
  812. share/doc/objfw/objfw/interfaceOFDictionary.html
  813. share/doc/objfw/objfw/interfaceOFDictionary.png
  814. share/doc/objfw/objfw/interfaceOFEnumerationMutationException-members.html
  815. share/doc/objfw/objfw/interfaceOFEnumerationMutationException.html
  816. share/doc/objfw/objfw/interfaceOFEnumerationMutationException.png
  817. share/doc/objfw/objfw/interfaceOFEnumerator-members.html
  818. share/doc/objfw/objfw/interfaceOFEnumerator.html
  819. share/doc/objfw/objfw/interfaceOFEnumerator.png
  820. share/doc/objfw/objfw/interfaceOFException-members.html
  821. share/doc/objfw/objfw/interfaceOFException.html
  822. share/doc/objfw/objfw/interfaceOFException.png
  823. share/doc/objfw/objfw/interfaceOFFile-members.html
  824. share/doc/objfw/objfw/interfaceOFFile.html
  825. share/doc/objfw/objfw/interfaceOFFile.png
  826. share/doc/objfw/objfw/interfaceOFFileManager-members.html
  827. share/doc/objfw/objfw/interfaceOFFileManager.html
  828. share/doc/objfw/objfw/interfaceOFFileManager.png
  829. share/doc/objfw/objfw/interfaceOFGZIPStream-members.html
  830. share/doc/objfw/objfw/interfaceOFGZIPStream.html
  831. share/doc/objfw/objfw/interfaceOFGZIPStream.png
  832. share/doc/objfw/objfw/interfaceOFGetCurrentDirectoryFailedException-members.html
  833. share/doc/objfw/objfw/interfaceOFGetCurrentDirectoryFailedException.html
  834. share/doc/objfw/objfw/interfaceOFGetCurrentDirectoryFailedException.png
  835. share/doc/objfw/objfw/interfaceOFGetItemAttributesFailedException-members.html
  836. share/doc/objfw/objfw/interfaceOFGetItemAttributesFailedException.html
  837. share/doc/objfw/objfw/interfaceOFGetItemAttributesFailedException.png
  838. share/doc/objfw/objfw/interfaceOFGetOptionFailedException-members.html
  839. share/doc/objfw/objfw/interfaceOFGetOptionFailedException.html
  840. share/doc/objfw/objfw/interfaceOFGetOptionFailedException.png
  841. share/doc/objfw/objfw/interfaceOFGetWindowsRegistryValueFailedException-members.html
  842. share/doc/objfw/objfw/interfaceOFGetWindowsRegistryValueFailedException.html
  843. share/doc/objfw/objfw/interfaceOFGetWindowsRegistryValueFailedException.png
  844. share/doc/objfw/objfw/interfaceOFHINFODNSResourceRecord-members.html
  845. share/doc/objfw/objfw/interfaceOFHINFODNSResourceRecord.html
  846. share/doc/objfw/objfw/interfaceOFHINFODNSResourceRecord.png
  847. share/doc/objfw/objfw/interfaceOFHMAC-members.html
  848. share/doc/objfw/objfw/interfaceOFHMAC.html
  849. share/doc/objfw/objfw/interfaceOFHMAC.png
  850. share/doc/objfw/objfw/interfaceOFHTTPClient-members.html
  851. share/doc/objfw/objfw/interfaceOFHTTPClient.html
  852. share/doc/objfw/objfw/interfaceOFHTTPClient.png
  853. share/doc/objfw/objfw/interfaceOFHTTPCookie-members.html
  854. share/doc/objfw/objfw/interfaceOFHTTPCookie.html
  855. share/doc/objfw/objfw/interfaceOFHTTPCookie.png
  856. share/doc/objfw/objfw/interfaceOFHTTPCookieManager-members.html
  857. share/doc/objfw/objfw/interfaceOFHTTPCookieManager.html
  858. share/doc/objfw/objfw/interfaceOFHTTPCookieManager.png
  859. share/doc/objfw/objfw/interfaceOFHTTPRequest-members.html
  860. share/doc/objfw/objfw/interfaceOFHTTPRequest.html
  861. share/doc/objfw/objfw/interfaceOFHTTPRequest.png
  862. share/doc/objfw/objfw/interfaceOFHTTPRequestFailedException-members.html
  863. share/doc/objfw/objfw/interfaceOFHTTPRequestFailedException.html
  864. share/doc/objfw/objfw/interfaceOFHTTPRequestFailedException.png
  865. share/doc/objfw/objfw/interfaceOFHTTPResponse-members.html
  866. share/doc/objfw/objfw/interfaceOFHTTPResponse.html
  867. share/doc/objfw/objfw/interfaceOFHTTPResponse.png
  868. share/doc/objfw/objfw/interfaceOFHTTPServer-members.html
  869. share/doc/objfw/objfw/interfaceOFHTTPServer.html
  870. share/doc/objfw/objfw/interfaceOFHTTPServer.png
  871. share/doc/objfw/objfw/interfaceOFHashAlreadyCalculatedException-members.html
  872. share/doc/objfw/objfw/interfaceOFHashAlreadyCalculatedException.html
  873. share/doc/objfw/objfw/interfaceOFHashAlreadyCalculatedException.png
  874. share/doc/objfw/objfw/interfaceOFHashNotCalculatedException-members.html
  875. share/doc/objfw/objfw/interfaceOFHashNotCalculatedException.html
  876. share/doc/objfw/objfw/interfaceOFHashNotCalculatedException.png
  877. share/doc/objfw/objfw/interfaceOFINICategory-members.html
  878. share/doc/objfw/objfw/interfaceOFINICategory.html
  879. share/doc/objfw/objfw/interfaceOFINICategory.png
  880. share/doc/objfw/objfw/interfaceOFINIFile-members.html
  881. share/doc/objfw/objfw/interfaceOFINIFile.html
  882. share/doc/objfw/objfw/interfaceOFINIFile.png
  883. share/doc/objfw/objfw/interfaceOFIPXSocket-members.html
  884. share/doc/objfw/objfw/interfaceOFIPXSocket.html
  885. share/doc/objfw/objfw/interfaceOFIPXSocket.png
  886. share/doc/objfw/objfw/interfaceOFIRI-members.html
  887. share/doc/objfw/objfw/interfaceOFIRI.html
  888. share/doc/objfw/objfw/interfaceOFIRI.png
  889. share/doc/objfw/objfw/interfaceOFIRIHandler-members.html
  890. share/doc/objfw/objfw/interfaceOFIRIHandler.html
  891. share/doc/objfw/objfw/interfaceOFIRIHandler.png
  892. share/doc/objfw/objfw/interfaceOFInflate64Stream-members.html
  893. share/doc/objfw/objfw/interfaceOFInflate64Stream.html
  894. share/doc/objfw/objfw/interfaceOFInflate64Stream.png
  895. share/doc/objfw/objfw/interfaceOFInflateStream-members.html
  896. share/doc/objfw/objfw/interfaceOFInflateStream.html
  897. share/doc/objfw/objfw/interfaceOFInflateStream.png
  898. share/doc/objfw/objfw/interfaceOFInitializationFailedException-members.html
  899. share/doc/objfw/objfw/interfaceOFInitializationFailedException.html
  900. share/doc/objfw/objfw/interfaceOFInitializationFailedException.png
  901. share/doc/objfw/objfw/interfaceOFInvalidArgumentException-members.html
  902. share/doc/objfw/objfw/interfaceOFInvalidArgumentException.html
  903. share/doc/objfw/objfw/interfaceOFInvalidArgumentException.png
  904. share/doc/objfw/objfw/interfaceOFInvalidEncodingException-members.html
  905. share/doc/objfw/objfw/interfaceOFInvalidEncodingException.html
  906. share/doc/objfw/objfw/interfaceOFInvalidEncodingException.png
  907. share/doc/objfw/objfw/interfaceOFInvalidFormatException-members.html
  908. share/doc/objfw/objfw/interfaceOFInvalidFormatException.html
  909. share/doc/objfw/objfw/interfaceOFInvalidFormatException.png
  910. share/doc/objfw/objfw/interfaceOFInvalidJSONException-members.html
  911. share/doc/objfw/objfw/interfaceOFInvalidJSONException.html
  912. share/doc/objfw/objfw/interfaceOFInvalidJSONException.png
  913. share/doc/objfw/objfw/interfaceOFInvalidServerResponseException-members.html
  914. share/doc/objfw/objfw/interfaceOFInvalidServerResponseException.html
  915. share/doc/objfw/objfw/interfaceOFInvalidServerResponseException.png
  916. share/doc/objfw/objfw/interfaceOFInvocation-members.html
  917. share/doc/objfw/objfw/interfaceOFInvocation.html
  918. share/doc/objfw/objfw/interfaceOFInvocation.png
  919. share/doc/objfw/objfw/interfaceOFJoinThreadFailedException-members.html
  920. share/doc/objfw/objfw/interfaceOFJoinThreadFailedException.html
  921. share/doc/objfw/objfw/interfaceOFJoinThreadFailedException.png
  922. share/doc/objfw/objfw/interfaceOFKernelEventObserver-members.html
  923. share/doc/objfw/objfw/interfaceOFKernelEventObserver.html
  924. share/doc/objfw/objfw/interfaceOFKernelEventObserver.png
  925. share/doc/objfw/objfw/interfaceOFLHAArchive-members.html
  926. share/doc/objfw/objfw/interfaceOFLHAArchive.html
  927. share/doc/objfw/objfw/interfaceOFLHAArchive.png
  928. share/doc/objfw/objfw/interfaceOFLHAArchiveEntry-members.html
  929. share/doc/objfw/objfw/interfaceOFLHAArchiveEntry.html
  930. share/doc/objfw/objfw/interfaceOFLHAArchiveEntry.png
  931. share/doc/objfw/objfw/interfaceOFLinkItemFailedException-members.html
  932. share/doc/objfw/objfw/interfaceOFLinkItemFailedException.html
  933. share/doc/objfw/objfw/interfaceOFLinkItemFailedException.png
  934. share/doc/objfw/objfw/interfaceOFList-members.html
  935. share/doc/objfw/objfw/interfaceOFList.html
  936. share/doc/objfw/objfw/interfaceOFList.png
  937. share/doc/objfw/objfw/interfaceOFListenOnSocketFailedException-members.html
  938. share/doc/objfw/objfw/interfaceOFListenOnSocketFailedException.html
  939. share/doc/objfw/objfw/interfaceOFListenOnSocketFailedException.png
  940. share/doc/objfw/objfw/interfaceOFLoadPluginFailedException-members.html
  941. share/doc/objfw/objfw/interfaceOFLoadPluginFailedException.html
  942. share/doc/objfw/objfw/interfaceOFLoadPluginFailedException.png
  943. share/doc/objfw/objfw/interfaceOFLocale-members.html
  944. share/doc/objfw/objfw/interfaceOFLocale.html
  945. share/doc/objfw/objfw/interfaceOFLocale.png
  946. share/doc/objfw/objfw/interfaceOFLockFailedException-members.html
  947. share/doc/objfw/objfw/interfaceOFLockFailedException.html
  948. share/doc/objfw/objfw/interfaceOFLockFailedException.png
  949. share/doc/objfw/objfw/interfaceOFMD5Hash-members.html
  950. share/doc/objfw/objfw/interfaceOFMD5Hash.html
  951. share/doc/objfw/objfw/interfaceOFMD5Hash.png
  952. share/doc/objfw/objfw/interfaceOFMXDNSResourceRecord-members.html
  953. share/doc/objfw/objfw/interfaceOFMXDNSResourceRecord.html
  954. share/doc/objfw/objfw/interfaceOFMXDNSResourceRecord.png
  955. share/doc/objfw/objfw/interfaceOFMalformedXMLException-members.html
  956. share/doc/objfw/objfw/interfaceOFMalformedXMLException.html
  957. share/doc/objfw/objfw/interfaceOFMalformedXMLException.png
  958. share/doc/objfw/objfw/interfaceOFMapTable-members.html
  959. share/doc/objfw/objfw/interfaceOFMapTable.html
  960. share/doc/objfw/objfw/interfaceOFMapTable.png
  961. share/doc/objfw/objfw/interfaceOFMapTableEnumerator-members.html
  962. share/doc/objfw/objfw/interfaceOFMapTableEnumerator.html
  963. share/doc/objfw/objfw/interfaceOFMapTableEnumerator.png
  964. share/doc/objfw/objfw/interfaceOFMatrix4x4-members.html
  965. share/doc/objfw/objfw/interfaceOFMatrix4x4.html
  966. share/doc/objfw/objfw/interfaceOFMatrix4x4.png
  967. share/doc/objfw/objfw/interfaceOFMemoryStream-members.html
  968. share/doc/objfw/objfw/interfaceOFMemoryStream.html
  969. share/doc/objfw/objfw/interfaceOFMemoryStream.png
  970. share/doc/objfw/objfw/interfaceOFMessagePackExtension-members.html
  971. share/doc/objfw/objfw/interfaceOFMessagePackExtension.html
  972. share/doc/objfw/objfw/interfaceOFMessagePackExtension.png
  973. share/doc/objfw/objfw/interfaceOFMethodSignature-members.html
  974. share/doc/objfw/objfw/interfaceOFMethodSignature.html
  975. share/doc/objfw/objfw/interfaceOFMethodSignature.png
  976. share/doc/objfw/objfw/interfaceOFMoveItemFailedException-members.html
  977. share/doc/objfw/objfw/interfaceOFMoveItemFailedException.html
  978. share/doc/objfw/objfw/interfaceOFMoveItemFailedException.png
  979. share/doc/objfw/objfw/interfaceOFMutableArray-members.html
  980. share/doc/objfw/objfw/interfaceOFMutableArray.html
  981. share/doc/objfw/objfw/interfaceOFMutableArray.png
  982. share/doc/objfw/objfw/interfaceOFMutableData-members.html
  983. share/doc/objfw/objfw/interfaceOFMutableData.html
  984. share/doc/objfw/objfw/interfaceOFMutableData.png
  985. share/doc/objfw/objfw/interfaceOFMutableDictionary-members.html
  986. share/doc/objfw/objfw/interfaceOFMutableDictionary.html
  987. share/doc/objfw/objfw/interfaceOFMutableDictionary.png
  988. share/doc/objfw/objfw/interfaceOFMutableIRI-members.html
  989. share/doc/objfw/objfw/interfaceOFMutableIRI.html
  990. share/doc/objfw/objfw/interfaceOFMutableIRI.png
  991. share/doc/objfw/objfw/interfaceOFMutableLHAArchiveEntry-members.html
  992. share/doc/objfw/objfw/interfaceOFMutableLHAArchiveEntry.html
  993. share/doc/objfw/objfw/interfaceOFMutableLHAArchiveEntry.png
  994. share/doc/objfw/objfw/interfaceOFMutablePair-members.html
  995. share/doc/objfw/objfw/interfaceOFMutablePair.html
  996. share/doc/objfw/objfw/interfaceOFMutablePair.png
  997. share/doc/objfw/objfw/interfaceOFMutableSet-members.html
  998. share/doc/objfw/objfw/interfaceOFMutableSet.html
  999. share/doc/objfw/objfw/interfaceOFMutableSet.png
  1000. share/doc/objfw/objfw/interfaceOFMutableString-members.html
  1001. share/doc/objfw/objfw/interfaceOFMutableString.html
  1002. share/doc/objfw/objfw/interfaceOFMutableString.png
  1003. share/doc/objfw/objfw/interfaceOFMutableTarArchiveEntry-members.html
  1004. share/doc/objfw/objfw/interfaceOFMutableTarArchiveEntry.html
  1005. share/doc/objfw/objfw/interfaceOFMutableTarArchiveEntry.png
  1006. share/doc/objfw/objfw/interfaceOFMutableTriple-members.html
  1007. share/doc/objfw/objfw/interfaceOFMutableTriple.html
  1008. share/doc/objfw/objfw/interfaceOFMutableTriple.png
  1009. share/doc/objfw/objfw/interfaceOFMutableZIPArchiveEntry-members.html
  1010. share/doc/objfw/objfw/interfaceOFMutableZIPArchiveEntry.html
  1011. share/doc/objfw/objfw/interfaceOFMutableZIPArchiveEntry.png
  1012. share/doc/objfw/objfw/interfaceOFMutex-members.html
  1013. share/doc/objfw/objfw/interfaceOFMutex.html
  1014. share/doc/objfw/objfw/interfaceOFMutex.png
  1015. share/doc/objfw/objfw/interfaceOFNSDNSResourceRecord-members.html
  1016. share/doc/objfw/objfw/interfaceOFNSDNSResourceRecord.html
  1017. share/doc/objfw/objfw/interfaceOFNSDNSResourceRecord.png
  1018. share/doc/objfw/objfw/interfaceOFNotImplementedException-members.html
  1019. share/doc/objfw/objfw/interfaceOFNotImplementedException.html
  1020. share/doc/objfw/objfw/interfaceOFNotImplementedException.png
  1021. share/doc/objfw/objfw/interfaceOFNotOpenException-members.html
  1022. share/doc/objfw/objfw/interfaceOFNotOpenException.html
  1023. share/doc/objfw/objfw/interfaceOFNotOpenException.png
  1024. share/doc/objfw/objfw/interfaceOFNotification-members.html
  1025. share/doc/objfw/objfw/interfaceOFNotification.html
  1026. share/doc/objfw/objfw/interfaceOFNotification.png
  1027. share/doc/objfw/objfw/interfaceOFNotificationCenter-members.html
  1028. share/doc/objfw/objfw/interfaceOFNotificationCenter.html
  1029. share/doc/objfw/objfw/interfaceOFNotificationCenter.png
  1030. share/doc/objfw/objfw/interfaceOFNull-members.html
  1031. share/doc/objfw/objfw/interfaceOFNull.html
  1032. share/doc/objfw/objfw/interfaceOFNull.png
  1033. share/doc/objfw/objfw/interfaceOFNumber-members.html
  1034. share/doc/objfw/objfw/interfaceOFNumber.html
  1035. share/doc/objfw/objfw/interfaceOFNumber.png
  1036. share/doc/objfw/objfw/interfaceOFObject-members.html
  1037. share/doc/objfw/objfw/interfaceOFObject.html
  1038. share/doc/objfw/objfw/interfaceOFObject.png
  1039. share/doc/objfw/objfw/interfaceOFObserveKernelEventsFailedException-members.html
  1040. share/doc/objfw/objfw/interfaceOFObserveKernelEventsFailedException.html
  1041. share/doc/objfw/objfw/interfaceOFObserveKernelEventsFailedException.png
  1042. share/doc/objfw/objfw/interfaceOFOpenItemFailedException-members.html
  1043. share/doc/objfw/objfw/interfaceOFOpenItemFailedException.html
  1044. share/doc/objfw/objfw/interfaceOFOpenItemFailedException.png
  1045. share/doc/objfw/objfw/interfaceOFOpenWindowsRegistryKeyFailedException-members.html
  1046. share/doc/objfw/objfw/interfaceOFOpenWindowsRegistryKeyFailedException.html
  1047. share/doc/objfw/objfw/interfaceOFOpenWindowsRegistryKeyFailedException.png
  1048. share/doc/objfw/objfw/interfaceOFOptionsParser-members.html
  1049. share/doc/objfw/objfw/interfaceOFOptionsParser.html
  1050. share/doc/objfw/objfw/interfaceOFOptionsParser.png
  1051. share/doc/objfw/objfw/interfaceOFOutOfMemoryException-members.html
  1052. share/doc/objfw/objfw/interfaceOFOutOfMemoryException.html
  1053. share/doc/objfw/objfw/interfaceOFOutOfMemoryException.png
  1054. share/doc/objfw/objfw/interfaceOFOutOfRangeException-members.html
  1055. share/doc/objfw/objfw/interfaceOFOutOfRangeException.html
  1056. share/doc/objfw/objfw/interfaceOFOutOfRangeException.png
  1057. share/doc/objfw/objfw/interfaceOFPTRDNSResourceRecord-members.html
  1058. share/doc/objfw/objfw/interfaceOFPTRDNSResourceRecord.html
  1059. share/doc/objfw/objfw/interfaceOFPTRDNSResourceRecord.png
  1060. share/doc/objfw/objfw/interfaceOFPair-members.html
  1061. share/doc/objfw/objfw/interfaceOFPair.html
  1062. share/doc/objfw/objfw/interfaceOFPair.png
  1063. share/doc/objfw/objfw/interfaceOFPlugin-members.html
  1064. share/doc/objfw/objfw/interfaceOFPlugin.html
  1065. share/doc/objfw/objfw/interfaceOFPlugin.png
  1066. share/doc/objfw/objfw/interfaceOFRIPEMD160Hash-members.html
  1067. share/doc/objfw/objfw/interfaceOFRIPEMD160Hash.html
  1068. share/doc/objfw/objfw/interfaceOFRIPEMD160Hash.png
  1069. share/doc/objfw/objfw/interfaceOFReadFailedException-members.html
  1070. share/doc/objfw/objfw/interfaceOFReadFailedException.html
  1071. share/doc/objfw/objfw/interfaceOFReadFailedException.png
  1072. share/doc/objfw/objfw/interfaceOFReadOrWriteFailedException-members.html
  1073. share/doc/objfw/objfw/interfaceOFReadOrWriteFailedException.html
  1074. share/doc/objfw/objfw/interfaceOFReadOrWriteFailedException.png
  1075. share/doc/objfw/objfw/interfaceOFRecursiveMutex-members.html
  1076. share/doc/objfw/objfw/interfaceOFRecursiveMutex.html
  1077. share/doc/objfw/objfw/interfaceOFRecursiveMutex.png
  1078. share/doc/objfw/objfw/interfaceOFRemoveItemFailedException-members.html
  1079. share/doc/objfw/objfw/interfaceOFRemoveItemFailedException.html
  1080. share/doc/objfw/objfw/interfaceOFRemoveItemFailedException.png
  1081. share/doc/objfw/objfw/interfaceOFResolveHostFailedException-members.html
  1082. share/doc/objfw/objfw/interfaceOFResolveHostFailedException.html
  1083. share/doc/objfw/objfw/interfaceOFResolveHostFailedException.png
  1084. share/doc/objfw/objfw/interfaceOFRunLoop-members.html
  1085. share/doc/objfw/objfw/interfaceOFRunLoop.html
  1086. share/doc/objfw/objfw/interfaceOFRunLoop.png
  1087. share/doc/objfw/objfw/interfaceOFSHA1Hash-members.html
  1088. share/doc/objfw/objfw/interfaceOFSHA1Hash.html
  1089. share/doc/objfw/objfw/interfaceOFSHA1Hash.png
  1090. share/doc/objfw/objfw/interfaceOFSHA224Hash-members.html
  1091. share/doc/objfw/objfw/interfaceOFSHA224Hash.html
  1092. share/doc/objfw/objfw/interfaceOFSHA224Hash.png
  1093. share/doc/objfw/objfw/interfaceOFSHA224Or256Hash-members.html
  1094. share/doc/objfw/objfw/interfaceOFSHA224Or256Hash.html
  1095. share/doc/objfw/objfw/interfaceOFSHA224Or256Hash.png
  1096. share/doc/objfw/objfw/interfaceOFSHA256Hash-members.html
  1097. share/doc/objfw/objfw/interfaceOFSHA256Hash.html
  1098. share/doc/objfw/objfw/interfaceOFSHA256Hash.png
  1099. share/doc/objfw/objfw/interfaceOFSHA384Hash-members.html
  1100. share/doc/objfw/objfw/interfaceOFSHA384Hash.html
  1101. share/doc/objfw/objfw/interfaceOFSHA384Hash.png
  1102. share/doc/objfw/objfw/interfaceOFSHA384Or512Hash-members.html
  1103. share/doc/objfw/objfw/interfaceOFSHA384Or512Hash.html
  1104. share/doc/objfw/objfw/interfaceOFSHA384Or512Hash.png
  1105. share/doc/objfw/objfw/interfaceOFSHA512Hash-members.html
  1106. share/doc/objfw/objfw/interfaceOFSHA512Hash.html
  1107. share/doc/objfw/objfw/interfaceOFSHA512Hash.png
  1108. share/doc/objfw/objfw/interfaceOFSOADNSResourceRecord-members.html
  1109. share/doc/objfw/objfw/interfaceOFSOADNSResourceRecord.html
  1110. share/doc/objfw/objfw/interfaceOFSOADNSResourceRecord.png
  1111. share/doc/objfw/objfw/interfaceOFSPXSocket-members.html
  1112. share/doc/objfw/objfw/interfaceOFSPXSocket.html
  1113. share/doc/objfw/objfw/interfaceOFSPXSocket.png
  1114. share/doc/objfw/objfw/interfaceOFSPXStreamSocket-members.html
  1115. share/doc/objfw/objfw/interfaceOFSPXStreamSocket.html
  1116. share/doc/objfw/objfw/interfaceOFSPXStreamSocket.png
  1117. share/doc/objfw/objfw/interfaceOFSRVDNSResourceRecord-members.html
  1118. share/doc/objfw/objfw/interfaceOFSRVDNSResourceRecord.html
  1119. share/doc/objfw/objfw/interfaceOFSRVDNSResourceRecord.png
  1120. share/doc/objfw/objfw/interfaceOFSecureData-members.html
  1121. share/doc/objfw/objfw/interfaceOFSecureData.html
  1122. share/doc/objfw/objfw/interfaceOFSecureData.png
  1123. share/doc/objfw/objfw/interfaceOFSeekFailedException-members.html
  1124. share/doc/objfw/objfw/interfaceOFSeekFailedException.html
  1125. share/doc/objfw/objfw/interfaceOFSeekFailedException.png
  1126. share/doc/objfw/objfw/interfaceOFSeekableStream-members.html
  1127. share/doc/objfw/objfw/interfaceOFSeekableStream.html
  1128. share/doc/objfw/objfw/interfaceOFSeekableStream.png
  1129. share/doc/objfw/objfw/interfaceOFSequencedPacketSocket-members.html
  1130. share/doc/objfw/objfw/interfaceOFSequencedPacketSocket.html
  1131. share/doc/objfw/objfw/interfaceOFSequencedPacketSocket.png
  1132. share/doc/objfw/objfw/interfaceOFSet-members.html
  1133. share/doc/objfw/objfw/interfaceOFSet.html
  1134. share/doc/objfw/objfw/interfaceOFSet.png
  1135. share/doc/objfw/objfw/interfaceOFSetItemAttributesFailedException-members.html
  1136. share/doc/objfw/objfw/interfaceOFSetItemAttributesFailedException.html
  1137. share/doc/objfw/objfw/interfaceOFSetItemAttributesFailedException.png
  1138. share/doc/objfw/objfw/interfaceOFSetOptionFailedException-members.html
  1139. share/doc/objfw/objfw/interfaceOFSetOptionFailedException.html
  1140. share/doc/objfw/objfw/interfaceOFSetOptionFailedException.png
  1141. share/doc/objfw/objfw/interfaceOFSetWindowsRegistryValueFailedException-members.html
  1142. share/doc/objfw/objfw/interfaceOFSetWindowsRegistryValueFailedException.html
  1143. share/doc/objfw/objfw/interfaceOFSetWindowsRegistryValueFailedException.png
  1144. share/doc/objfw/objfw/interfaceOFSettings-members.html
  1145. share/doc/objfw/objfw/interfaceOFSettings.html
  1146. share/doc/objfw/objfw/interfaceOFSettings.png
  1147. share/doc/objfw/objfw/interfaceOFSignalConditionFailedException-members.html
  1148. share/doc/objfw/objfw/interfaceOFSignalConditionFailedException.html
  1149. share/doc/objfw/objfw/interfaceOFSignalConditionFailedException.png
  1150. share/doc/objfw/objfw/interfaceOFSortedList-members.html
  1151. share/doc/objfw/objfw/interfaceOFSortedList.html
  1152. share/doc/objfw/objfw/interfaceOFSortedList.png
  1153. share/doc/objfw/objfw/interfaceOFStartThreadFailedException-members.html
  1154. share/doc/objfw/objfw/interfaceOFStartThreadFailedException.html
  1155. share/doc/objfw/objfw/interfaceOFStartThreadFailedException.png
  1156. share/doc/objfw/objfw/interfaceOFStdIOStream-members.html
  1157. share/doc/objfw/objfw/interfaceOFStdIOStream.html
  1158. share/doc/objfw/objfw/interfaceOFStdIOStream.png
  1159. share/doc/objfw/objfw/interfaceOFStillLockedException-members.html
  1160. share/doc/objfw/objfw/interfaceOFStillLockedException.html
  1161. share/doc/objfw/objfw/interfaceOFStillLockedException.png
  1162. share/doc/objfw/objfw/interfaceOFStream-members.html
  1163. share/doc/objfw/objfw/interfaceOFStream.html
  1164. share/doc/objfw/objfw/interfaceOFStream.png
  1165. share/doc/objfw/objfw/interfaceOFStreamSocket-members.html
  1166. share/doc/objfw/objfw/interfaceOFStreamSocket.html
  1167. share/doc/objfw/objfw/interfaceOFStreamSocket.png
  1168. share/doc/objfw/objfw/interfaceOFString-members.html
  1169. share/doc/objfw/objfw/interfaceOFString.html
  1170. share/doc/objfw/objfw/interfaceOFString.png
  1171. share/doc/objfw/objfw/interfaceOFSubprocess-members.html
  1172. share/doc/objfw/objfw/interfaceOFSubprocess.html
  1173. share/doc/objfw/objfw/interfaceOFSubprocess.png
  1174. share/doc/objfw/objfw/interfaceOFSystemInfo-members.html
  1175. share/doc/objfw/objfw/interfaceOFSystemInfo.html
  1176. share/doc/objfw/objfw/interfaceOFSystemInfo.png
  1177. share/doc/objfw/objfw/interfaceOFTCPSocket-members.html
  1178. share/doc/objfw/objfw/interfaceOFTCPSocket.html
  1179. share/doc/objfw/objfw/interfaceOFTCPSocket.png
  1180. share/doc/objfw/objfw/interfaceOFTLSHandshakeFailedException-members.html
  1181. share/doc/objfw/objfw/interfaceOFTLSHandshakeFailedException.html
  1182. share/doc/objfw/objfw/interfaceOFTLSHandshakeFailedException.png
  1183. share/doc/objfw/objfw/interfaceOFTLSStream-members.html
  1184. share/doc/objfw/objfw/interfaceOFTLSStream.html
  1185. share/doc/objfw/objfw/interfaceOFTLSStream.png
  1186. share/doc/objfw/objfw/interfaceOFTXTDNSResourceRecord-members.html
  1187. share/doc/objfw/objfw/interfaceOFTXTDNSResourceRecord.html
  1188. share/doc/objfw/objfw/interfaceOFTXTDNSResourceRecord.png
  1189. share/doc/objfw/objfw/interfaceOFTarArchive-members.html
  1190. share/doc/objfw/objfw/interfaceOFTarArchive.html
  1191. share/doc/objfw/objfw/interfaceOFTarArchive.png
  1192. share/doc/objfw/objfw/interfaceOFTarArchiveEntry-members.html
  1193. share/doc/objfw/objfw/interfaceOFTarArchiveEntry.html
  1194. share/doc/objfw/objfw/interfaceOFTarArchiveEntry.png
  1195. share/doc/objfw/objfw/interfaceOFThread-members.html
  1196. share/doc/objfw/objfw/interfaceOFThread.html
  1197. share/doc/objfw/objfw/interfaceOFThread.png
  1198. share/doc/objfw/objfw/interfaceOFThreadStillRunningException-members.html
  1199. share/doc/objfw/objfw/interfaceOFThreadStillRunningException.html
  1200. share/doc/objfw/objfw/interfaceOFThreadStillRunningException.png
  1201. share/doc/objfw/objfw/interfaceOFTimer-members.html
  1202. share/doc/objfw/objfw/interfaceOFTimer.html
  1203. share/doc/objfw/objfw/interfaceOFTimer.png
  1204. share/doc/objfw/objfw/interfaceOFTriple-members.html
  1205. share/doc/objfw/objfw/interfaceOFTriple.html
  1206. share/doc/objfw/objfw/interfaceOFTriple.png
  1207. share/doc/objfw/objfw/interfaceOFTruncatedDataException-members.html
  1208. share/doc/objfw/objfw/interfaceOFTruncatedDataException.html
  1209. share/doc/objfw/objfw/interfaceOFTruncatedDataException.png
  1210. share/doc/objfw/objfw/interfaceOFUDPSocket-members.html
  1211. share/doc/objfw/objfw/interfaceOFUDPSocket.html
  1212. share/doc/objfw/objfw/interfaceOFUDPSocket.png
  1213. share/doc/objfw/objfw/interfaceOFUNIXDatagramSocket-members.html
  1214. share/doc/objfw/objfw/interfaceOFUNIXDatagramSocket.html
  1215. share/doc/objfw/objfw/interfaceOFUNIXDatagramSocket.png
  1216. share/doc/objfw/objfw/interfaceOFUNIXStreamSocket-members.html
  1217. share/doc/objfw/objfw/interfaceOFUNIXStreamSocket.html
  1218. share/doc/objfw/objfw/interfaceOFUNIXStreamSocket.png
  1219. share/doc/objfw/objfw/interfaceOFUUID-members.html
  1220. share/doc/objfw/objfw/interfaceOFUUID.html
  1221. share/doc/objfw/objfw/interfaceOFUUID.png
  1222. share/doc/objfw/objfw/interfaceOFUnboundNamespaceException-members.html
  1223. share/doc/objfw/objfw/interfaceOFUnboundNamespaceException.html
  1224. share/doc/objfw/objfw/interfaceOFUnboundNamespaceException.png
  1225. share/doc/objfw/objfw/interfaceOFUnboundPrefixException-members.html
  1226. share/doc/objfw/objfw/interfaceOFUnboundPrefixException.html
  1227. share/doc/objfw/objfw/interfaceOFUnboundPrefixException.png
  1228. share/doc/objfw/objfw/interfaceOFUndefinedKeyException-members.html
  1229. share/doc/objfw/objfw/interfaceOFUndefinedKeyException.html
  1230. share/doc/objfw/objfw/interfaceOFUndefinedKeyException.png
  1231. share/doc/objfw/objfw/interfaceOFUnknownXMLEntityException-members.html
  1232. share/doc/objfw/objfw/interfaceOFUnknownXMLEntityException.html
  1233. share/doc/objfw/objfw/interfaceOFUnknownXMLEntityException.png
  1234. share/doc/objfw/objfw/interfaceOFUnlockFailedException-members.html
  1235. share/doc/objfw/objfw/interfaceOFUnlockFailedException.html
  1236. share/doc/objfw/objfw/interfaceOFUnlockFailedException.png
  1237. share/doc/objfw/objfw/interfaceOFUnsupportedProtocolException-members.html
  1238. share/doc/objfw/objfw/interfaceOFUnsupportedProtocolException.html
  1239. share/doc/objfw/objfw/interfaceOFUnsupportedProtocolException.png
  1240. share/doc/objfw/objfw/interfaceOFUnsupportedVersionException-members.html
  1241. share/doc/objfw/objfw/interfaceOFUnsupportedVersionException.html
  1242. share/doc/objfw/objfw/interfaceOFUnsupportedVersionException.png
  1243. share/doc/objfw/objfw/interfaceOFValue-members.html
  1244. share/doc/objfw/objfw/interfaceOFValue.html
  1245. share/doc/objfw/objfw/interfaceOFValue.png
  1246. share/doc/objfw/objfw/interfaceOFWaitForConditionFailedException-members.html
  1247. share/doc/objfw/objfw/interfaceOFWaitForConditionFailedException.html
  1248. share/doc/objfw/objfw/interfaceOFWaitForConditionFailedException.png
  1249. share/doc/objfw/objfw/interfaceOFWriteFailedException-members.html
  1250. share/doc/objfw/objfw/interfaceOFWriteFailedException.html
  1251. share/doc/objfw/objfw/interfaceOFWriteFailedException.png
  1252. share/doc/objfw/objfw/interfaceOFXMLAttribute-members.html
  1253. share/doc/objfw/objfw/interfaceOFXMLAttribute.html
  1254. share/doc/objfw/objfw/interfaceOFXMLAttribute.png
  1255. share/doc/objfw/objfw/interfaceOFXMLCDATA-members.html
  1256. share/doc/objfw/objfw/interfaceOFXMLCDATA.html
  1257. share/doc/objfw/objfw/interfaceOFXMLCDATA.png
  1258. share/doc/objfw/objfw/interfaceOFXMLCharacters-members.html
  1259. share/doc/objfw/objfw/interfaceOFXMLCharacters.html
  1260. share/doc/objfw/objfw/interfaceOFXMLCharacters.png
  1261. share/doc/objfw/objfw/interfaceOFXMLComment-members.html
  1262. share/doc/objfw/objfw/interfaceOFXMLComment.html
  1263. share/doc/objfw/objfw/interfaceOFXMLComment.png
  1264. share/doc/objfw/objfw/interfaceOFXMLElement-members.html
  1265. share/doc/objfw/objfw/interfaceOFXMLElement.html
  1266. share/doc/objfw/objfw/interfaceOFXMLElement.png
  1267. share/doc/objfw/objfw/interfaceOFXMLElementBuilder-members.html
  1268. share/doc/objfw/objfw/interfaceOFXMLElementBuilder.html
  1269. share/doc/objfw/objfw/interfaceOFXMLElementBuilder.png
  1270. share/doc/objfw/objfw/interfaceOFXMLNode-members.html
  1271. share/doc/objfw/objfw/interfaceOFXMLNode.html
  1272. share/doc/objfw/objfw/interfaceOFXMLNode.png
  1273. share/doc/objfw/objfw/interfaceOFXMLParser-members.html
  1274. share/doc/objfw/objfw/interfaceOFXMLParser.html
  1275. share/doc/objfw/objfw/interfaceOFXMLParser.png
  1276. share/doc/objfw/objfw/interfaceOFXMLProcessingInstruction-members.html
  1277. share/doc/objfw/objfw/interfaceOFXMLProcessingInstruction.html
  1278. share/doc/objfw/objfw/interfaceOFXMLProcessingInstruction.png
  1279. share/doc/objfw/objfw/interfaceOFZIPArchive-members.html
  1280. share/doc/objfw/objfw/interfaceOFZIPArchive.html
  1281. share/doc/objfw/objfw/interfaceOFZIPArchive.png
  1282. share/doc/objfw/objfw/interfaceOFZIPArchiveEntry-members.html
  1283. share/doc/objfw/objfw/interfaceOFZIPArchiveEntry.html
  1284. share/doc/objfw/objfw/interfaceOFZIPArchiveEntry.png
  1285. share/doc/objfw/objfw/jquery.js
  1286. share/doc/objfw/objfw/macros_8h_source.html
  1287. share/doc/objfw/objfw/menu.js
  1288. share/doc/objfw/objfw/menudata.js
  1289. share/doc/objfw/objfw/nav_f.png
  1290. share/doc/objfw/objfw/nav_fd.png
  1291. share/doc/objfw/objfw/nav_g.png
  1292. share/doc/objfw/objfw/nav_h.png
  1293. share/doc/objfw/objfw/nav_hd.png
  1294. share/doc/objfw/objfw/objfw-defs_8h_source.html
  1295. share/doc/objfw/objfw/open.png
  1296. share/doc/objfw/objfw/platform_8h_source.html
  1297. share/doc/objfw/objfw/private_8h_source.html
  1298. share/doc/objfw/objfw/protocolOFApplicationDelegate-p-members.html
  1299. share/doc/objfw/objfw/protocolOFApplicationDelegate-p.html
  1300. share/doc/objfw/objfw/protocolOFApplicationDelegate-p.png
  1301. share/doc/objfw/objfw/protocolOFArchiveEntry-p-members.html
  1302. share/doc/objfw/objfw/protocolOFArchiveEntry-p.html
  1303. share/doc/objfw/objfw/protocolOFArchiveEntry-p.png
  1304. share/doc/objfw/objfw/protocolOFCollection-p-members.html
  1305. share/doc/objfw/objfw/protocolOFCollection-p.html
  1306. share/doc/objfw/objfw/protocolOFCollection-p.png
  1307. share/doc/objfw/objfw/protocolOFComparing-p-members.html
  1308. share/doc/objfw/objfw/protocolOFComparing-p.html
  1309. share/doc/objfw/objfw/protocolOFComparing-p.png
  1310. share/doc/objfw/objfw/protocolOFCopying-p-members.html
  1311. share/doc/objfw/objfw/protocolOFCopying-p.html
  1312. share/doc/objfw/objfw/protocolOFCopying-p.png
  1313. share/doc/objfw/objfw/protocolOFCryptographicHash-p-members.html
  1314. share/doc/objfw/objfw/protocolOFCryptographicHash-p.html
  1315. share/doc/objfw/objfw/protocolOFCryptographicHash-p.png
  1316. share/doc/objfw/objfw/protocolOFDDPSocketDelegate-p-members.html
  1317. share/doc/objfw/objfw/protocolOFDDPSocketDelegate-p.html
  1318. share/doc/objfw/objfw/protocolOFDDPSocketDelegate-p.png
  1319. share/doc/objfw/objfw/protocolOFDNSResolverQueryDelegate-p-members.html
  1320. share/doc/objfw/objfw/protocolOFDNSResolverQueryDelegate-p.html
  1321. share/doc/objfw/objfw/protocolOFDNSResolverQueryDelegate-p.png
  1322. share/doc/objfw/objfw/protocolOFDatagramSocketDelegate-p-members.html
  1323. share/doc/objfw/objfw/protocolOFDatagramSocketDelegate-p.html
  1324. share/doc/objfw/objfw/protocolOFDatagramSocketDelegate-p.png
  1325. share/doc/objfw/objfw/protocolOFEnumeration-p-members.html
  1326. share/doc/objfw/objfw/protocolOFEnumeration-p.html
  1327. share/doc/objfw/objfw/protocolOFEnumeration-p.png
  1328. share/doc/objfw/objfw/protocolOFFastEnumeration-p-members.html
  1329. share/doc/objfw/objfw/protocolOFFastEnumeration-p.html
  1330. share/doc/objfw/objfw/protocolOFFastEnumeration-p.png
  1331. share/doc/objfw/objfw/protocolOFHTTPClientDelegate-p-members.html
  1332. share/doc/objfw/objfw/protocolOFHTTPClientDelegate-p.html
  1333. share/doc/objfw/objfw/protocolOFHTTPClientDelegate-p.png
  1334. share/doc/objfw/objfw/protocolOFHTTPServerDelegate-p-members.html
  1335. share/doc/objfw/objfw/protocolOFHTTPServerDelegate-p.html
  1336. share/doc/objfw/objfw/protocolOFHTTPServerDelegate-p.png
  1337. share/doc/objfw/objfw/protocolOFIPXSocketDelegate-p-members.html
  1338. share/doc/objfw/objfw/protocolOFIPXSocketDelegate-p.html
  1339. share/doc/objfw/objfw/protocolOFIPXSocketDelegate-p.png
  1340. share/doc/objfw/objfw/protocolOFJSONRepresentation-p-members.html
  1341. share/doc/objfw/objfw/protocolOFJSONRepresentation-p.html
  1342. share/doc/objfw/objfw/protocolOFJSONRepresentation-p.png
  1343. share/doc/objfw/objfw/protocolOFKernelEventObserverDelegate-p-members.html
  1344. share/doc/objfw/objfw/protocolOFKernelEventObserverDelegate-p.html
  1345. share/doc/objfw/objfw/protocolOFKernelEventObserverDelegate-p.png
  1346. share/doc/objfw/objfw/protocolOFKeyValueCoding-p-members.html
  1347. share/doc/objfw/objfw/protocolOFKeyValueCoding-p.html
  1348. share/doc/objfw/objfw/protocolOFLocking-p-members.html
  1349. share/doc/objfw/objfw/protocolOFLocking-p.html
  1350. share/doc/objfw/objfw/protocolOFLocking-p.png
  1351. share/doc/objfw/objfw/protocolOFMessagePackRepresentation-p-members.html
  1352. share/doc/objfw/objfw/protocolOFMessagePackRepresentation-p.html
  1353. share/doc/objfw/objfw/protocolOFMessagePackRepresentation-p.png
  1354. share/doc/objfw/objfw/protocolOFMutableArchiveEntry-p-members.html
  1355. share/doc/objfw/objfw/protocolOFMutableArchiveEntry-p.html
  1356. share/doc/objfw/objfw/protocolOFMutableArchiveEntry-p.png
  1357. share/doc/objfw/objfw/protocolOFMutableCopying-p-members.html
  1358. share/doc/objfw/objfw/protocolOFMutableCopying-p.html
  1359. share/doc/objfw/objfw/protocolOFMutableCopying-p.png
  1360. share/doc/objfw/objfw/protocolOFObject-p-members.html
  1361. share/doc/objfw/objfw/protocolOFObject-p.html
  1362. share/doc/objfw/objfw/protocolOFObject-p.png
  1363. share/doc/objfw/objfw/protocolOFReadyForReadingObserving-p-members.html
  1364. share/doc/objfw/objfw/protocolOFReadyForReadingObserving-p.html
  1365. share/doc/objfw/objfw/protocolOFReadyForReadingObserving-p.png
  1366. share/doc/objfw/objfw/protocolOFReadyForWritingObserving-p-members.html
  1367. share/doc/objfw/objfw/protocolOFReadyForWritingObserving-p.html
  1368. share/doc/objfw/objfw/protocolOFReadyForWritingObserving-p.png
  1369. share/doc/objfw/objfw/protocolOFSPXSocketDelegate-p-members.html
  1370. share/doc/objfw/objfw/protocolOFSPXSocketDelegate-p.html
  1371. share/doc/objfw/objfw/protocolOFSPXSocketDelegate-p.png
  1372. share/doc/objfw/objfw/protocolOFSPXStreamSocketDelegate-p-members.html
  1373. share/doc/objfw/objfw/protocolOFSPXStreamSocketDelegate-p.html
  1374. share/doc/objfw/objfw/protocolOFSPXStreamSocketDelegate-p.png
  1375. share/doc/objfw/objfw/protocolOFSequencedPacketSocketDelegate-p-members.html
  1376. share/doc/objfw/objfw/protocolOFSequencedPacketSocketDelegate-p.html
  1377. share/doc/objfw/objfw/protocolOFSequencedPacketSocketDelegate-p.png
  1378. share/doc/objfw/objfw/protocolOFStreamDelegate-p-members.html
  1379. share/doc/objfw/objfw/protocolOFStreamDelegate-p.html
  1380. share/doc/objfw/objfw/protocolOFStreamDelegate-p.png
  1381. share/doc/objfw/objfw/protocolOFStreamSocketDelegate-p-members.html
  1382. share/doc/objfw/objfw/protocolOFStreamSocketDelegate-p.html
  1383. share/doc/objfw/objfw/protocolOFStreamSocketDelegate-p.png
  1384. share/doc/objfw/objfw/protocolOFStringXMLUnescapingDelegate-p-members.html
  1385. share/doc/objfw/objfw/protocolOFStringXMLUnescapingDelegate-p.html
  1386. share/doc/objfw/objfw/protocolOFStringXMLUnescapingDelegate-p.png
  1387. share/doc/objfw/objfw/protocolOFTCPSocketDelegate-p-members.html
  1388. share/doc/objfw/objfw/protocolOFTCPSocketDelegate-p.html
  1389. share/doc/objfw/objfw/protocolOFTCPSocketDelegate-p.png
  1390. share/doc/objfw/objfw/protocolOFTLSStreamDelegate-p-members.html
  1391. share/doc/objfw/objfw/protocolOFTLSStreamDelegate-p.html
  1392. share/doc/objfw/objfw/protocolOFTLSStreamDelegate-p.png
  1393. share/doc/objfw/objfw/protocolOFUDPSocketDelegate-p-members.html
  1394. share/doc/objfw/objfw/protocolOFUDPSocketDelegate-p.html
  1395. share/doc/objfw/objfw/protocolOFUDPSocketDelegate-p.png
  1396. share/doc/objfw/objfw/protocolOFUNIXDatagramSocketDelegate-p-members.html
  1397. share/doc/objfw/objfw/protocolOFUNIXDatagramSocketDelegate-p.html
  1398. share/doc/objfw/objfw/protocolOFUNIXDatagramSocketDelegate-p.png
  1399. share/doc/objfw/objfw/protocolOFUNIXStreamSocketDelegate-p-members.html
  1400. share/doc/objfw/objfw/protocolOFUNIXStreamSocketDelegate-p.html
  1401. share/doc/objfw/objfw/protocolOFUNIXStreamSocketDelegate-p.png
  1402. share/doc/objfw/objfw/protocolOFXMLElementBuilderDelegate-p-members.html
  1403. share/doc/objfw/objfw/protocolOFXMLElementBuilderDelegate-p.html
  1404. share/doc/objfw/objfw/protocolOFXMLElementBuilderDelegate-p.png
  1405. share/doc/objfw/objfw/protocolOFXMLParserDelegate-p-members.html
  1406. share/doc/objfw/objfw/protocolOFXMLParserDelegate-p.html
  1407. share/doc/objfw/objfw/protocolOFXMLParserDelegate-p.png
  1408. share/doc/objfw/objfw/protocolOFZIPArchiveDelegate-p-members.html
  1409. share/doc/objfw/objfw/protocolOFZIPArchiveDelegate-p.html
  1410. share/doc/objfw/objfw/protocolOFZIPArchiveDelegate-p.png
  1411. share/doc/objfw/objfw/search/all_0.js
  1412. share/doc/objfw/objfw/search/all_1.js
  1413. share/doc/objfw/objfw/search/all_10.js
  1414. share/doc/objfw/objfw/search/all_11.js
  1415. share/doc/objfw/objfw/search/all_12.js
  1416. share/doc/objfw/objfw/search/all_13.js
  1417. share/doc/objfw/objfw/search/all_14.js
  1418. share/doc/objfw/objfw/search/all_15.js
  1419. share/doc/objfw/objfw/search/all_16.js
  1420. share/doc/objfw/objfw/search/all_17.js
  1421. share/doc/objfw/objfw/search/all_18.js
  1422. share/doc/objfw/objfw/search/all_19.js
  1423. share/doc/objfw/objfw/search/all_1a.js
  1424. share/doc/objfw/objfw/search/all_2.js
  1425. share/doc/objfw/objfw/search/all_3.js
  1426. share/doc/objfw/objfw/search/all_4.js
  1427. share/doc/objfw/objfw/search/all_5.js
  1428. share/doc/objfw/objfw/search/all_6.js
  1429. share/doc/objfw/objfw/search/all_7.js
  1430. share/doc/objfw/objfw/search/all_8.js
  1431. share/doc/objfw/objfw/search/all_9.js
  1432. share/doc/objfw/objfw/search/all_a.js
  1433. share/doc/objfw/objfw/search/all_b.js
  1434. share/doc/objfw/objfw/search/all_c.js
  1435. share/doc/objfw/objfw/search/all_d.js
  1436. share/doc/objfw/objfw/search/all_e.js
  1437. share/doc/objfw/objfw/search/all_f.js
  1438. share/doc/objfw/objfw/search/classes_0.js
  1439. share/doc/objfw/objfw/search/close.svg
  1440. share/doc/objfw/objfw/search/defines_0.js
  1441. share/doc/objfw/objfw/search/defines_1.js
  1442. share/doc/objfw/objfw/search/defines_2.js
  1443. share/doc/objfw/objfw/search/enums_0.js
  1444. share/doc/objfw/objfw/search/enumvalues_0.js
  1445. share/doc/objfw/objfw/search/files_0.js
  1446. share/doc/objfw/objfw/search/functions_0.js
  1447. share/doc/objfw/objfw/search/functions_1.js
  1448. share/doc/objfw/objfw/search/functions_10.js
  1449. share/doc/objfw/objfw/search/functions_11.js
  1450. share/doc/objfw/objfw/search/functions_12.js
  1451. share/doc/objfw/objfw/search/functions_13.js
  1452. share/doc/objfw/objfw/search/functions_14.js
  1453. share/doc/objfw/objfw/search/functions_15.js
  1454. share/doc/objfw/objfw/search/functions_16.js
  1455. share/doc/objfw/objfw/search/functions_17.js
  1456. share/doc/objfw/objfw/search/functions_18.js
  1457. share/doc/objfw/objfw/search/functions_19.js
  1458. share/doc/objfw/objfw/search/functions_1a.js
  1459. share/doc/objfw/objfw/search/functions_2.js
  1460. share/doc/objfw/objfw/search/functions_3.js
  1461. share/doc/objfw/objfw/search/functions_4.js
  1462. share/doc/objfw/objfw/search/functions_5.js
  1463. share/doc/objfw/objfw/search/functions_6.js
  1464. share/doc/objfw/objfw/search/functions_7.js
  1465. share/doc/objfw/objfw/search/functions_8.js
  1466. share/doc/objfw/objfw/search/functions_9.js
  1467. share/doc/objfw/objfw/search/functions_a.js
  1468. share/doc/objfw/objfw/search/functions_b.js
  1469. share/doc/objfw/objfw/search/functions_c.js
  1470. share/doc/objfw/objfw/search/functions_d.js
  1471. share/doc/objfw/objfw/search/functions_e.js
  1472. share/doc/objfw/objfw/search/functions_f.js
  1473. share/doc/objfw/objfw/search/mag.svg
  1474. share/doc/objfw/objfw/search/mag_d.svg
  1475. share/doc/objfw/objfw/search/mag_sel.svg
  1476. share/doc/objfw/objfw/search/mag_seld.svg
  1477. share/doc/objfw/objfw/search/properties_0.js
  1478. share/doc/objfw/objfw/search/properties_1.js
  1479. share/doc/objfw/objfw/search/properties_10.js
  1480. share/doc/objfw/objfw/search/properties_11.js
  1481. share/doc/objfw/objfw/search/properties_12.js
  1482. share/doc/objfw/objfw/search/properties_13.js
  1483. share/doc/objfw/objfw/search/properties_14.js
  1484. share/doc/objfw/objfw/search/properties_15.js
  1485. share/doc/objfw/objfw/search/properties_16.js
  1486. share/doc/objfw/objfw/search/properties_17.js
  1487. share/doc/objfw/objfw/search/properties_18.js
  1488. share/doc/objfw/objfw/search/properties_2.js
  1489. share/doc/objfw/objfw/search/properties_3.js
  1490. share/doc/objfw/objfw/search/properties_4.js
  1491. share/doc/objfw/objfw/search/properties_5.js
  1492. share/doc/objfw/objfw/search/properties_6.js
  1493. share/doc/objfw/objfw/search/properties_7.js
  1494. share/doc/objfw/objfw/search/properties_8.js
  1495. share/doc/objfw/objfw/search/properties_9.js
  1496. share/doc/objfw/objfw/search/properties_a.js
  1497. share/doc/objfw/objfw/search/properties_b.js
  1498. share/doc/objfw/objfw/search/properties_c.js
  1499. share/doc/objfw/objfw/search/properties_d.js
  1500. share/doc/objfw/objfw/search/properties_e.js
  1501. share/doc/objfw/objfw/search/properties_f.js
  1502. share/doc/objfw/objfw/search/search.css
  1503. share/doc/objfw/objfw/search/search.js
  1504. share/doc/objfw/objfw/search/searchdata.js
  1505. share/doc/objfw/objfw/search/typedefs_0.js
  1506. share/doc/objfw/objfw/search/typedefs_1.js
  1507. share/doc/objfw/objfw/search/typedefs_2.js
  1508. share/doc/objfw/objfw/search/typedefs_3.js
  1509. share/doc/objfw/objfw/search/typedefs_4.js
  1510. share/doc/objfw/objfw/search/typedefs_5.js
  1511. share/doc/objfw/objfw/search/variables_0.js
  1512. share/doc/objfw/objfw/search/variables_1.js
  1513. share/doc/objfw/objfw/search/variables_10.js
  1514. share/doc/objfw/objfw/search/variables_2.js
  1515. share/doc/objfw/objfw/search/variables_3.js
  1516. share/doc/objfw/objfw/search/variables_4.js
  1517. share/doc/objfw/objfw/search/variables_5.js
  1518. share/doc/objfw/objfw/search/variables_6.js
  1519. share/doc/objfw/objfw/search/variables_7.js
  1520. share/doc/objfw/objfw/search/variables_8.js
  1521. share/doc/objfw/objfw/search/variables_9.js
  1522. share/doc/objfw/objfw/search/variables_a.js
  1523. share/doc/objfw/objfw/search/variables_b.js
  1524. share/doc/objfw/objfw/search/variables_c.js
  1525. share/doc/objfw/objfw/search/variables_d.js
  1526. share/doc/objfw/objfw/search/variables_e.js
  1527. share/doc/objfw/objfw/search/variables_f.js
  1528. share/doc/objfw/objfw/splitbar.png
  1529. share/doc/objfw/objfw/splitbard.png
  1530. share/doc/objfw/objfw/structOFFastEnumerationState-members.html
  1531. share/doc/objfw/objfw/structOFFastEnumerationState.html
  1532. share/doc/objfw/objfw/structOFHTTPRequestProtocolVersion-members.html
  1533. share/doc/objfw/objfw/structOFHTTPRequestProtocolVersion.html
  1534. share/doc/objfw/objfw/structOFListItem.html
  1535. share/doc/objfw/objfw/structOFMapTableFunctions-members.html
  1536. share/doc/objfw/objfw/structOFMapTableFunctions.html
  1537. share/doc/objfw/objfw/structOFOptionsParserOption-members.html
  1538. share/doc/objfw/objfw/structOFOptionsParserOption.html
  1539. share/doc/objfw/objfw/structOFPBKDF2Parameters-members.html
  1540. share/doc/objfw/objfw/structOFPBKDF2Parameters.html
  1541. share/doc/objfw/objfw/structOFPoint-members.html
  1542. share/doc/objfw/objfw/structOFPoint.html
  1543. share/doc/objfw/objfw/structOFRange-members.html
  1544. share/doc/objfw/objfw/structOFRange.html
  1545. share/doc/objfw/objfw/structOFRect-members.html
  1546. share/doc/objfw/objfw/structOFRect.html
  1547. share/doc/objfw/objfw/structOFScryptParameters-members.html
  1548. share/doc/objfw/objfw/structOFScryptParameters.html
  1549. share/doc/objfw/objfw/structOFSize-members.html
  1550. share/doc/objfw/objfw/structOFSize.html
  1551. share/doc/objfw/objfw/structOFSocketAddress-members.html
  1552. share/doc/objfw/objfw/structOFSocketAddress.html
  1553. share/doc/objfw/objfw/structOFVector3D-members.html
  1554. share/doc/objfw/objfw/structOFVector3D.html
  1555. share/doc/objfw/objfw/structOFVector4D-members.html
  1556. share/doc/objfw/objfw/structOFVector4D.html
  1557. share/doc/objfw/objfw/structobjc__class-members.html
  1558. share/doc/objfw/objfw/structobjc__class.html
  1559. share/doc/objfw/objfw/structobjc__object-members.html
  1560. share/doc/objfw/objfw/structobjc__object.html
  1561. share/doc/objfw/objfw/structobjc__super-members.html
  1562. share/doc/objfw/objfw/structobjc__super.html
  1563. share/doc/objfw/objfw/sync_off.png
  1564. share/doc/objfw/objfw/sync_on.png
  1565. share/doc/objfw/objfw/tab_a.png
  1566. share/doc/objfw/objfw/tab_ad.png
  1567. share/doc/objfw/objfw/tab_b.png
  1568. share/doc/objfw/objfw/tab_bd.png
  1569. share/doc/objfw/objfw/tab_h.png
  1570. share/doc/objfw/objfw/tab_hd.png
  1571. share/doc/objfw/objfw/tab_s.png
  1572. share/doc/objfw/objfw/tab_sd.png
  1573. share/doc/objfw/objfw/tabs.css
  1574. share/doc/objfw/objfw/unicode_8h_source.html
  1575. share/doc/objfw/objfw/unistd__wrapper_8h_source.html
  1576. share/ofarc/localization/de.json
  1577. share/ofarc/localization/localizations.json
  1578. share/ofdns/localization/de.json
  1579. share/ofdns/localization/localizations.json
  1580. share/ofhash/localization/de.json
  1581. share/ofhash/localization/localizations.json
  1582. share/ofhttp/localization/de.json
  1583. share/ofhttp/localization/localizations.json
  1584. @owner
  1585. @group
  1586. @mode
Collapse this list.
Dependency lines:
  • objfw>0:devel/objfw
To install the port:
cd /usr/ports/devel/objfw/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/objfw
  • pkg install objfw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: objfw
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1699187260 SHA256 (objfw-1.0.5.tar.gz) = 798bda0590970fea10d5c8064e98088bb9960b3bc0475d92db443b0df9f205c4 SIZE (objfw-1.0.5.tar.gz) = 797479

Packages (timestamps in pop-ups are UTC):
objfw
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.51.0.5--1.0.5---
FreeBSD:13:quarterly1.0.51.0.5--1.0.51.0.5--
FreeBSD:14:latest1.0.51.0.5--1.0.5---
FreeBSD:14:quarterly1.0.51.0.5--1.0.51.0.5--
FreeBSD:15:latest1.0.51.0.5n/a-n/a1.0.5--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. doxygen : devel/doxygen
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for objfw-1.0.5: DOCS=on: Build and/or install documentation ====> SSL protocol support: you have to select exactly one of them OPENSSL=on: SSL/TLS support via OpenSSL GNUTLS=off: SSL/TLS support via GnuTLS NOSSL=off: no SSL/TLS support ===> Use 'make config' to modify these settings
Options name:
devel_objfw
USES:
ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://objfw.nil.im/downloads/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.5
07 Nov 2023 00:16:51
commit hash: be9a449a89651555ea5193c93a3f05cb6c870a85commit hash: be9a449a89651555ea5193c93a3f05cb6c870a85commit hash: be9a449a89651555ea5193c93a3f05cb6c870a85commit hash: be9a449a89651555ea5193c93a3f05cb6c870a85 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jonathan Schleifer
devel/objfw: update to 1.0.5

ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
 * Fixes the calculation of the extra alignment in OFAllocObject()
 * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
 * Fixes OFSocketAddressString() for AppleTalk addresses
 * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
 * Disables tests for global blocks on Win64 due to broken compilers
 * Adds PGP keys to verify tarballs and commits in the code repository

PR:		274924
MFH:		2023Q4
1.0.4
09 Oct 2023 07:40:31
commit hash: 2346592c66e8c93e85a61ea35eb3ec136661d2bfcommit hash: 2346592c66e8c93e85a61ea35eb3ec136661d2bfcommit hash: 2346592c66e8c93e85a61ea35eb3ec136661d2bfcommit hash: 2346592c66e8c93e85a61ea35eb3ec136661d2bf files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jonathan Schleifer
devel/objfw: update to 1.0.4

ObjFW 1.0.3 -> ObjFW 1.0.4, 2023-10-08
 * Fixes OFFile closing fd 0 when initialization fails
 * Fixes -[stringByAppendingPathComponent:] on empty strings
 * Fixes +[OFSystemInfo operatingSystemName] and
   +[OFSystemInfo operatingSystemVersion] returning nil on some systems
 * Adds a license for localizations

PR:		274353
MFH:		2023Q4
1.0.3
17 Sep 2023 15:26:47
commit hash: 6e494f266b58d150da50f2818f7ee3a3dd1e8ad5commit hash: 6e494f266b58d150da50f2818f7ee3a3dd1e8ad5commit hash: 6e494f266b58d150da50f2818f7ee3a3dd1e8ad5commit hash: 6e494f266b58d150da50f2818f7ee3a3dd1e8ad5 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jonathan Schleifer
devel/objfw: Portable, lightweight framework for the Objective-C language

ObjFW is a highly portable, lightweight, general purpose, open source
Objective-C framework with full Objective-C 2.0, blocks and ARC support,
providing not only basic classes like strings, arrays and dictionaries,
but also providing abstractions for OS-dependant functionality like
asynchronous sockets.

While a lot of the core API is similar to Foundation, it breaks with
Foundation's API on purpose in many places to embrace new features which
Foundation can't use completely due to its backwards compatibility. One
such example are exceptions, which are a first class citizen in ObjFW
and not merely to inform the programmer of his wrongdoings like in
Foundation.

ObjFW runs on a huge list of platforms and offers the same API on all of
them so that software written using ObjFW runs on all platforms
supported by ObjFW without #ifdef hells or the like. It does not only
run on almost any POSIX system that supports GCC >= 4, but it also works
on Windows and niche platforms like the PlayStation Portable.

WWW: https://objfw.nil.im/

PR:		273835

Number of commits found: 3