32 Commits

Author SHA1 Message Date
Dmitry Marakasov
195ce8161e Mention YACP entry 2015-03-26 19:53:31 +03:00
Dmitry Marakasov
9a2e6a2e9c Mention tutorial 2015-03-20 15:05:35 +03:00
Dmitry Marakasov
325dc8abf4 Syntax highlight cmake code as well 2015-03-16 22:44:36 +03:00
kumar8600
4daba0efa8 Syntax highlight synopsis code in README.md 2015-03-16 12:56:14 +09:00
Dmitry Marakasov
882c4b4737 Use more hinting bundled library path 2015-02-11 01:26:39 +03:00
Dmitry Marakasov
2869db24ef Remove unneeded parentheses, fix README example 2015-01-21 23:15:18 +03:00
Dmitry Marakasov
f9435a520e Add coverity status badge 2015-01-21 21:16:24 +03:00
Dmitry Marakasov
c319587b3b Extend example in README 2015-01-19 02:06:48 +03:00
Dmitry Marakasov
689f57b864 Exception rework
Now it explicitely stores name of SDL function which caused an error
and generates complete user-readable error message which contains both
function name and SDL error message. Users can now handle SDL2pp
exceptions along with all others in `catch (std::exception&)' and
get complete error info.

While here, fixed incorrect function names in some throw's
2015-01-19 01:41:37 +03:00
Dmitry Marakasov
8575ea5879 Extend note on things this library will not implement 2015-01-18 20:29:34 +03:00
Dmitry Marakasov
dfd82ae6bf Make more doxygen friendly 2015-01-11 00:58:07 +03:00
Dmitry Marakasov
ca505369f3 README improvements and updates 2014-12-29 20:39:05 +03:00
Dmitry Marakasov
7d65c0809e Update readme 2014-12-29 07:02:02 +03:00
Dmitry Marakasov
63065bc820 Add note on minimal compiler versions 2014-12-27 05:23:46 +03:00
Dmitry Marakasov
65b5446fd1 Axe out remaining uses of old Point/Rect API 2014-12-25 19:30:37 +03:00
Dmitry Marakasov
18fe309309 Remove demos into more suitable examples
Also add options for conditional build of tests and examples
2014-12-20 18:04:22 +03:00
Dmitry Marakasov
5c0dfc3824 Add note on installation 2014-12-20 03:18:00 +03:00
Dmitry Marakasov
ed5ad9faf8 Update project comment 2014-12-19 00:17:17 +03:00
Dmitry Marakasov
0124e2703a Update copyright years 2014-12-18 02:51:49 +03:00
Dmitry Marakasov
0a72e7206c Update readme 2014-12-18 02:38:51 +03:00
Dmitry Marakasov
941cc480c6 Add travis build status icon 2014-12-17 18:58:31 +03:00
Dmitry Marakasov
bb1c4bf168 Add another project user 2014-11-29 19:25:26 +03:00
Dmitry Marakasov
c7a444769e Mention RWops in README 2014-09-20 23:51:52 +04:00
Dmitry Marakasov
2fad6762ff Update documentation for new features 2014-09-05 05:05:31 +04:00
Dmitry Marakasov
d55950f8aa Reword, fix typo 2014-02-07 04:48:41 +04:00
Dmitry Marakasov
11f19228ad Mention projects using this library 2014-02-06 13:33:05 +04:00
Dmitry Marakasov
a64d6825d5 Update README 2014-02-01 03:36:52 +04:00
Dmitry Marakasov
ae62f2bcde Fix typos in README 2014-01-12 22:40:56 +04:00
Dmitry Marakasov
6e54088c9e Add a note on that objects are freed 2013-09-20 23:34:25 +04:00
Dmitry Marakasov
8b0b6548f7 Add mention of C++11 2013-09-06 02:00:30 +04:00
Dmitry Marakasov
d4fe882c68 Update README 2013-09-06 01:53:15 +04:00
Dmitry Marakasov
c122f11643 Initial import 2013-09-06 01:47:05 +04:00