v2.0.0
- Drop support for
GCC-XML
.
-
Drop all the demangled name attributes
-
Drop declarations.class_t.USE_DEMANGLED_AS_NAME
-
Drop support for
Python 2.6
,Python 2.7
,Python 3.2
,Python 3.3
,Python 3.4
. -
Add support for
Python 3.5
,Python 3.6
,Python 3.7
,Python 3.8
. -
Deprecated all the
i_depend_on_them
methods from thedeclaration_t
class hierarchy. Instead of usingdecl.i_depend_on_them()
, please use the
declarations.get_dependencies_from_decl(decl)
function from the
declarations
module, which returns the same result. -
Add support for
-std=c++17
and-std=c++2a
flags -
Add
g++
andgcc
to better support gnu compilers on windows