==================================================
Changes from 2018-07-30 00:00:00 +0000 to present.
==================================================
------------------------------------------
version 0.025 at 2019-07-30 06:59:55 +0000
------------------------------------------
Change: 4c0eab058ea237b48a342359f8421a92c11c977e
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2019-07-30 08:59:47 +0000
v0.025
Change: 034920fae75a0c41a3f73a9c79079babb727cf2c
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2019-07-30 08:54:43 +0000
tests: add (untested) Win32-workaround for duplicate symbols
------------------------------------------
version 0.024 at 2019-07-30 06:47:30 +0000
------------------------------------------
Change: 37137f2e85782636fc0572750ff79765c12e66a9
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2019-07-30 08:47:30 +0000
v0.024
Change: 21e3c6287f0bb0425332f5b72f857d13025463f3
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2019-07-30 08:43:33 +0000
tests: split header check into non-Windows check
Including both the raylib header and windows.h (via perl.h) is
problematic because they define the same symbols. We might be able
get around this by defining NOUSER and friends to have the WinAPI not
use these symbols:
https://github.com/raysan5/raylib/issues/857#issuecomment-498020922
But for now, just open code the prototype we need for our test and
have the header be used in a separate test that's skipped on Windows.
Fixes #4.
------------------------------------------
version 0.023 at 2019-01-19 17:55:45 +0000
------------------------------------------
Change: d5b7a954df68d2ec0e1b83c101458219b8534245
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2019-01-19 18:55:45 +0000
Harcode CMAKE_INSTALL_DIR as lib
This fixes #3 by ensuring pkg-config and library files are installed
into lib/, not lib64 or some other OS-specific subdir, so
Alien::Build can find the library and *.pc file on e.g. Fedora 28
x64, which has them in lib64/.
Change: 2fabc986896bec0af0316bca21670f21c5e23405
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2019-01-16 14:16:44 +0000
Track newer raylib
------------------------------------------
version 0.022 at 2018-10-07 08:50:36 +0000
------------------------------------------
Change: 04a00561fecdf2b3d7aae093a0cf1d459ec6635e
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2018-10-07 10:50:36 +0000
Point at newest raylib for macOS fixes
fixes issues with viewport size on Retina displays and for missing
initial render on macOS Mojave.
Change: 7eac3ad4afd5a0c8028a1d9caff64652b0e3c85e
Author: Ahmad Fatoum <ahmad@a3f.at>
Date : 2018-10-07 10:50:36 +0000
Don't build universal binaries on macOS Mojave and higher
32-bit libraries are no longer included by default and would fail the
build.
=================================================
Plus 21 releases after 2018-07-30 00:00:00 +0000.
=================================================