Browse Source

singles: update changelogs.

pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
2623efbcf9
  1. 5
      src/singles/MagnumMath.hpp
  2. 4
      src/singles/MagnumMathBatch.hpp
  3. 2
      src/singles/MagnumMeshTools.hpp

5
src/singles/MagnumMath.hpp

@ -32,6 +32,11 @@
`#define MAGNUM_MATH_EIGEN_INTEGRATION` before including the file.
Including it multiple times with different macros defined works as well.
v2020.06-3290-g454e9 (2025-04-11)
- New Color4::premultiplied() and unpremultiplied() APIs
- Include guard for the implementation part to prevent double definitions
- Cleanup and unification of SFINAE code, it's now done in template args
as that's simpler for the compiler
v2020.06-3125-g632a2 (2025-01-07)
- New Nanoseconds and Seconds types along with _nsec, _usec, _msec and
_sec literals and opt-in std::chrono compatibility

4
src/singles/MagnumMathBatch.hpp

@ -24,6 +24,10 @@
If you need the deinlined symbols to be exported from a shared library,
`#define MAGNUM_EXPORT` as appropriate.
v2020.06-3290-g454e9 (2025-04-11)
- Include guard for the implementation part to prevent double definitions
- Cleanup and unification of SFINAE code, it's now done in template args
as that's simpler for the compiler
v2020.06-3128-g47b22 (2025-01-07)
- Initial release

2
src/singles/MagnumMeshTools.hpp

@ -24,6 +24,8 @@
If you need the deinlined symbols to be exported from a shared library,
`#define MAGNUM_MESHTOOLS_EXPORT` as appropriate.
v2020.06-3290-g454e9 (2025-04-11)
- Include guard for the implementation part to prevent double definitions
v2020.06-3128-g47b22 (2025-01-07)
- Initial release

Loading…
Cancel
Save