Downloadliste

Projektbeschreibung

ACDK is a development framework with a similar target of Microsoft's .NET or Sun's ONE platform, but it uses C++ as a core implementation language. It implements the standard library packages, including acdk::lang, acdk::lang::reflect, acdk::util, acdk::io, acdk::text (including regexpr), acdk::net, acdk::sql, acdk::xml, and more. Flexible allocator/garbage collection, threading, and Unicode are implemented in the core of ACDK. Extensions make C++ objects available for reflection, serialization, aspect-oriented class attributes, and Dynamic M ethod Invocation. This DMI acts as an universal object oriented call interface to connect C++ with scripting languages (Java, Perl, Tcl, Python, Lisp, Visual Basic, and VBScript) and standard component technologies (CORBA and COM).

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.

2005-05-10 13:25
4.14.0

Diese Version verbessert die allgemeine Leistungsfähigkeit, vor allem mit der Ausführung von Skripten CfgScript. Verbesserungen und Bugfixes wurden in String-Handling-, Lokalisierungs-Threading-, Konfigurations-und aufbauen wollen. Unterstützung für Datagramm-Sockets und SSL-Streams einschließlich HTTPS-URLs hinzugefügt. Ein JDBC-wie Desktop-Datenbank SQLite beruht, und ein Remote Method Invocation RMI ähnlich sind in dieser Version eingeführt. ACDK unterstützt nun GCC 4.0, VC 8 (2005) und aktuelle Versionen von wxWidgets und OpenSSL.
Tags: Major feature enhancements
This release improves overall performance, especially with the
execution of CfgScript scripts. Improvements and bugfixes
were made in string handling, localization, threading,
configuration, and build. Support for datagram sockets and
SSL streams including HTTPS URLs is added. A JDBC-like
desktop database based on SQLite and a remote method
invocation similar to RMI are introduced in this release. ACDK
now supports GCC 4.0, VC 8 (2005), and current releases of
wxWidgets and OpenSSL.

2004-12-13 16:24
4.13.0

acdk_xml kann jetzt XML-Dateien zu validieren, und unterstützt Namensräume, DOM-Modell und XPath-Ausdrücke. ACDK Literale unterstützen Unicode-Escape-Sequenzen. Neue Häfen wurden für Intel-Solaris 9 und 10, VC 8, GCC 3.4 implementiert, und dem neuen Thread-Modell von Linux. Verschiedene Fehler wurden in den Modulen festen acdk_core, acdk_net, CfgScript, acdk_xml, acdk_sql_odbc und acdk_wx.
Tags: Major feature enhancements
acdk_xml can now validate XML files, and supports
namespaces, DOM model, and xpath expressions. ACDK
literals support Unicode escape sequences. New
ports were implemented for Intel Solaris 9 and 10,
VC 8, GCC 3.4, and the new thread model of Linux.
Various bugs have been fixed in the modules
acdk_core, acdk_net, CfgScript, acdk_xml,
acdk_sql_odbc, and acdk_wx.

2004-05-12 19:11
4.11.0

Mit acdk_wx, Plattform-unabhängige GUIs in C + + geschrieben sein oder CfgScript. Die CfgScript Sprache (Java / JavaScript-ähnliche Sprache) ist mit Lambda-Ausdrücke und Kurzschluss logischen Bewertung erweitert. Für die Ausführung von ACDK Unit-Tests, eine grafische Anwendung zur Verfügung steht. Verschiedene Fehler wurden behoben, und die Quelle gemacht worden kompatibel mit GCC 3.4 und 2,9 x.
Tags: Major feature enhancements
With acdk_wx, platform-independent GUIs can be written in C++ or CfgScript. The CfgScript language (a Java/JavaScript-like language) is extended with lambda expressions and short circuit logical evaluation. To execute ACDK unit tests, a graphical application is available. Various bugs have been fixed, and the source has been made compatible with GCC 3.4 and 2.9x.

2004-03-12 13:09
4.10.0

Dieses Release führt eine neue Java-ähnlichen Skriptsprache mit Bindung an ACDK C + +, COM, CORBA und andere Skriptsprachen. Ein Template-Version der Sammlung Rahmen durchgeführt wurde, Speicherverwaltung verbessert und eine Test-und Logging-Framework implementiert. Eine Alpha-Version von wxWindows / wxWidgets verbindlich ist für ACDK C + + und das neue Script-Sprache. Die SQL-Paket wurde mit SQL Server 2000 arbeiten. Zahlreiche Fehler wurden behoben, und viele Detailverbesserungen wurden in allen Paketen gemacht.
Tags: Major feature enhancements
This release introduces a new Java-like scripting language
with bindings to ACDK C++, COM, CORBA, and other scripting
languages. A template version of the collection framework was
implemented, memory management enhanced, and a test and
logging framework was implemented. An alpha version of
wxWindows/wxWidgets binding is available for ACDK C++
and the new script language. The SQL package was made to
work with SQL 2000 Server. Countless bugs were fixed, and
many detail improvements were made in all packages.

2003-06-29 21:03
4.02.0

Integrierte Unterstützung von Unicode-Strings, einschließlich der üblichen 7 und 8-Bit-Kodierungen. Dynamic Method Invocation Datenbank und Schnittstellen werden neu gestaltet. Neue acdkmake ACDK baut auf verschiedenen Plattformen. Fehler sind in allen Paketen behoben.
Tags: Major feature enhancements
Integrated support of Unicode strings, including standard 7 and 8 bit encodings. Dynamic Method Invocation database and interfaces are redesigned. New acdkmake builds ACDK on multiple platforms. Bugs are fixed in all packages.

Project Resources