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
|
97d6d84ade
|
dcparser: Add BUILDING_DIRECT_DCPARSER switch
Resolves GH #342.
|
2018-08-15 20:38:00 -06:00 |
Sam Edwards
|
7790f8429d
|
general: Fully qualify header references into the std namespace
Closes #341
|
2018-06-07 10:35:12 +02:00 |
rdb
|
47388b0dbc
|
Separate out CPython calls from core libs; eliminate need for pystub
|
2016-07-20 14:30:41 +02:00 |
rdb
|
18874fa151
|
Replace PN_int/uint types with stdint.h types, since all compilers we support have them.
Plus, we already had code that relied on them being available anyway.
|
2016-05-11 00:27:58 +02: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
|
50974f8189
|
add modulus syntax
|
2004-08-23 22:45:49 +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
|
d86367d609
|
better range checking in grammar
|
2004-06-24 18:08:55 +00:00 |
David Rose
|
414ec1b386
|
more range checking
|
2004-06-22 15:23:05 +00:00 |
David Rose
|
b0b2fe350c
|
begin ranges
|
2004-06-22 05:28:59 +00:00 |
David Rose
|
d61f2fcfa4
|
add unpack seeking
|
2004-06-21 23:51:59 +00:00 |
David Rose
|
02d259fb03
|
allow undefined typedefs like classes
|
2004-06-18 21:08:02 +00:00 |
David Rose
|
7e70887ab2
|
add unsigned pack/unpack, modularize packing methods
|
2004-06-18 18:46:25 +00:00 |
David Rose
|
ac1f745525
|
typedefs and arrays
|
2004-06-17 23:38:59 +00:00 |
David Rose
|
439d1b200e
|
DCType -> DCParameter, also parsing and formatting of values
|
2004-06-17 19:18:07 +00:00 |