Commit Graph

21 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 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 042488bcb3 replace gnu_getopt with new Panda-licensed implementation 2011-08-03 23:48:32 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose 6a29807423 show signed hash 2007-04-25 15:42:20 +00:00
David Rose 572a146c24 untabify 2006-01-13 18:38:07 +00:00
David Rose bfb6afa369 add -f and -c 2006-01-10 17:11:01 +00:00
David Rose d7cb3ba181 for scoping 2004-07-15 19:31:39 +00:00
Darren Ranalli 9082f017d4 no MemoryUsage in OP4 2004-07-01 22:31:36 +00:00
David Rose 968d889a9c track memory 2004-07-01 17:16:58 +00:00
David Rose 6d457d093c allow undefined typedefs like classes 2004-06-18 21:18:24 +00:00
David Rose 53a7e319d8 tweaks for publish 2004-05-27 01:40:39 +00:00
David Rose 190bce1824 split out otp.dc, pirates.dc 2004-05-17 22:10:17 +00:00
David Rose 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
David Rose 49f10b70e7 add dcparse -b and -v 2003-10-17 11:26:10 +00:00
David Rose c11ab984ae add (u)int8array 2001-07-14 01:55:50 +00:00
David Rose 00b55bf50c Update copyright header 2001-05-25 21:41:25 +00:00
David Rose c47d83286d *** empty log message *** 2001-03-22 22:54:25 +00:00
David Rose 192dbfe946 *** empty log message *** 2001-03-22 19:11:49 +00:00
David Rose c07eb09341 Initial revision 2000-10-11 20:04:08 +00:00