111 Commits

Author SHA1 Message Date
Dmitry Marakasov
8b1f87acbe Bump to 0.16.2 2022-04-27 18:14:16 +03:00
Dmitry Marakasov
a02d5a81c3 Bump to 0.16.1 2020-06-18 00:56:38 +03:00
Dmitry Marakasov
25a610a7a3 Remove broken compiler flags detection, specify explicitly based on compiler 2020-06-18 00:45:21 +03:00
Dmitry Marakasov
e6a42db209 Remove SDL2PP_WITH_WERROR flag 2019-02-13 00:00:21 +03:00
Dmitry Marakasov
9614417b5b Bump version 2018-02-11 22:48:54 +03:00
Dmitry Marakasov
aec2186931 Update version and changelog 2017-07-10 22:43:55 +03:00
Vraiment
2f3d9a9b5e Added Color files to the CMake file 2017-07-05 11:02:34 -07:00
Dmitry Marakasov
310c545722 Bugfix 0.14.1 release 2017-06-28 22:39:10 +03:00
Dmitry Marakasov
0c5bf61d38 Fix cmake warning 2017-06-08 20:03:07 +03:00
Dmitry Marakasov
88f5081426 Bump minor shlib version 2017-05-29 23:04:02 +03:00
Dmitry Marakasov
f917113c34 Enable optional static library for standalone build
Fixes #89
2017-05-29 22:55:00 +03:00
Dmitry Marakasov
39eea2b892 Bump version for future release 2016-11-08 18:03:47 +03:00
Dmitry Marakasov
b37392c2f9 Bump SOVERSION for safety 2016-11-08 18:01:58 +03:00
Dmitry Marakasov
bc779af5d1 Always generate export header
Unbreaks bundled build, fixes #73
2016-05-29 04:58:51 +03:00
Dmitry Marakasov
736e7d5877 Drop custom DEPRECATED macro
We now have this macro generated in Export.hh
2016-05-23 17:13:38 +03:00
Dmitry Marakasov
cc0a188d9f Enable export header generation 2016-05-23 17:11:12 +03:00
Dmitry Marakasov
56d1890fff Switch to automatic SDL 2.0.4 detection 2016-04-14 20:53:29 +03:00
Dmitry Marakasov
8f6cb1b92a Bump version for the future release 2016-01-23 17:34:14 +03:00
Dmitry Marakasov
248d1261f2 Fix pkgconfig list handling 2016-01-23 17:34:12 +03:00
Dmitry Marakasov
0643647657 Improve joined set handling 2016-01-23 14:31:44 +03:00
Dmitry Marakasov
856dce3c67 Sort out list vs. string handling 2016-01-23 14:31:44 +03:00
Dmitry Marakasov
e103c6b9f9 Add libmingw32 to SDL2pp library list on MINGW
Without it, SDL2pp using apps won't compile with mingw, with undefined
reference to WinMain. More investigation is needed on what happens here,
so for now just link the library. To be noted, it's the same as FindSDL
bundled with CMake does.

See also issue #66 and http://forums.libsdl.org/viewtopic.php?p=49618
2016-01-23 14:31:35 +03:00
Dmitry Marakasov
69bb914040 Improve SDL2Main library handling 2016-01-22 23:49:29 +03:00
Dmitry Marakasov
40673641e3 Remove obsolete pkgconfig-related code 2016-01-22 23:49:15 +03:00
Dmitry Marakasov
3d49425bf1 Use Requires in pkg-config file instead of adding sdl2 dependecies to Libs 2016-01-22 23:25:02 +03:00
Dmitry Marakasov
3b0414cc77 Add Coverage build type 2016-01-18 23:31:08 +03:00
Dmitry Marakasov
1705d215d1 Only enable documentation for standalone build 2015-12-11 04:38:07 +03:00
Dmitry Marakasov
b6741d7803 Bump version for the future release 2015-12-04 04:37:56 +03:00
Dmitry Marakasov
ef56afff98 Bump soname after incompatible ABI changes 2015-11-30 06:13:50 +03:00
Dmitry Marakasov
f525231b94 Warnings tweak 2015-10-15 17:47:20 +03:00
Dmitry Marakasov
21d53add87 Bump version for the future release 2015-10-14 01:06:05 +03:00
Dmitry Marakasov
b4486f84dd Bump soversion for ABI changes since previous release 2015-10-14 01:06:05 +03:00
Dmitry Marakasov
bee32f54da More fixes for compiler feature detection 2015-09-17 16:49:51 +03:00
Dmitry Marakasov
be5bc9d1de Revamp compiler flag support detection logic 2015-09-17 16:02:36 +03:00
Dmitry Marakasov
29f9f28128 Mixer sources and headers are optional 2015-09-17 15:19:36 +03:00
Dmitry Marakasov
1e6cefa86d Add macro to check and enable C++ flag, add some clang warnings 2015-09-17 15:18:56 +03:00
Dmitry Marakasov
472fae1311 Move build status message to the end of CMakeLists 2015-09-17 14:27:51 +03:00
Dmitry Marakasov
156786d047 Bump version for the future release 2015-09-09 20:23:20 +03:00
Dmitry Marakasov
4bbd976ced Bump soversion 2015-09-07 16:22:57 +03:00
Dmitry Marakasov
f6d781b178 Rename gui tests to live tests 2015-09-07 01:58:50 +03:00
Dmitry Marakasov
4d4fcf5929 Improve readability 2015-09-07 01:06:05 +03:00
Dmitry Marakasov
f3511a1a71 Implement mixer music 2015-08-31 18:38:29 +03:00
Dmitry Marakasov
a25c84932c Add stub Mixer class 2015-08-28 23:04:19 +03:00
Dmitry Marakasov
732bc1a7c6 Add SDL_mixer chunk wrapper class 2015-08-28 19:26:32 +03:00
Dmitry Marakasov
c84be04bf2 Connect SDLMixer to build 2015-08-27 20:40:14 +03:00
Vladimir Gamalian
b5561e9b30 Update cmake infrastructure for SDL2_mixer 2015-08-27 20:32:02 +03:00
Dmitry Marakasov
0834e4864e Bump version for next release 2015-06-10 00:20:45 +03:00
Dmitry Marakasov
aa5afc72b5 Bump minor library version 2015-06-10 00:20:30 +03:00
Dmitry Marakasov
6ba171ca11 Implement and install cmake module file 2015-06-09 22:40:46 +03:00
Dmitry Marakasov
b53a272d98 Bump version for next release 2015-03-27 12:24:36 +03:00