rdb
|
16f2958adb
cppparser: support sizeof operator with constexpr
|
5 years ago |
rdb
|
a9d6d3be46
interrogate: refactor default argument handling
|
7 years ago |
Sam Edwards
|
b2bfb31114
general: Remove `using std::*` from headers
|
7 years ago |
Sam Edwards
|
e2b4353800
general: Replace NULL (and 0 as pointer) with C++11 nullptr
|
7 years ago |
rdb
|
666591ff48
cppparser: fix compile warnings on MSVC
|
7 years ago |
rdb
|
a175ad6a82
interrogate: fix compile error with default values that call scoped functions
|
8 years ago |
rdb
|
e2771d39a9
cppparser: support for various C++11/C++14/C++17 features:
|
9 years ago |
rdb
|
e12420571b
cppparser: support C++11 lambda expressions
|
9 years ago |
rdb
|
5aabd56697
cppparser: support C++11 raw string literals
|
9 years ago |
rdb
|
22f0b50851
More Interrogate C++11 support changes:
|
9 years ago |
rdb
|
fb78fe6e2a
Interrogate enum class support (maps to Python 3.4 enums), sanify wrapper code
|
9 years ago |
Sam Edwards
|
d28608aed1
cppparser: Fix missing includes.
|
9 years ago |
tobspr
|
0fcfb8e372
New file headers, new comment style
|
9 years ago |
rdb
|
caa03c53dd
Interrogate cppparser improvements, C++11/14/17 additions:
|
9 years ago |
rdb
|
9a38a6b075
Handle bool expressions separately in cppparser
|
10 years ago |
rdb
|
be60303502
Support =default and =delete methods in Interrogate
|
10 years ago |
rdb
|
1b857d6bda
A few interrogate improvements
|
10 years ago |
rdb
|
da17cce447
Fix error and warnings in 32-bit Windows build
|
10 years ago |
rdb
|
920210c999
Fix the vast majority of Interrogate parse issues and warnings, add support for inline namespace and constexpr
|
10 years ago |
rdb
|
6a0c98d54e
Work around strange interrogate issues
|
10 years ago |
rdb
|
b65ad853fe
Support C++11/14 features: nullptr, decltype, unicode literals, custom literals, alignof
|
10 years ago |
rdb
|
8e76328b3b
Fix Bullet support (Broken float division in default args in interrogate)
|
10 years ago |
rdb
|
9513046e59
Various substantial changes to Interrogate:
|
10 years ago |
rdb
|
6db5d0dc11
Huge cppparser and interrogate overhaul, bringing:
|
11 years ago |
rdb
|
5437a3e5a9
Allow const variables with initializers to be used in expressions (like enum definitions). Also fix compiler warning.
|
11 years ago |
David Rose
|
58e0537e3c
wide interrogate improvements: sequence protocol, MAKE_SEQ, __setitem__, and parameter coercion
|
17 years ago |
David Rose
|
fb9c56432a
we are now using the modified BSD license
|
17 years ago |
David Rose
|
611a10f796
try again to satisfy compilers
|
18 years ago |
David Rose
|
651513d595
use reinterpret_cast for 64-bit architecture
|
18 years ago |
David Rose
|
843c0331ae
update license, change remaining local #includes to use quotation marks
|
22 years ago |