a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
Getting rid of patch to make SYSTRACE happy, switch to use a GNUstep.conf
file in the x11/gnustep directory instead, more closely following what
the framework provides
API changes required a major library bump
OK landry@
Some new features:
* now possible to rate songs
* new Playlist Inspector
* allows to configure a random feed to the playlist
* random feed can be based on the song ratings
* other minor fixes and additions
* new dependency to x11/gnustep/sqlclient
OK landry@
* Change execute methods to return a count of the rows to which the
executed operation applies, or -1 if not supported.
Implement for postgresql and mysql.
* Add support for asynchronous notifications
OK landry@
block_trampolines.S:76:2: warning: #warning imp_implementationWithBlock() not implemented for your architecture
block_trampolines.S: Assembler messages:
block_trampolines.S:15: Error: junk at end of line, first unrecognized character is `"'
block_trampolines.S:25: Fatal error: Unknown opcode: `__objc_block_trampoline_sret'
gnustep-base doesn't need to install the compatibility layer anymore,
which requires a major lib bump.
Bump revision of all dependent packages, and remove double REVISION
in webservices
OK landry@
This is the official GNUstep Objective-C runtime (a.k.a. libobjc2).
This runtime was designed to support the features of Objective-C 2 for
use with GNUstep and other Objective-C programs.
Feedback and OK landry@
Paje is an interactive and scalable trace-based visualization tool which
can be used for a large variety of visualizations including performance
monitoring of parallel applications, monitoring the execution of
processors in a large scale PC cluster or representing the behavior of
distributed applications.
OK landry@
GNUstep reimplementation of Apples CoreFoundation
The GNUstep CoreBase Library is a library of general-purpose,
non-graphical C objects. For example, it includes types for strings,
collections, byte streams, typed coders, invocations, notifications,
notification dispatchers, moments in time, network ports, and event
loops.
It provides functionality that aims to implement the non-graphical
portion of Apple's CoreFoundation framework.
The update is just a minor bugfix release. While there, its now
possible to easily install some of the additional goodies, most importantly a VCF Inspector for GWorkspace.
OK landry@