Skip to content

Commit

Permalink
Update libSDL2pp
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 27, 2017
1 parent ce22381 commit 0770157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/libSDL2pp
Submodule libSDL2pp updated 71 files
+7 −7 .appveyor.yml
+7 −1 .travis.yml
+20 −2 CHANGES.md
+15 −8 CMakeLists.txt
+2 −1 Doxyfile.in
+4 −1 README.md
+3 −3 SDL2pp/AudioDevice.hh
+1 −1 SDL2pp/AudioSpec.hh
+5 −2 SDL2pp/Chunk.cc
+4 −4 SDL2pp/Chunk.hh
+13 −0 SDL2pp/ContainerRWops.hh
+1 −1 SDL2pp/Exception.cc
+1 −1 SDL2pp/Exception.hh
+4 −3 SDL2pp/Font.cc
+2 −2 SDL2pp/Font.hh
+2 −2 SDL2pp/Mixer.hh
+17 −3 SDL2pp/Music.cc
+33 −4 SDL2pp/Music.hh
+1 −1 SDL2pp/Point.hh
+18 −6 SDL2pp/RWops.cc
+16 −3 SDL2pp/RWops.hh
+1 −1 SDL2pp/Rect.cc
+1 −1 SDL2pp/Rect.hh
+3 −1 SDL2pp/Renderer.cc
+3 −3 SDL2pp/Renderer.hh
+1 −1 SDL2pp/SDL.cc
+1 −1 SDL2pp/SDL.hh
+1 −1 SDL2pp/SDLImage.cc
+1 −1 SDL2pp/SDLImage.hh
+1 −1 SDL2pp/SDLMixer.cc
+1 −1 SDL2pp/SDLMixer.hh
+1 −1 SDL2pp/SDLTTF.cc
+21 −0 SDL2pp/StreamRWops.hh
+6 −4 SDL2pp/Surface.cc
+6 −6 SDL2pp/Surface.hh
+1 −1 SDL2pp/SurfaceLock.cc
+22 −2 SDL2pp/Texture.cc
+24 −3 SDL2pp/Texture.hh
+1 −1 SDL2pp/TextureLock.cc
+2 −2 SDL2pp/Wav.hh
+20 −1 SDL2pp/Window.cc
+28 −3 SDL2pp/Window.hh
+1 −1 cmake/FindSDL2.cmake
+1 −1 cmake/FindSDL2_image.cmake
+1 −1 cmake/FindSDL2_mixer.cmake
+1 −1 cmake/FindSDL2_ttf.cmake
+1 −1 examples/audio_sine.cc
+1 −1 examples/audio_wav.cc
+2 −2 examples/fill.cc
+2 −2 examples/image.cc
+1 −1 examples/lines.cc
+2 −2 examples/mixer.cc
+2 −2 examples/mixer_effects.cc
+2 −2 examples/mixer_music.cc
+1 −1 examples/mixer_music_sine.cc
+1 −1 examples/rendertarget.cc
+1 −1 examples/sprites.cc
+1 −1 examples/ttf.cc
+1 −1 tests/header_test.cc.in
+1 −1 tests/live_audiodevice.cc
+26 −1 tests/live_mixer.cc
+2 −2 tests/live_rendering.cc
+24 −1 tests/live_window.cc
+2 −2 tests/test_error.cc
+12 −3 tests/test_font.cc
+1 −1 tests/test_optional.cc
+1 −1 tests/test_pointrect.cc
+1 −1 tests/test_pointrect_constexpr.cc
+24 −3 tests/test_rwops.cc
+1 −1 tests/test_surface.cc
+1 −1 tests/test_wav.cc

0 comments on commit 0770157

Please sign in to comment.