Downloadliste

Projektbeschreibung

The cprops (C prototyping tools) library provides
a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management framework, a TCP and HTTP socket API, and a database abstraction layer with drivers for Postgres and MySQL. libcprops compiles and runs on Linux, BSD, Solaris, Mac OS X, and Win32.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-12-18 23:04
0.1.8

Diese Version behebt einige Bugs in cp_multimap - mehrere Index-Sammlung in der vorherigen Version eingeführt.
Tags: Major bugfixes
This release fixes several bugs in cp_multimap - multiple index collection introduced in the previous release.

2007-12-15 22:35
0.1.7

cp_multimap, ein rb Basis-Datenstruktur auf mehrere Indizes auf eine Datenmenge zu verwalten, wurde hinzugefügt. Diese Version enthält auch einige Bugfixes, vor allem im Netzwerk-Code.
Tags: Major feature enhancements
cp_multimap, an rb based data structure to manage
multiple indices on a data set, was added. This
release also includes several bugfixes, mostly in
the networking code.

2006-09-18 13:31
0.1.6

Diese Veröffentlichung enthält Hash-Tabelle und im Speicher btree Implementierungen und stellt Speicher-Pooling Service bestellt werden.
Tags: Major feature enhancements
This release includes ordered hash table and
in-memory btree implementations and introduces
memory pooling facilities.

2006-08-01 19:31
0.1.5

Diese Version ist in erster Linie ein Win32-Port libcprops. Ein pthread-like API eingeführt wurde, damit die Synchronisierung Schreiben von portablen Code, einschließlich der Schreib-Lese-Sperre und Condition-Variable-Emulationen für Windows. Diese Veröffentlichung fügt auch cp_heap, eine binäre Heap-Implementierung.
Tags: Major feature enhancements
This version is primarily a Win32 port of libcprops. A pthread-like API was introduced to allow writing portable synchronization code, including read-write lock and condition variable emulations for windows. This release also adds cp_heap, a binary heap implementation.

2006-06-17 20:58
0.1.4

Bugfixes wurden in den HTTP-Client-und Server-Module hergestellt. Der Code wurde angepasst, um auf Mac OS X zu bauen
Tags: Major bugfixes
Bugfixes were made in the HTTP client and server
modules. The code was adapted to build on Mac OS
X.

Project Resources