761 Commits

Author SHA1 Message Date
Dmitry Marakasov
2247c53668
Merge pull request #124 from whoozle/master
Removed SDL2MAIN_LIBRARY from the list of requred vars.
2018-02-15 23:37:44 +03:00
Vladimir Menshakov
bfa393497f Removed SDL2MAIN_LIBRARY from the list of requred vars for UNIX platforms only 2018-02-15 20:08:25 +00:00
Vladimir Menshakov
1afe3553f3 Removed SDL2MAIN_LIBRARY from the list of requred vars.
Fedora's SDL2 rpm package is lacking main library, and it looks like SDL is not using this approach anymore, and it can be safely ignored
2018-02-15 11:39:05 +00:00
Dmitry Marakasov
9614417b5b Bump version 0.16.0 2018-02-11 22:48:54 +03:00
Dmitry Marakasov
d1e0a0e8be Reword docs a bit 2018-02-11 22:36:28 +03:00
Dmitry Marakasov
96bd99a9a7 Don't use SDLMixer class in examples
It turns out that it should be initialized after Mixer class (SDL_mixer docs say so,
however official examples use it the other way around. But also it doesn't seem to
ne necessary at all, as SDL loads needed libraries automatically anyway
2018-02-04 18:55:23 +03:00
Dmitry Marakasov
3e2acd191b Update .gitignore with newer cmake generated files 2018-01-14 03:42:12 +03:00
Dmitry Marakasov
57d492a629 Fix Travis build 2018-01-14 03:42:00 +03:00
Dmitry Marakasov
7cfc30970b Merge pull request #110 from Vraiment/fix_doc
Added some missing doc info
2017-07-26 19:07:32 +03:00
Vraiment
f840f11eb3 Added missing '\throws...' to Surface documentation 2017-07-25 19:21:13 -07:00
Vraiment
31c05f8739 Added missing '\throws...' to Window documentation 2017-07-25 19:21:11 -07:00
Dmitry Marakasov
29a3736ab8 Website switched to https 2017-07-21 21:09:19 +03:00
Dmitry Marakasov
ebb4f611bd Merge branch 'master' of github.com:libSDL2pp/libSDL2pp 2017-07-20 14:13:10 +03:00
Dmitry Marakasov
be318346e8 Update copyright 2017-07-20 14:12:58 +03:00
Dmitry Marakasov
f3bc4abd17 Implement SDL_SetWindowResizable()
Fixes #83
2017-07-20 14:12:33 +03:00
Dmitry Marakasov
a839c6e087 Merge pull request #104 from Vraiment/xcode_stuff
Added XCode related config
2017-07-14 16:01:29 +03:00
Vraiment
ba0954901e Added XCode related config 2017-07-14 01:21:07 -07:00
Dmitry Marakasov
a53df08ff8 Add returns to constexpr tests
These are needed since main() is actually replaced with SDL_main()
0.15.0
2017-07-11 17:47:40 +03:00
Dmitry Marakasov
aec2186931 Update version and changelog 2017-07-10 22:43:55 +03:00
Dmitry Marakasov
f194ea01cc Add Vraiment to the list of contributors 2017-07-10 22:40:24 +03:00
Dmitry Marakasov
d0ac22a6fd Whitespace fixes 2017-07-07 22:38:22 +03:00
Dmitry Marakasov
41c96ba25b Fix build for ms compiler 2017-07-07 22:36:28 +03:00
Dmitry Marakasov
913b219256 Since this is constexpr test, use static_asserts 2017-07-07 22:36:28 +03:00
Dmitry Marakasov
4e1042c12f Add Color tests 2017-07-07 22:36:26 +03:00
Dmitry Marakasov
68323591e4 Merge pull request #99 from Vraiment/support_sdl_color
Support SDL color
2017-07-07 21:54:16 +03:00
Vraiment
49251c31a8 Addressed comments in pull request #99 2017-07-05 11:02:34 -07:00
Vraiment
2f3d9a9b5e Added Color files to the CMake file 2017-07-05 11:02:34 -07:00
Vraiment
daab479c0f Added Color support for Texture 2017-07-05 11:02:34 -07:00
Vraiment
b1cc4d5711 Added Color support for Surface 2017-07-05 11:02:34 -07:00
Vraiment
ddaee362a1 Added Color support for Renderer 2017-07-05 11:02:34 -07:00
Vraiment
980fe93481 Added Color class 2017-07-05 11:02:34 -07:00
Dmitry Marakasov
6c7338ab25 Merge pull request #100 from Vraiment/doxygen_fix
Fixed the paths in Doxyfile.in to support paths with spaces
2017-07-04 21:46:41 +03:00
Dmitry Marakasov
cf3f9d4040 Merge pull request #101 from Vraiment/osx_gitignore
Added OS X related files to .gitignore
2017-07-04 21:45:57 +03:00
Vraiment
950c841079 Added OS X related files to .gitignore 2017-07-04 10:08:06 -07:00
Vraiment
c708f08db4 Fixed the paths in Doxyfile.in to support paths with spaces 2017-07-03 22:48:41 -07:00
Dmitry Marakasov
867219a0a1 Mark constants as constexpr, capture implicitly 2017-06-30 21:12:53 +03:00
Dmitry Marakasov
310c545722 Bugfix 0.14.1 release 0.14.1 2017-06-28 22:39:10 +03:00
Dmitry Marakasov
dd3f2da31e Comments with doxygen groups should logically be covered by ifdefs too 2017-06-28 22:36:37 +03:00
Dmitry Marakasov
34137f1ec9 Add missing include to SDL2pp.hh
Fixes #98
2017-06-28 22:36:04 +03:00
Dmitry Marakasov
4b6a975770 Ignore .exe and .o files anywhere
Fixes #96
2017-06-28 14:31:54 +03:00
Dmitry Marakasov
79da16ef6f Fix FIND_PACKAGE_HANDLE_STANDARD_ARGS argument order 2017-06-08 20:28:32 +03:00
Dmitry Marakasov
0c5bf61d38 Fix cmake warning 2017-06-08 20:03:07 +03:00
Dmitry Marakasov
88f5081426 Bump minor shlib version 0.14.0 2017-05-29 23:04:02 +03:00
Dmitry Marakasov
4aa07e9d32 Update changelog 2017-05-29 23:03:53 +03:00
Dmitry Marakasov
f917113c34 Enable optional static library for standalone build
Fixes #89
2017-05-29 22:55:00 +03:00
Dmitry Marakasov
82f24a8c93 Update changelog 2017-04-21 18:18:02 +03:00
Dmitry Marakasov
18f894cb9f Extens RWops tests 2017-04-21 18:17:09 +03:00
Dmitry Marakasov
f28e873d17 Implement proper Size() handling in custom rwops 2017-04-21 18:16:49 +03:00
Dmitry Marakasov
5f6191dfc1 Use SDL function for rwops size 2017-04-21 18:16:08 +03:00
Dmitry Marakasov
aef47fbfeb Add test case for RWops+Font (issue #94) 2017-04-21 17:36:05 +03:00