Browse Source

Updated toolchains submodule with an android_create_apk() fix.

pull/317/head
Vladimír Vondruš 7 years ago
parent
commit
1a946e5bc3
  1. 3
      doc/changelog.dox
  2. 2
      doc/credits.dox
  3. 2
      toolchains

3
doc/changelog.dox

@ -81,6 +81,9 @@ See also:
- @ref Math::pack() was incorrectly not selecting the nearest integral value, - @ref Math::pack() was incorrectly not selecting the nearest integral value,
causing @ref Math::Color3::toSrgbInt() to not roundtrip, among other causing @ref Math::Color3::toSrgbInt() to not roundtrip, among other
things. things.
- The @cb{.cmake} android_create_apk() @ce macro for
@ref platforms-android-apps-cmake "Gradle-less Android builds" now properly
creates the library output directory beforehand
@section changelog-2019-01 2019.01 @section changelog-2019-01 2019.01

2
doc/credits.dox

@ -113,6 +113,8 @@ Are the below lists missing your name or something's wrong?
algorithm bugfixes algorithm bugfixes
- **Guillaume Jacquemin** ([\@williamjcm](https://github.com/williamjcm)) --- - **Guillaume Jacquemin** ([\@williamjcm](https://github.com/williamjcm)) ---
MSYS2 packages MSYS2 packages
- **Hilario Pérez Corona** ([\@hpcorona](https://github.com/hpcorona)) ---
improvements to @cb{.cmake} android_create_apk() @ce
- **Ivan P.** ([\@uzername](https://github.com/uzername)) --- documentation - **Ivan P.** ([\@uzername](https://github.com/uzername)) --- documentation
improvements improvements
- **Jonathan Hale** ([\@Squareys](https://github.com/Squareys)) --- @ref Audio - **Jonathan Hale** ([\@Squareys](https://github.com/Squareys)) --- @ref Audio

2
toolchains

@ -1 +1 @@
Subproject commit 830e881f851138fede928b32d11e793a7ec10416 Subproject commit a3e0aff97f7be9b3b69cbc3f981f6765fd0a467a
Loading…
Cancel
Save