Overview
| Comment: | Merge support for notifications |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
78fbf22685e515fa36ebf3e91aba4e83 |
| User & Date: | js on 2021-10-31 20:45:09 |
| Other Links: | manifest | tags |
Context
|
2021-11-05
| ||
| 10:49 | Send OFApplicationWillTerminateNotification (check-in: 7eadd67c57 user: js tags: trunk) | |
|
2021-10-31
| ||
| 20:45 | Merge support for notifications (check-in: 78fbf22685 user: js tags: trunk) | |
| 20:42 | README.md: Add a paragraph about unsigned checkins (check-in: 0ea86b8889 user: js tags: trunk) | |
| 20:34 | -Wmisleading-indentation false positive workaround (Closed-Leaf check-in: 7ef120effc user: js tags: notifications) | |
Changes
Modified src/Makefile from [bcf342d5bf] to [0d79d5eef0].
| ︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + + |
OFMutablePair.m \
OFMutableSet.m \
OFMutableString.m \
OFMutableTarArchiveEntry.m \
OFMutableTriple.m \
OFMutableURL.m \
OFMutableZIPArchiveEntry.m \
OFNotification.m \
OFNotificationCenter.m \
OFNull.m \
OFNumber.m \
OFObject.m \
OFObject+KeyValueCoding.m \
OFObject+Serialization.m \
OFOnce.m \
OFOptionsParser.m \
|
| ︙ |
Added src/OFNotification.h version [ac572ecafc].