Commit Graph

16 Commits

Author SHA1 Message Date
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
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
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
David Rose fad81481b4 build p3dembed with ppremake system 2010-01-05 00:55:39 +00:00
David Rose b71e4e1a35 protect from reentry 2009-09-09 01:30:21 +00:00
David Rose 5289285624 more robust temp file and log handling 2009-08-20 00:24:00 +00:00
David Rose 4bac1d3314 linux issues 2009-08-03 19:48:37 +00:00
David Rose 6ebcfc5f89 integrate DTOOL_PLATFORM etc 2009-08-03 19:43:48 +00:00
David Rose fbf81f90eb P3D_object needs to be reference-counted 2009-07-09 20:14:19 +00:00
David Rose 3e8eca5528 osx compilation issues 2009-07-06 19:43:39 +00:00
David Rose 13552a7041 working on inbound scripting controls 2009-07-06 17:38:41 +00:00
rdb b7aa2ead11 Fix compile errors 2009-07-01 08:15:41 +00:00
David Rose ca983e8ece beginning Mozilla plugin integration 2009-06-20 01:31:31 +00:00
David Rose 027e5fdc9e more plugin work 2009-06-08 18:08:53 +00:00
David Rose 6f711392aa wip: web plugin 2009-06-05 00:47:03 +00:00