Downloadliste

Projektbeschreibung

EFEU is suitable for handling data cubes, which
are especially useful for building data
warehouses. It consists of a building system
including mkmf (a xmkmf like Makefile generator),
esh (a powerful C/C++ interpreter), efeudoc (a
document generator with different output formats
(LaTeX, HTML, roff, etc.)). EFEU has a huge set
of C library core features, including robust
memory allocation tools, functions to concatenate
and copy strings with memory allocation, buffers
for dynamically-growing strings and fields, data
structures with reference counters and garbage
collection, and file tools that allow you to
specify pipes wherever a filename is expected and
support automatic implementation of
(de)compression filters (gzip) depending on
filename extensions. It also includes a high-level
interface to files, strings, and anything else you
can read from or write to.

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.

2011-12-20 12:15
3.3-1

Für die Kompatibilität mit neueren Versionen von GCC wurden Änderungen vorgenommen. Ein Fehler bei der Formatierung Ganzzahlwerte wurde behoben.
Changes were made for compatibility with newer versions of GCC. A bug in formatting integer values was fixed.

2008-05-05 23:39
3.2-2

Path-Einstellung in der Starter-Skript wurde behoben.
Tags: Stable, Minor bugfixes
Path setting in the starter script has been fixed.

2008-04-27 13:02
3.2-1

Run time Schaffung von Pfad-Variablen hinzu. Ein Problem mit Schreibzugriff auf Read Only Memory festgesetzt worden war. Einige selten genutzte Instrumente wurden entfernt.
Tags: Stable, Code cleanup
Run time creation of path variables was added. A
problem with write access to read only memory was
fixed. Some rarely used tools were removed.

2007-09-10 12:36
3.1

Verbesserungen wurden an die EDB-Konzept gemacht. Das Schlüsselwort extern wurde hinzugefügt, um zusätzliche Datentypen implizit von gemeinsamen Objekten, die efeu-Interpreter geladen werden. Transparenter Zugriff auf Mitglieder der C-Datenstrukturen und eine bessere Unterstützung für bitfields umgesetzt wurden.
Tags: Stable, Minor feature enhancements
Enhancements were made to the EDB concept. The
extern keyword was added to load additional data
types implicitly from shared objects to the efeu
interpreter. Transparent access to members of C
data structures and better support for bitfields
were implemented.

2006-11-02 17:44
3.0-1

Ein neues Makefile Generator, shmkmf, die benutzt die Datei / bin / sh wurde hinzugefügt. der dynamischen Vektor-Typen umgesetzt wurden. Eine neue Datendatei Konzept mit dem Namen EDB, wurde hinzugefügt. Feste Größe Integer-Typen und 64-Bit-Integer-Arithmetik wurden hinzugefügt.
Tags: Stable, Major feature enhancements
A new makefile generator, shmkmf, which uses
/bin/sh was added. of dynamic vector types were
implemented. A new data file concept, called EDB,
was added. Fixed size integer types and 64-bit
integer arithmetic were added.

Project Resources