Commit Graph

20 Commits

Author SHA1 Message Date
rdb e4f493b872 dcparser: use vector_uchar for blobs, step towards Python 3 compat
Closes #298
2018-12-19 12:45:32 +01: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 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 fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
David Rose 3611b35fcf treat char[] as string 2005-10-11 21:43:26 +00:00
David Rose 5acbeb698e fix typedef array parameters 2005-01-26 21:22:27 +00:00
David Rose 33517c9c8d reverse order of nested array brackets to match C convention 2005-01-26 12:08:44 +00:00
Dave Schuyler 41108583c7 formatting 2004-12-17 01:32:53 +00:00
David Rose 0810adaa2c fix runaway default packing, array range syntax 2004-07-21 17:27:00 +00:00
David Rose 37b1ea93da add check_match 2004-07-09 23:11:20 +00:00
David Rose 52b632fac8 const downcast methods 2004-07-02 00:25:42 +00:00
David Rose 9222e02084 default values 2004-07-01 23:15:19 +00:00
David Rose bd5004cd49 minor fixes 2004-07-01 17:16:22 +00:00
David Rose 932359216f struct and switch are now inline 2004-06-30 00:50:25 +00:00
David Rose 803712f986 add switches 2004-06-24 07:43:28 +00:00
David Rose e9027a1daf array ranges 2004-06-22 17:34:24 +00:00
David Rose e9cbc1a2ae structs 2004-06-19 00:03:15 +00:00
David Rose 02d259fb03 allow undefined typedefs like classes 2004-06-18 21:08:02 +00:00
David Rose ac1f745525 typedefs and arrays 2004-06-17 23:38:59 +00:00