Skip to content

v1.7.2

Choose a tag to compare

@iMichka iMichka released this 10 May 21:51
· 1096 commits to develop since this release
  1. Fix exception in is_copy_constructor when the constructor's argument was
    a typedef. is_copy_constructor will now return False instead of failing.
    See issue #27.

  2. Fix bug with utils.xml_generator being unset when reading cached file.
    This could for example happen when reading a cached file from a second
    python interpreter (e.g. in a subprocess or by calling pygccxml
    multiple times from a script). See issue #27.

  3. SafeConfigParser is throwing a deprecation warning in python 3.2 and newer.
    Use ConfigParser instead. Thanks to Mark Moll for the patch.

  4. Add support for cflags property in config files.
    Thanks to Mark Moll for the patch.