Sam Edwards
a9dfd8352e
general: Distinguish local/system includes
...
This changes includes so that local includes are consistently
#include "localFile.h"
while system and third-party includes are consistently
#include <systemFile.h>
This commit mostly converts the former to the latter; the two
exceptions are in android_main.cxx and fmodAudioSound.h, where
the reverse was necessary.
2018-11-10 18:00:10 -07:00
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
7790f8429d
general: Fully qualify header references into the std namespace
...
Closes #341
2018-06-07 10:35:12 +02:00
tobspr
0fcfb8e372
New file headers, new comment style
2016-02-17 17:47:48 +01:00
David Rose
dd007746b5
finally committing that blooming snow leopard support
2009-12-22 15:07:14 +00:00
David Rose
f5e2e89d18
onPluginFail
2009-11-21 17:37:09 +00:00
David Rose
3ea273ddb6
compile against xulrunner 1.9.0 also
2009-11-18 18:07:29 +00:00
David Rose
7ca831ae0b
support builds with WebKit's NPAPI, as well as Mozilla's
2009-11-03 22:29:30 +00:00
David Rose
4b99d6a3f1
fix logfile issue
2009-09-26 02:20:26 +00:00
David Rose
4bac1d3314
linux issues
2009-08-03 19:48:37 +00:00
David Rose
6b6a90e1b0
some minor cleanup
2009-07-29 12:35:16 +00:00
David Rose
74d2ff3b54
some minor fixes
2009-07-19 20:26:26 +00:00
David Rose
765ab111bf
development
2009-07-14 04:54:07 +00:00
David Rose
d5b4f7810e
attempts to make windows plugin more stable
2009-07-14 04:50:25 +00:00
rdb
17e61c21d7
Compile on Linux
2009-06-26 12:54:32 +00:00
David Rose
63160f0c1f
little refinements
2009-06-23 19:58:46 +00:00
David Rose
6c73c0d08d
more work
2009-06-23 02:11:32 +00:00
David Rose
f2437ed29e
build on windows
2009-06-22 23:00:07 +00:00
David Rose
b64f871ea1
osx plugin work
2009-06-22 21:36:11 +00:00
David Rose
ca983e8ece
beginning Mozilla plugin integration
2009-06-20 01:31:31 +00:00