Integration
2015.05
Released 2015-05-09, tagged as v2015.05. See the release announcement for a high-level overview.
Build system
- CMake now always installs
FindMagnumIntegration.cmake
to library-specific location, making it usable without providing own copy of the file in depending projects. TheWITH_FIND_MODULE
option is no longer needed. - Displaying all header files, plugin metadata files and resource files in project view to make use of some IDEs less painful (such as QtCreator).
- Gentoo ebuild (see mosra/
magnum-integration#2)
Deprecated APIs
No API was deprecated in this release.
Potential compatibility breakages, removed APIs
All functionality deprecated in 2014.01 has been removed, namely removed deprecated ability to use relative includes (e.g. #include <BulletIntegration/Integration.h>
), use absolute paths (#include <Magnum/BulletIntegration/Integration.h>
) instead.
2014.06
Released 2014-06-30, tagged as v2014.06. See the release announcement for a high-level overview.
Dependency changes
- Minimal required GCC version is now 4.7.
Changes
- Libraries and plugins in debug build configuration are installed to different locations, making it possible to have debug and release libraries installed alongside each other.
Deprecated APIs
No API was deprecated in this release.
Potential compatibility breakages, removed APIs
No deprecated API was removed in this release.
2014.01
Released 2014-01-21, tagged as v2014.01. See the release announcement for a high-level overview.
Dependency changes
No dependency changes in this release.
New features
- Initial documentation
- All classes in documentation are now shown with corresponding
#include
path
Deprecated APIs
No API was deprecated in this release.
Potential compatibility breakages, removed APIs
No deprecated API was removed in this release.
Internal changes
- All files from
src/
directory were moved tosrc/Magnum
(required to make inter-project includes absolute)
2013.10
Released 2013-10-30, tagged as v2013.10. See the release announcement for a high-level overview.
Dependency changes
No dependency changes in this release.
Changes
- Documentation updates and improvements to make the library more accessible for newcomers
- Various build system updates for better compile times and easier installation
Deprecated APIs
No API was deprecated in this release.
Potential compatibility breakages, removed APIs
No deprecated API was removed in this release.
2013.08
Released 2013-08-30, tagged as v2013.08. See the project announcement for a high-level overview.