ObjFW  Check-in [48980f2297]

Overview
Comment:Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware).

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 48980f2297b6946b5555d10b2c586684084016f28079566f9f4235dc73552a5f
User & Date: js on 2015-11-29 11:43:05
Other Links: manifest | tags
Context
2015-11-29
14:02
Make use of fast enumeration check-in: 6b13727ce0 user: js tags: trunk
11:43
Make properties a requirement and clean up code check-in: 48980f2297 user: js tags: trunk
2015-11-28
19:47
Minor documentation improvements check-in: 650b4be224 user: js tags: trunk
Changes

Modified src/OFApplication.h from [5756d4c723] to [91ca5aaec7].    [diff]

Modified src/OFApplication.m from [a553adbdf6] to [faff25c759].    [diff]

Modified src/OFArray.h from [fdfb08cf0d] to [87f8ae6119].    [diff]

Modified src/OFCollection.h from [ca64037e5a] to [d0606515a9].    [diff]

Modified src/OFDataArray.h from [dbaf155683] to [f2fca692ea].    [diff]

Modified src/OFDataArray.m from [ca5d4f1f51] to [a87aa9a19e].    [diff]

Modified src/OFHTTPClient.h from [1d478e9a98] to [ed0609a453].    [diff]

Modified src/OFHTTPClient.m from [824a74cbab] to [9951bb361f].    [diff]

Modified src/OFHTTPRequest.h from [cc2cdac436] to [0d537b984c].    [diff]

Modified src/OFHTTPRequest.m from [e92c282719] to [7383d317b4].    [diff]

Modified src/OFHTTPResponse.h from [127c6d8f9d] to [064c58fb15].    [diff]

Modified src/OFHTTPResponse.m from [e1187050b5] to [4d16069cfb].    [diff]

Modified src/OFHTTPServer.h from [0b4b52c4cd] to [c2a9a2ca01].    [diff]

Modified src/OFHTTPServer.m from [c9577b3169] to [c7dbee91dc].    [diff]

Modified src/OFHash.h from [3d6ceb79ea] to [c1bb376104].    [diff]

Modified src/OFINICategory.h from [b816d84214] to [9f2008ee0c].    [diff]

Modified src/OFINICategory.m from [54b832fdf6] to [db5fef86d0].    [diff]

Modified src/OFIntrospection.h from [061b43fb0e] to [afc6aa5a2f].    [diff]

Modified src/OFIntrospection.m from [28d5671231] to [521053ff4d].    [diff]

Modified src/OFKernelEventObserver.h from [dd8f6e2345] to [9901acfc70].    [diff]

Modified src/OFKernelEventObserver.m from [6ae3a0050f] to [d6c5a9d524].    [diff]

Modified src/OFList.h from [1c84feb5eb] to [1f21a78f7e].    [diff]

Modified src/OFList.m from [ea98df2a92] to [a0868f6c97].    [diff]

Modified src/OFLocking.h from [5d56441827] to [47131bbb4d].    [diff]

Modified src/OFMD5Hash.m from [3333d71ead] to [353f7b18b1].    [diff]

Modified src/OFMapTable.h from [fa70b8daed] to [761c1c436d].    [diff]

Modified src/OFMapTable.m from [ccd71cdedf] to [1fa0a57947].    [diff]

Modified src/OFMessagePackExtension.h from [62dc4c8908] to [27e2b5097b].    [diff]

Modified src/OFMessagePackExtension.m from [d842f74a96] to [063aef4644].    [diff]

Modified src/OFMutex.m from [37a9b75801] to [b8634db568].    [diff]

Modified src/OFNumber.h from [d6e03f82de] to [d5e0f4a58d].    [diff]

Modified src/OFNumber.m from [e5c84f2d31] to [6960976b0a].    [diff]

Modified src/OFOptionsParser.h from [b395fe2709] to [5b6e0b9788].    [diff]

Modified src/OFOptionsParser.m from [b5a7737ef1] to [a330fd8ef3].    [diff]

Modified src/OFRIPEMD160Hash.m from [0df0a4dfec] to [8302ffabae].    [diff]

Modified src/OFRecursiveMutex.m from [68e0559f83] to [32aeed25c0].    [diff]

Modified src/OFSHA1Hash.m from [b45fb37713] to [7f1c25fede].    [diff]

Modified src/OFSHA224Or256Hash.m from [d23742f855] to [f2934a633d].    [diff]

Modified src/OFSHA384Or512Hash.m from [aff18d378f] to [4224bef66b].    [diff]

Modified src/OFSettings.h from [2c3ccb9e45] to [d197df9354].    [diff]

Modified src/OFSettings.m from [d9a2808cef] to [1c08bd71db].    [diff]

Modified src/OFStream+Private.h from [374d14d5bd] to [cd0edecb76].    [diff]

Modified src/OFStream.h from [eaef7f1c66] to [ceee33b1c7].    [diff]

Modified src/OFStream.m from [17ac0272c3] to [dd5879d93a].    [diff]

Modified src/OFString.h from [a26c914c0c] to [df4375ca6f].    [diff]

Modified src/OFTCPSocket.h from [236b9a919c] to [694cce421a].    [diff]

Modified src/OFTCPSocket.m from [7248d669cd] to [0119b6524b].    [diff]

Modified src/OFTLSSocket.h from [cc8fcde285] to [991f7cbecd].    [diff]

Modified src/OFThread.h from [c270f45fee] to [cd0fc73b17].    [diff]

Modified src/OFThread.m from [89cb894f3a] to [ed37db867b].    [diff]

Modified src/OFTimer+Private.h from [27d3b82c84] to [a5998b0d21].    [diff]

Modified src/OFTimer.h from [46ec059844] to [2977ef816d].    [diff]

Modified src/OFTimer.m from [7f6b2774f2] to [a47bada402].    [diff]

Modified src/OFURL.h from [f7f23cc369] to [3cbefbabba].    [diff]

Modified src/OFURL.m from [bd2f6100f7] to [23f0ea8813].    [diff]

Modified src/OFXMLAttribute.h from [bddff10d67] to [5607843c79].    [diff]

Modified src/OFXMLAttribute.m from [37b2f68d9a] to [b71bf6d4d2].    [diff]

Modified src/OFXMLElement.h from [f0a48e322d] to [a01f4b45ec].    [diff]

Modified src/OFXMLElement.m from [b449554094] to [1f70933951].    [diff]

Modified src/OFXMLElementBuilder.h from [4ca47d4bb3] to [697471ead5].    [diff]

Modified src/OFXMLElementBuilder.m from [30389fad51] to [9ccc35fa21].    [diff]

Modified src/OFXMLParser.h from [98bb225fb1] to [2c5b933e84].    [diff]

Modified src/OFXMLParser.m from [3e706b5d43] to [6625a4f5d5].    [diff]

Modified src/OFZIPArchive.h from [d2c0dfdef8] to [7e5e23797a].    [diff]

Modified src/OFZIPArchive.m from [a813c350e7] to [e3768699d3].    [diff]

Modified src/OFZIPArchiveEntry+Private.h from [ae322a52c9] to [bc7d037fee].    [diff]

Modified src/OFZIPArchiveEntry.h from [c2340c1919] to [91d72f60e8].    [diff]

Modified src/OFZIPArchiveEntry.m from [f9630635cf] to [d3ecafe11e].    [diff]

Modified src/exceptions/OFAcceptFailedException.h from [8ed051874b] to [c5c13e7b24].    [diff]

Modified src/exceptions/OFAcceptFailedException.m from [8e3daf4a3e] to [e7020185d8].    [diff]

Modified src/exceptions/OFAddressTranslationFailedException.h from [10dbec0388] to [15ab5f0e8e].    [diff]

Modified src/exceptions/OFAddressTranslationFailedException.m from [5232ed313d] to [55432953fa].    [diff]

Modified src/exceptions/OFAlreadyConnectedException.h from [377d0fe684] to [a8fbf7cf43].    [diff]

Modified src/exceptions/OFAlreadyConnectedException.m from [bf8b387998] to [2261faa4d5].    [diff]

Modified src/exceptions/OFBindFailedException.h from [f284afc77a] to [3bc37aa6da].    [diff]

Modified src/exceptions/OFBindFailedException.m from [eae71b417b] to [c0ecd059b3].    [diff]

Modified src/exceptions/OFChangeCurrentDirectoryPathFailedException.h from [9e863b788a] to [d6d0467bf0].    [diff]

Modified src/exceptions/OFChangeCurrentDirectoryPathFailedException.m from [1fb33d2cc1] to [983604469b].    [diff]

Modified src/exceptions/OFChangeOwnerFailedException.h from [b0d9ffe84f] to [fdbd8703a0].    [diff]

Modified src/exceptions/OFChangeOwnerFailedException.m from [5e180f7511] to [b02c826fde].    [diff]

Modified src/exceptions/OFChangePermissionsFailedException.h from [daea9724a5] to [e24ce64656].    [diff]

Modified src/exceptions/OFChangePermissionsFailedException.m from [ee8d14e7c5] to [379cfe25d8].    [diff]

Modified src/exceptions/OFConditionBroadcastFailedException.h from [68bdb037de] to [f3828c8a1b].    [diff]

Modified src/exceptions/OFConditionBroadcastFailedException.m from [ceb6fa41ef] to [b283053aed].    [diff]

Modified src/exceptions/OFConditionSignalFailedException.h from [182d487d03] to [83b5f71c1c].    [diff]

Modified src/exceptions/OFConditionSignalFailedException.m from [b3541a6568] to [0d4cff9625].    [diff]

Modified src/exceptions/OFConditionStillWaitingException.h from [7d39245f82] to [9d3d830199].    [diff]

Modified src/exceptions/OFConditionStillWaitingException.m from [223b9125cf] to [2ae971a40c].    [diff]

Modified src/exceptions/OFConditionWaitFailedException.h from [f86bd407e0] to [1b24718f39].    [diff]

Modified src/exceptions/OFConditionWaitFailedException.m from [4373801af5] to [774111b215].    [diff]

Modified src/exceptions/OFConnectionFailedException.h from [60f2feca02] to [70c5877ad2].    [diff]

Modified src/exceptions/OFConnectionFailedException.m from [77019ce3e4] to [9f4d9145c0].    [diff]

Modified src/exceptions/OFCopyItemFailedException.h from [fb08ee9d57] to [dbe8cb9bf7].    [diff]

Modified src/exceptions/OFCopyItemFailedException.m from [dcfb3bb51c] to [2ff802323e].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.h from [59831537ca] to [ba84ff8b59].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.m from [7442d8e670] to [a7bf9a4299].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.h from [b50a4d8944] to [d0b9f418e9].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.m from [e23d5c4909] to [eb015e221b].    [diff]

Modified src/exceptions/OFEnumerationMutationException.h from [abd9b0a87f] to [d8302c7944].    [diff]

Modified src/exceptions/OFEnumerationMutationException.m from [d96cb108f1] to [55a5442529].    [diff]

Modified src/exceptions/OFGetOptionFailedException.h from [2663a78065] to [402bfa8493].    [diff]

Modified src/exceptions/OFGetOptionFailedException.m from [16f7ecbd09] to [4ae4fe7d7c].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.h from [43850c4ca2] to [3b74115256].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.m from [df276b3585] to [2c146d2c70].    [diff]

Modified src/exceptions/OFHashAlreadyCalculatedException.h from [6c8a403a1a] to [b07a93de59].    [diff]

Modified src/exceptions/OFHashAlreadyCalculatedException.m from [9bf5548117] to [8ba26389b4].    [diff]

Modified src/exceptions/OFInitializationFailedException.h from [31d35ba643] to [29bbf73564].    [diff]

Modified src/exceptions/OFInitializationFailedException.m from [80689772fb] to [1b367a3246].    [diff]

Modified src/exceptions/OFInvalidJSONException.h from [e9373f9cd4] to [862e0a26f1].    [diff]

Modified src/exceptions/OFInvalidJSONException.m from [96980ecfc3] to [7f19f1cd30].    [diff]

Modified src/exceptions/OFLinkFailedException.h from [2a9133ec4a] to [1e06f0a96b].    [diff]

Modified src/exceptions/OFLinkFailedException.m from [a0545e5899] to [0bcc65b6d7].    [diff]

Modified src/exceptions/OFListenFailedException.h from [4b9fad4653] to [ed9afbc4de].    [diff]

Modified src/exceptions/OFListenFailedException.m from [88817ed048] to [0f9059dbdf].    [diff]

Modified src/exceptions/OFLockFailedException.h from [e22fb3be73] to [65a944e8a7].    [diff]

Modified src/exceptions/OFLockFailedException.m from [f674581484] to [d1e622e278].    [diff]

Modified src/exceptions/OFMalformedXMLException.h from [b4cafccb71] to [b4786effc5].    [diff]

Modified src/exceptions/OFMalformedXMLException.m from [a2f194b17a] to [d8ca046204].    [diff]

Modified src/exceptions/OFMemoryNotPartOfObjectException.h from [27ef7f585f] to [087ccd43be].    [diff]

Modified src/exceptions/OFMemoryNotPartOfObjectException.m from [9e398da91d] to [5847748519].    [diff]

Modified src/exceptions/OFMoveItemFailedException.h from [cb15e11718] to [2f98a6754a].    [diff]

Modified src/exceptions/OFMoveItemFailedException.m from [aa0688f8e1] to [cc6ebc8aa3].    [diff]

Modified src/exceptions/OFNotImplementedException.h from [10a99cf090] to [d2546bb355].    [diff]

Modified src/exceptions/OFNotImplementedException.m from [9a89086e6f] to [fb3c4784d0].    [diff]

Modified src/exceptions/OFNotOpenException.h from [c891a4cd94] to [2abd2bd755].    [diff]

Modified src/exceptions/OFNotOpenException.m from [8ece38b632] to [b40914ee6d].    [diff]

Modified src/exceptions/OFObserveFailedException.h from [21d5718c78] to [38d40ea636].    [diff]

Modified src/exceptions/OFObserveFailedException.m from [817573e001] to [e0a5af5463].    [diff]

Modified src/exceptions/OFOpenItemFailedException.h from [e531b2d124] to [5cdea7a5dc].    [diff]

Modified src/exceptions/OFOpenItemFailedException.m from [24f9a913b6] to [d8e0829d88].    [diff]

Modified src/exceptions/OFOutOfMemoryException.h from [ef7ff8a5f7] to [6867f53b1c].    [diff]

Modified src/exceptions/OFOutOfMemoryException.m from [bb679be803] to [0b20bb00cd].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.h from [2b24d7d23e] to [c9ae548918].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.m from [545888cf6f] to [523d439238].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.h from [4a0a749948] to [e1a6ac59e3].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.m from [d1d562f2a2] to [5aed63271b].    [diff]

Modified src/exceptions/OFSeekFailedException.h from [35b0593606] to [df44efa856].    [diff]

Modified src/exceptions/OFSeekFailedException.m from [cf10b6e3aa] to [93222f0acf].    [diff]

Modified src/exceptions/OFSetOptionFailedException.h from [c1e9c61f43] to [a23a8720ed].    [diff]

Modified src/exceptions/OFSetOptionFailedException.m from [3c40ebe6aa] to [04a49bdbbe].    [diff]

Modified src/exceptions/OFStatItemFailedException.h from [8c32e48be1] to [7a8d590b8a].    [diff]

Modified src/exceptions/OFStatItemFailedException.m from [d257a2161d] to [ede869d861].    [diff]

Modified src/exceptions/OFStillLockedException.h from [8b0abb1930] to [efecb092e0].    [diff]

Modified src/exceptions/OFStillLockedException.m from [a561eaaaf4] to [45d4689be4].    [diff]

Modified src/exceptions/OFThreadJoinFailedException.h from [34684866f9] to [8b0d869de1].    [diff]

Modified src/exceptions/OFThreadJoinFailedException.m from [96d9b01635] to [749b073461].    [diff]

Modified src/exceptions/OFThreadStartFailedException.h from [0c85cb0a3f] to [ddc63eb5eb].    [diff]

Modified src/exceptions/OFThreadStartFailedException.m from [9950311f59] to [68805ae54e].    [diff]

Modified src/exceptions/OFThreadStillRunningException.h from [ad5138cff6] to [521f50e1aa].    [diff]

Modified src/exceptions/OFThreadStillRunningException.m from [e43c090fcc] to [ed7735f862].    [diff]

Modified src/exceptions/OFUnboundNamespaceException.h from [f0f1e61c6d] to [f0b8161cc5].    [diff]

Modified src/exceptions/OFUnboundNamespaceException.m from [a09ea2fd0c] to [46a467c62b].    [diff]

Modified src/exceptions/OFUnboundPrefixException.h from [98d8f67d84] to [2a10d4ade6].    [diff]

Modified src/exceptions/OFUnboundPrefixException.m from [90e777145f] to [0f006e401f].    [diff]

Modified src/exceptions/OFUnknownXMLEntityException.h from [069dbbb784] to [299f1c861a].    [diff]

Modified src/exceptions/OFUnknownXMLEntityException.m from [bc3518da16] to [5508cd2a7f].    [diff]

Modified src/exceptions/OFUnlockFailedException.h from [a58287b8df] to [6053279850].    [diff]

Modified src/exceptions/OFUnlockFailedException.m from [12e86a7ae4] to [38b63d4f47].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.h from [51bed1092d] to [2cddb7d9d8].    [diff]

Modified src/exceptions/OFUnsupportedProtocolException.m from [6fe6409dba] to [da63ca56ff].    [diff]

Modified src/exceptions/OFUnsupportedVersionException.h from [a7572f3a77] to [b8da257f46].    [diff]

Modified src/exceptions/OFUnsupportedVersionException.m from [11627bba68] to [6f4efd3fa1].    [diff]

Modified src/macros.h from [9c39f051f0] to [d6041f701d].    [diff]

Modified tests/OFXMLParserTests.m from [43a20e5a70] to [3a10c65b69].    [diff]