Sam Edwards
|
b2bfb31114
|
general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.
Closes #350
Closes #335
|
2018-06-14 16:04:49 +02:00 |
Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
rdb
|
6bd1976892
|
android: support writing png/jpg/webp via android.graphics.Bitmap
|
2018-02-17 18:40:08 +01:00 |
rdb
|
ae0f82911b
|
android: allow launching pview by opening models (using Intents)
Also add code to show notification toasts.
Also enable model cache by default (pointing to app cache dir)
|
2018-02-06 22:36:21 +01:00 |
rdb
|
c1fccd311b
|
android: properly support multiple Java threads
|
2018-02-06 22:32:22 +01:00 |
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
rdb
|
bc85e1a4f2
|
More android support
|
2013-01-24 20:17:08 +00:00 |