Browse Source

doc: update credits and changelog.

pull/680/head
Vladimír Vondruš 9 months ago
parent
commit
b85f0c8dfe
  1. 2
      doc/changelog.dox
  2. 3
      doc/credits.dox
  3. 1
      src/Magnum/Math/BitVector.h
  4. 1
      src/Magnum/Math/Vector.h
  5. 1
      src/Magnum/Math/Vector2.h
  6. 1
      src/Magnum/Math/Vector3.h
  7. 1
      src/Magnum/Math/Vector4.h

2
doc/changelog.dox

@ -788,6 +788,8 @@ See also:
- All color literals are now implemented in a way that checks for them to be - All color literals are now implemented in a way that checks for them to be
hexadecimal and of correct length (6 digits for @ref Math::Color3 and hexadecimal and of correct length (6 digits for @ref Math::Color3 and
8 digits for @ref Math::Color4) at compile time to prevent common errors 8 digits for @ref Math::Color4) at compile time to prevent common errors
- All mutable getters in @ref Math classes are now marked as @cpp constexpr @ce
if compiling for C++14 and later. See also [mosra/magnum#597](https://github.com/mosra/magnum/pull/597).
@subsubsection changelog-latest-changes-meshtools MeshTools library @subsubsection changelog-latest-changes-meshtools MeshTools library

3
doc/credits.dox

@ -233,7 +233,8 @@ Are the below lists missing your name or something's wrong?
- **Siim Kallas** ([\@seemk](https://github.com/seemk)) --- - **Siim Kallas** ([\@seemk](https://github.com/seemk)) ---
@ref Platform::Sdl2Application improvements, bugfixes @ref Platform::Sdl2Application improvements, bugfixes
- **Stanislaw Halik** ([\@sthalik](https://github.com/sthalik)) --- - **Stanislaw Halik** ([\@sthalik](https://github.com/sthalik)) ---
@ref Timeline additions, MSVC build fixes @ref Timeline additions, C++14 @cpp constexpr @ce improvements, MSVC build
fixes
- **Steeve Morin** ([\@steeve](https://github.com/steeve)) --- iOS - **Steeve Morin** ([\@steeve](https://github.com/steeve)) --- iOS
buildsystem improvements buildsystem improvements
- **Stefan Wasilewski** ([\@smw](https://github.com/smw)) --- macOS port - **Stefan Wasilewski** ([\@smw](https://github.com/smw)) --- macOS port

1
src/Magnum/Math/BitVector.h

@ -6,6 +6,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025 2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2022 Stanislaw Halik <sthalik@misaki.pl>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Math/Vector.h

@ -6,6 +6,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025 2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2022 Stanislaw Halik <sthalik@misaki.pl>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Math/Vector2.h

@ -6,6 +6,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025 2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2022 Stanislaw Halik <sthalik@misaki.pl>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Math/Vector3.h

@ -6,6 +6,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025 2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2022 Stanislaw Halik <sthalik@misaki.pl>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

1
src/Magnum/Math/Vector4.h

@ -6,6 +6,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021, 2022, 2023, 2024, 2025 2020, 2021, 2022, 2023, 2024, 2025
Vladimír Vondruš <mosra@centrum.cz> Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2022 Stanislaw Halik <sthalik@misaki.pl>
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save