Browse Source

Updated credits and changelog.

simd
Vladimír Vondruš 8 years ago
parent
commit
cf8db303dc
  1. 3
      doc/changelog.dox
  2. 2
      doc/credits.dox
  3. 1
      src/Magnum/Math/StrictWeakOrdering.h
  4. 1
      src/Magnum/Math/Test/StrictWeakOrderingTest.cpp

3
doc/changelog.dox

@ -59,6 +59,9 @@ See also:
- Support for using the @ref Math::Deg, @ref Math::Rad, @ref Math::Half,
@ref Math::Color3 and @ref Math::Color4 literals with the new experimental
@ref Corrade::Utility::Tweakable utility. See also @ref tweakableliterals.
- New @ref Math::StrictWeakOrdering functor making it possible to use Magnum
math types as keys in ordered STL containers such as @ref std::map or
@ref std::set
@subsubsection changelog-latest-new-platform Platform libraries

2
doc/credits.dox

@ -95,6 +95,8 @@ Are the below lists missing your name or something's wrong?
- **Bill Robinson** ([\@wivlaro](https://github.com/wivlaroú) --- numerous
bug reports, macOS fixes, feature improvements
- **[\@biosek](https://github.com/biosek)** --- documentation fixes
- **Borislav Stanimirov** ([\@iboB](https://github.com/iboB)) --- strict
weak ordering for @ref Math types
- **Denis Igorevich Lobanov** ([\@denislobanov](https://github.com/denislobanov))
--- math fixes
- **[\@dlardi](https://github.com/dlardi)** --- WGL-related bugfixes

1
src/Magnum/Math/StrictWeakOrdering.h

@ -5,6 +5,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2018 Borislav Stanimirov <b.stanimirov@abv.bg>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Math/Test/StrictWeakOrderingTest.cpp

@ -3,6 +3,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2018 Borislav Stanimirov <b.stanimirov@abv.bg>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save