600 Commits

Author SHA1 Message Date
Dmitry Marakasov
1bfc64a25d Whitespace fix 2016-01-23 14:56:35 +03:00
Dmitry Marakasov
38b09acd2b Update changelog for incoming release 2016-01-23 14:47:23 +03:00
Dmitry Marakasov
1e87f20864 Merge branch 'libmingw32' 2016-01-23 14:31:52 +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
095caa7a9f Show generated files in appveyor as well 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
5b514c989f Fix typos in cmake module 2016-01-22 23:25:03 +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
6d8c6c708a Cleanup pkgconfig file 2016-01-22 23:25:02 +03:00
Dmitry Marakasov
44f4cf9f69 Add exttests building to travis config, show generated pkgconfig/cmake modules 2016-01-22 23:24:33 +03:00
Dmitry Marakasov
c5578f8daf Add mock projects to test correctness of generated pkg-config and cmake modules 2016-01-22 23:23:00 +03:00
Dmitry Marakasov
adf3786cdc Add changes for next release 2016-01-22 17:19:26 +03:00
Dmitry Marakasov
45bdefbb4b Merge branch 'changelog' 2016-01-22 17:11:09 +03:00
Dmitry Marakasov
d8272ebb71 Additional changelog improvements 2016-01-22 17:03:28 +03:00
Dmitry Marakasov
725ba1c922 Markdowinfy changelog, improve wording 2016-01-22 16:54:07 +03:00
Dmitry Marakasov
cdfb6e9069 Add initial changelog composed from GH releases 2016-01-22 15:36:16 +03:00
Dmitry Marakasov
ca5ed8f9a8 Simplify travis config 2016-01-20 22:33:48 +03:00
Dmitry Marakasov
7176ecd1d0 Add Coveralls badge 2016-01-19 01:00:59 +03:00
Dmitry Marakasov
41f2cae1ac Typo fix 2016-01-19 00:59:52 +03:00
Dmitry Marakasov
9331b47c51 Enable live tests on travis 2016-01-19 00:49:30 +03:00
Dmitry Marakasov
e75cf46d9b Switch to coverage build type, fix cmake flags 2016-01-18 23:31:32 +03:00
Dmitry Marakasov
3b0414cc77 Add Coverage build type 2016-01-18 23:31:08 +03:00
Dmitry Marakasov
c92125053e Extend Exception test coverage 2016-01-18 23:19:47 +03:00
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