Erwin Data Structures 2.0.278 Release
From: Henrik Theiling (theiling_at_absint.com)
Date: 08/09/05
- Previous message: Eli Barzilay: "PLT Scheme v299.200"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Aug 2005 10:17:55 CST
Hi!
I'd like to announce the release of:
Erwin Data Structure Library
Version 2.0.278
(c) Henrik Theiling
Freely Distributable Open Source Code
Main Site: http://www.theiling.de/projects/erwin.html
Download: http://www.theiling.de/downloads/idx.cgi/erwin
Subscribe: http://freshmeat.net/projects/erwin2/
Changes
-------
On some machines, vectors of chars would not compile due to
a stupid bug that this release fixes.
Description
-----------
The Erwin library is a very efficient and robust data structure
template library for C and C++.
No templates are used; a Perl script generates C files. Vectors
(dynamic arrays), lists, and hash tables (maps) of arbitrary key and
value types are provided.
Several tools are included:
- for auto-generating a C interface around C++ libraries,
- C++ extensions like slots/properties,
- symbol (=hashed string) management,
- sophisticated assertion macros, and
- documentation extraction.
The generated libraries are tested under Linux, Solaris, NetBSD,
MacOS X and MS Windows.
Enjoy!
**Henrik
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
- Previous message: Eli Barzilay: "PLT Scheme v299.200"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|