ObjFW  Check-in [f663d40cbd]

Overview
Comment:Also use nonatomic for non-object properties
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f663d40cbd42bf95c37b1415cf717ae147690f1eb69fa5f7d08f06e8d4da7ff1
User & Date: js on 2017-05-13 16:29:52
Other Links: manifest | tags
Context
2017-05-13
16:34
OFAddressTranslationFailedException: Fix typo check-in: ed94121c31 user: js tags: trunk
16:29
Also use nonatomic for non-object properties check-in: f663d40cbd user: js tags: trunk
2017-05-09
21:25
Add a few missing OF_ASSUME_NONNULL_{BEGIN,END} check-in: 13965af7a1 user: js tags: trunk
Changes

Modified configure.ac from [b157727f9f] to [8fe8f7a499].    [diff]

Modified extra.mk.in from [231bfb1ae9] to [7295fda980].    [diff]

Modified src/OFCryptoHash.h from [fb07c27325] to [c3a8ed0de1].    [diff]

Modified src/OFDataArray.h from [dfeb1bb755] to [03e99d7c84].    [diff]

Modified src/OFHTTPClient.h from [8fd8945807] to [7523e2d4b7].    [diff]

Modified src/OFHTTPCookie.h from [e996e1649d] to [034b988288].    [diff]

Modified src/OFHTTPRequest.h from [9f0eddeab0] to [db98ef2863].    [diff]

Modified src/OFHTTPResponse.h from [88ee04dd60] to [8c2cdf93f1].    [diff]

Modified src/OFHTTPServer.h from [7497041027] to [6f778fd782].    [diff]

Modified src/OFIntrospection.h from [f61e265eb4] to [430d3cc423].    [diff]

Modified src/OFKernelEventObserver.h from [e653f3b4a2] to [d08ae9a87d].    [diff]

Modified src/OFList.h from [feabf2e6ec] to [c326019649].    [diff]

Modified src/OFLocalization.h from [368d40b91d] to [f635a4f99c].    [diff]

Modified src/OFMapTable.h from [39ab811d56] to [9ffd8ae151].    [diff]

Modified src/OFMessagePackExtension.h from [1d2cd153ce] to [1838881d73].    [diff]

Modified src/OFNumber.h from [ae44482d26] to [d2e9d52654].    [diff]

Modified src/OFOptionsParser.h from [649b3c8175] to [b82c75fff0].    [diff]

Modified src/OFSandbox.h from [caa850467d] to [1de6e8165f].    [diff]

Modified src/OFStream+Private.h from [f6a8d06fe4] to [dfdce57421].    [diff]

Modified src/OFStream.m from [257a9e5027] to [277ef6a678].    [diff]

Modified src/OFTCPSocket.h from [a9d0cd2fee] to [0d4361b9a8].    [diff]

Modified src/OFTLSSocket.h from [27187de68b] to [ec9c77b08c].    [diff]

Modified src/OFTarArchiveEntry.h from [9da73d68ac] to [37e5a4326d].    [diff]

Modified src/OFTimer.h from [55bdca4345] to [a9d9f7dbbd].    [diff]

Modified src/OFURL.h from [de5ad4004e] to [2905af2049].    [diff]

Modified src/OFXMLElementBuilder.h from [123ad23954] to [f7df881b5d].    [diff]

Modified src/OFXMLParser.h from [cd9a216dbc] to [1de8f7a1f4].    [diff]

Modified src/OFZIPArchiveEntry+Private.h from [ad70cd24c3] to [70580d8166].    [diff]

Modified src/OFZIPArchiveEntry.h from [c93bbb12ac] to [4fa095ee4c].    [diff]

Modified src/exceptions/OFAcceptFailedException.h from [a7014ba993] to [c633b0648f].    [diff]

Modified src/exceptions/OFBindFailedException.h from [872d20117e] to [3582fff9a7].    [diff]

Modified src/exceptions/OFChangeCurrentDirectoryPathFailedException.h from [2478d8ba0a] to [96575fda4d].    [diff]

Modified src/exceptions/OFChangeOwnerFailedException.h from [2bd12325f5] to [28080b3b24].    [diff]

Modified src/exceptions/OFChangePermissionsFailedException.h from [7d8a42842b] to [6dfb3b7536].    [diff]

Modified src/exceptions/OFConnectionFailedException.h from [0154995510] to [1f7fe5d883].    [diff]

Modified src/exceptions/OFCopyItemFailedException.h from [2dd4967598] to [3ba8604826].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.h from [2fa380f286] to [44563be7f3].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.h from [691cb6e6d9] to [1bdb6bb6d4].    [diff]

Modified src/exceptions/OFGetOptionFailedException.h from [f743d09cdc] to [e79b2ff6e7].    [diff]

Modified src/exceptions/OFInvalidJSONException.h from [779eaeefae] to [a8c0d937c1].    [diff]

Modified src/exceptions/OFLinkFailedException.h from [46e9998ad9] to [88dd7ed2e3].    [diff]

Modified src/exceptions/OFListenFailedException.h from [ee0d335219] to [fa47660530].    [diff]

Modified src/exceptions/OFMemoryNotPartOfObjectException.h from [4b7434983f] to [12cc3efa95].    [diff]

Modified src/exceptions/OFMoveItemFailedException.h from [803e54d164] to [3fdafa72d1].    [diff]

Modified src/exceptions/OFNotImplementedException.h from [b5efbf83eb] to [6af9ecca7d].    [diff]

Modified src/exceptions/OFObserveFailedException.h from [df4469a978] to [9887d9256b].    [diff]

Modified src/exceptions/OFOpenItemFailedException.h from [bc70286fc7] to [18f5ca0ccc].    [diff]

Modified src/exceptions/OFOutOfMemoryException.h from [6df6fe3bd8] to [38bafbd401].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.h from [b495c67239] to [eb2334224b].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.h from [7370f97932] to [112e6664c1].    [diff]

Modified src/exceptions/OFSandboxActivationFailedException.h from [bce4153e83] to [b1df1eba39].    [diff]

Modified src/exceptions/OFSeekFailedException.h from [f9fc679640] to [2cb0456fd7].    [diff]

Modified src/exceptions/OFSetOptionFailedException.h from [a96b5b7e0c] to [de32f0a06b].    [diff]

Modified src/exceptions/OFStatItemFailedException.h from [0717b54372] to [abe62eddf9].    [diff]

Modified src/exceptions/OFThreadStillRunningException.h from [6ad8b75800] to [d232a7942a].    [diff]

Modified tests/Makefile from [2dc40d834b] to [21deeca32c].    [diff]

Modified tests/OFObjectTests.m from [2156cf6ce1] to [bb532d1546].    [diff]