open_toontown_panda3d/dtool
rdb caa03c53dd Interrogate cppparser improvements, C++11/14/17 additions:
* Support trailing return type.
 * Ignore C++14 digit separators.
 * Parse C++14 binary number representations.
 * Support "using"-style type aliases.
 * Support decltype and auto with "new".
 * Remove silly "long float" and "long long float".
 * Support default visibility with class inheritance.
 * Remove -longlong hack since C++11 supports long long natively.
 * Support unary plus operator.
 * Preserve bitfield definitions.
 * Support constructor inits using braces.
 * Support override/final specifiers.
 * Ignore [[attributes]] in certain cases
 * Add support for typeid() in expressions
 * Parse (but ignore) lambda expressions
 * Differentiate between casts, add const_cast/reinterpret_cast
 * Support thread_local variables.
2016-02-16 01:18:51 +01:00
..
metalibs Cleanup of comments and whitespace 2016-02-01 22:30:43 +01:00
src Interrogate cppparser improvements, C++11/14/17 additions: 2016-02-16 01:18:51 +01:00
.gitignore extend .gitignores for more ppremake files 2014-12-02 09:48:04 -08:00
PandaVersion.pp Increase version number on 1.9 branch to 1.9.2 2015-12-08 15:54:18 +01:00