Commit History

Author SHA1 Message Date
  rdb 30721ba33b cppparser: fix issues when parsing templated constructor definition 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 e0245d2777 First step towards eliminating `using namespace std;` (#335) 7 years ago
  rdb 6b726fa697 general: fix various compiler warnings and issues exposed thereby 7 years ago
  rdb 69b3468b2c interrogate: more improvements to seq/map wrappers 8 years ago
  rdb dee8d83998 interrogate: fix regression with setter of MAKE_PROPERTY2 8 years ago
  rdb bf190f7306 interrogate: support MAKE_MAP_PROPERTY 8 years ago
  rdb d1c34c3360 interrogate: support static properties 8 years ago
  rdb d6657baf29 cppparser: fix scope bug in constructor inits 8 years ago
  rdb 18f09c48dd cppparser: parse template friend declaration 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 d54d43ac34 cppparser: fix issue with templated external method definitions 9 years ago
  rdb 22f0b50851 More Interrogate C++11 support changes: 9 years ago
  rdb 29ea65bb3f Merge branch 'release/1.9.x' 9 years ago
  rdb db97747981 cppparser: Parse nonstandard specifier order like "const static" 9 years ago
  rdb 242cc5f57d Support template "using" definitions in interrogate 9 years ago
  rdb ce29ae490d Interrogate improvements, more properties, MAKE_SEQ_PROPERTY 9 years ago
  rdb fb78fe6e2a Interrogate enum class support (maps to Python 3.4 enums), sanify wrapper code 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 090e912ce6 Cleanup of comments and whitespace 10 years ago
  rdb be60303502 Support =default and =delete methods in Interrogate 10 years ago
  rdb db6f0342cc Add properties with has/clear (interrogatedb v3.1) 10 years ago
  rdb c93e50ca05 Merge branch 'release/1.9.x' 10 years ago
  rdb df4c4bc250 Fix various cppparser issues parsing the VRPN headers 10 years ago
  rdb 909856c75d Improve interrogate diagnostics when encountering unknown types 10 years ago
  rdb ac1c036cac interrogatedb 3.0 to restructure make_seq, improve make_seq handling and performance 10 years ago
  rdb 155ae811aa Fix some edge cases for preprocessor, support auto keyword, MSVC compile fix 10 years ago