Dmitry Marakasov
|
77a97972b3
|
Don't mention C++11 in project description
We currently use C++17 and will switch to a newer standards as
needed.
Fixes #137
|
2022-09-12 18:06:10 +03:00 |
|
Dmitry Marakasov
|
f28e873d17
|
Implement proper Size() handling in custom rwops
|
2017-04-21 18:16:49 +03:00 |
|
Dmitry Marakasov
|
ef3e50bef8
|
Include <algorithm> for std::min
|
2015-12-11 02:37:58 +03:00 |
|
Dmitry Marakasov
|
a9d49da7fa
|
Add casts to fix build on 32bit
|
2015-10-14 01:06:05 +03:00 |
|
Dmitry Marakasov
|
9ecd4a12fe
|
Fix variable types
|
2015-09-17 15:32:29 +03:00 |
|
Dmitry Marakasov
|
0f1dd26ebd
|
Add in/out specifiers to param documentation
|
2015-01-12 21:43:28 +03:00 |
|
Dmitry Marakasov
|
c753c8ceba
|
Multiple documentation fixes
|
2015-01-11 06:25:38 +03:00 |
|
Dmitry Marakasov
|
8f8c5e2bf1
|
Improve wording
|
2015-01-11 00:23:02 +03:00 |
|
Dmitry Marakasov
|
6897f5f5a8
|
Improve wording
|
2015-01-11 00:15:55 +03:00 |
|
Dmitry Marakasov
|
b9173b0588
|
Document ContainerRWops
|
2015-01-10 23:44:56 +03:00 |
|
Dmitry Marakasov
|
5c713ce5e2
|
Fix argument name for Write()
|
2015-01-10 23:43:43 +03:00 |
|
Dmitry Marakasov
|
a404f750f7
|
Remove copy/move ctor/assign definitions
Since the class is trivial, default ones are fine
|
2015-01-10 23:42:27 +03:00 |
|
Dmitry Marakasov
|
d7987b33da
|
Allow ContainerRWops to work with both const and non-const containers
Analogus to how StreamRWops work. Also add more tests for
ContainerRWops.
|
2014-12-18 16:48:48 +03:00 |
|
Dmitry Marakasov
|
c73bd885c5
|
Name header file after class it defines
|
2014-12-18 14:29:45 +03:00 |
|