Sword is a general-purpose C++ library which gives you high-quality classes for some very common tasks such as "logging", "time/date", "commandline parsing", etc.
| Tags | Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Implementation | C++ |
Recent releases


Changes: This release features graphical widgets to complement QT, including a very powerfull "ETable" that provides similar features to QTable, but with a better model/view approach, increased performance, and no requirement to buy the QT Enterprise edition. A new "config" reader and writer was added to ease the process of implementing configuration files. Support for more platforms was added, the documentation was updated, and bugfixes were made.


Changes: This version introduces the lexical_cast<> operator, the in<> operator, and buffered output streaming, and updates the documentation. There are also some bugfixes.


Changes: This release includes a new "db" package which allows very simple access to both ODBC and SQLITE databases via the generic db.DbConnection and db.DbQuery classes. It features some small API improvements as well as bugfixes. The documentation has been slightly updated.


Changes: A new "DateOperation" has been added to this version which provides financial/accounting kinds of operations on the date (adding business days, etc.). This release features some bugfixes as well.


No changes have been submitted for this release.