Next | Query returned 30 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2023-08-30 15:02:21 by Jonathan Schleifer | Files touched by this commit (1)
Log message:
devel/objfw: Fix clang not being picked up correctly
   2023-08-30 14:49:52 by Jonathan Schleifer | Files touched by this commit (1)
Log message:
devel/objfw: Always compile using clang
   2023-08-29 18:24:40 by Jonathan Schleifer | Files touched by this commit (3)
Log message:
devel/objfw: Make sure OBJC is correct and fix PLIST for DDP and IPX sockets
   2023-08-29 18:13:57 by Jonathan Schleifer | Files touched by this commit (8)
Log message:
Update devel/objfw to 1.0

This is the first stable release with stable API and ABI.
   2022-08-15 16:56:04 by Ryo ONODERA | Files touched by this commit (3)
Log message:
objfw: Fix build and tests under NetBSD
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-04-15 00:14:09 by Jonathan Schleifer | Files touched by this commit (1)
Log message:
devel/objfw: Update URLs

No functional change.
   2017-10-29 13:13:13 by Benny Siegert | Files touched by this commit (4)
Log message:
Update ObjFW to 0.90.2, from Jonathan Schleifer in PR pkg/52645.

ObjFW 0.90.1 -> ObjFW 0.90.2, 23.10.2017
 * Fix shadowed variables which caused many bugs (e.g. using the wrong object)
 * Many, many nullability fixes
 * OFTCPSocket: Fix exception not being retained for async connect
 * OFThread: Fix setting the name on the wrong thread
 * OFMutableSet: Fix missing override for -[copy]
 * configure: Fix posix_spawnp check
 * Xcode project: Set the correct version for the bridge
 * Better check for iOS
 * tests: Fix testing the wrong OFKernelEventObserver

ObjFW 0.90 -> ObjFW 0.90.1, 20.08.2017
 * OFData: Fix -[description]
 * OFFileManager: Set errno to 0 before readdir()
 * OFDate: Add -[localMinute]
 * OFTarArchiveEntry: Fix prefix handling for ustar
 * OFZIPArchive: Fix uncompressed + data descriptor
 * OFArray: Fix MessagePack encoding
 * of_asprintf: Don't require set up OFLocalization
 * OFGZIPStream: Add missing documentation
 * Fix a linker warning on OpenBSD/SPARC64
 * Remove the OFFile b modes from MorphOS
   (they were already removed for all other OSes)
   2017-08-01 17:51:53 by Maya Rashish | Files touched by this commit (6)
Log message:
Add objfw version 0.90

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.

Written and packaged by Jonathan Schleifer <js@heap.zone>

Next | Query returned 30 messages, browsing 21 to 30 | previous