CppDOM 1.2.0 has been released. Relative to 1.0.3, the big difference with this version is that SCons 2.0 is now the minimum required version for building the library. There have also been some API documentation improvements.
CppDOM 0.7.9 has been posted to SourceForge. This release fixes several bugs discovered in the 0.7.8 build, most of which were on Mac OS X. No changes have been made to the C++ source code.
The source can be downloaded from the project page on SourceForge. For the moment, there are no Windows binaries for this release since they would be no different than the 0.7.8 builds (except for cppdom/version.h). Windows builds will be posted if there is a demand for them, however.
RPMs for several Linux distributions are available from the Infiscape Yum repository. To get started with our repository, install one of the following
RPMs:
CppDOM 0.7.8 has been posted to SourceForge. This release has several important changes relative ot the 0.6 series. They are as follows:
* Headers are installed into a versioned directory to allow for parallel CppDOM installations.
* The use of pkg-config has been replaced by Flagpoll (visit https://realityforge.vrsource.org/view/FlagPoll/WebHome for more information), also to allow for parallel CppDOM installations.
* All platforms now use SCons for building the libraries.
* Improved capabilities for cppdom::OptionRepository.
The source and binaries for Windows can be downloaded from the project download page on SourceForge. Note that the Windows x64 build includes both the 32- and 64-bit versions of the libraries.
RPMs for several Linux distributions are available from the Infiscape Yum repository. To get started with our repository, install one of the following
RPMs:
Several builds of the CppDOM 0.6.5 release has just been posted on SourceForge. The changes in this relate exclusively to Windows:
1. Added support for automatic linking. Define CPPDOM_AUTO_LINK to link against the appropriate debug or release build of the static library. Define CPPDOM_DYN_LINK to link against the appropriate debug or release build of the dynamic library.
2. Added support for Visual C++ 8.0 and Windows XP x64 Edition.