774 Commits

Author SHA1 Message Date
Dmitry Marakasov
2781786384 Tweak travis build matrix, enable coverage 2016-01-18 23:15:42 +03:00
Dmitry Marakasov
86cdcdf588 Switch to trusty travis build 2016-01-18 22:16:26 +03:00
Dmitry Marakasov
39e2249a76 Reenable MSVC AppVeyor build 2016-01-06 03:36:21 +03:00
Dmitry Marakasov
c9a7a5be10 Enable tests in AppVeyor 2016-01-06 02:39:14 +03:00
Dmitry Marakasov
5b274284a7 Add windows binaries to .gitignore 2016-01-06 02:31:02 +03:00
Dmitry Marakasov
7dd543053c Fix more SDL_main issues
- Always include SDL2/SDL_main.h in all tests to handle main() correctly
- Link all tests with SDL2pp (and thus with libSDL2main)
2016-01-05 18:28:52 +03:00
Dmitry Marakasov
0355e817fc Link with -lmingw32 to fix mingw build (?) 2016-01-05 18:28:52 +03:00
Dmitry Marakasov
8cac17ed15 Enable mingw32 build in appveyor 2016-01-05 18:28:52 +03:00
Dmitry Marakasov
62ba85a37c Merge branch 'master' of github.com:libSDL2pp/libSDL2pp 2016-01-05 18:28:25 +03:00
Dmitry Marakasov
f0dd37f428 Use more correct file offset type 2016-01-05 18:17:59 +03:00
Dmitry Marakasov
6000d16548 Include <cmath> for sin()/cos() 2016-01-05 18:17:39 +03:00
Dmitry Marakasov
75626243ba Merge branch 'sdlmain' 2016-01-05 15:54:32 +03:00
Dmitry Marakasov
05325e13c8 Add new contributor 2015-12-30 16:43:51 +03:00
Dmitry Marakasov
797be3d5b7 Merge pull request #63 from ilyapopov/patch-1
Fix typo in doc comment
2015-12-30 15:57:12 +03:00
Ilya Popov
dfa6832a9a Fix typo in doc comment
See #60
2015-12-30 12:11:41 +01:00
Dmitry Marakasov
b9e087701a Add new user 2015-12-29 15:08:44 +03:00
Dmitry Marakasov
61d2ed7e38 Add new contributor 2015-12-29 15:07:45 +03:00
Dmitry Marakasov
8812b8e70b Merge pull request #59 from ooxi/patch-1
Fix wrong method name in example
2015-12-29 15:06:03 +03:00
ooxi
a04b514985 Fix wrong method name in example
The SDL2 method [SDL_SetRenderDrawColor](https://wiki.libsdl.org/SDL_SetRenderDrawColor) is exposed as [SetDrawColor](https://github.com/libSDL2pp/libSDL2pp/blob/master/SDL2pp/Renderer.hh#L316) not `SetRenderColor`
2015-12-29 11:58:00 +01:00
Dmitry Marakasov
5eb5fb4fde Add Appveyor badge and some related comments 2015-12-16 18:37:20 +03:00
Dmitry Marakasov
cf6f5bae53 Add basic appveyor config 2015-12-16 18:26:09 +03:00
Dmitry Marakasov
3de4c9c0a8 Update repo links 2015-12-16 17:51:26 +03:00
Dmitry Marakasov
0aede126fc Fix main() signatures to be compatible with SDL_main 2015-12-15 22:06:56 +03:00
Dmitry Marakasov
d575911ce7 Link SDL2main library 2015-12-15 22:06:52 +03:00
Dmitry Marakasov
1705d215d1 Only enable documentation for standalone build 2015-12-11 04:38:07 +03:00
Dmitry Marakasov
6869c612ca Add VC generated files 2015-12-11 02:53:53 +03:00
Dmitry Marakasov
ef3e50bef8 Include <algorithm> for std::min 2015-12-11 02:37:58 +03:00
Dmitry Marakasov
51de0f6819 Ignore libSDL2pp.a (for bundled build) 2015-12-04 13:35:29 +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 0.11.0 2015-11-30 06:13:50 +03:00
Dmitry Marakasov
167da88546 SDL_SetClipRect returns SDL_TRUE, not 0 on success 2015-11-28 18:46:59 +03:00
Dmitry Marakasov
f20d52dab6 Mark Rect named ctors constexpr 2015-11-27 20:43:08 +03:00
Dmitry Marakasov
01315e3afa Move documentation bit to method it actually belongs to 2015-11-27 20:23:32 +03:00
Dmitry Marakasov
8003052f32 Add Rect point getters 2015-11-27 20:21:49 +03:00
Dmitry Marakasov
693cdc659f Documentation fix 2015-11-27 16:43:18 +03:00
Dmitry Marakasov
e6f9cdbf4c Add two arguments rect extension methods 2015-11-27 16:42:30 +03:00
Dmitry Marakasov
f5f96754a1 Mention another project using libSDL2pp 2015-11-26 14:58:52 +03:00
Dmitry Marakasov
43ebad282c Improve documentation 2015-11-26 14:23:03 +03:00
Dmitry Marakasov
fa3cb7bcd9 Add std::hash support for Point and Rect 2015-11-26 13:42:16 +03:00
Dmitry Marakasov
a63cdde38f Move Rect and Point comparison operators out of classes 2015-11-26 13:14:17 +03:00
Dmitry Marakasov
95142b065c Add Point and Rect less-than operator
This allows using them as map and set keys
2015-11-26 12:57:36 +03:00
Dmitry Marakasov
f525231b94 Warnings tweak 2015-10-15 17:47:20 +03:00
Dmitry Marakasov
f1ca3cf057 Merge pull request #54 from vladimirgamalian/patch-1
Remove unused variables
2015-10-15 14:57:31 +03:00
Vladimir Gamalian
990efa6ef6 Remove unused variables 2015-10-15 16:45:08 +07:00
Dmitry Marakasov
6a59d6c74a Merge branch 'hidpi' 2015-10-15 12:37:24 +03:00
Dmitry Marakasov
e4fbc901b9 Add new contributor 2015-10-15 12:37:06 +03:00
Dmitry Marakasov
549de6c262 Fix return value descripions 2015-10-15 12:35:30 +03:00
Carsten Elton Sorensen
198b0bbbc8 Added GetDrawableSize, GetDrawableWidth and GetDrawableHeight for HiDPI support 2015-10-15 09:44:35 +02: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 0.10.0 2015-10-14 01:06:05 +03:00