Skip to content

v1.8.4

Compare
Choose a tag to compare
@iMichka iMichka released this 10 May 21:49
· 708 commits to develop since this release
  1. Include paths read from configuration files on windows are now normed
    and passed between quotation marks. This makes pygccxml more robust
    when used on Windows (with paths containing whitespaces).

  2. Closed cache file handle, which would not be closed in case of an exception
    (warning thrown by Python 2.7.13)

  3. Always call wait() on subprocesses before closing stdout/stderr streams.
    Detected by Python 3.6. Fixes the following warning:
    ResourceWarning: subprocess xxxxx is still running

  4. Fix deprecation warnings thrown by ConfigParser when using pygccxml
    with python 2.7.13. Fix the usage of pygccxml with python 3.6.

  5. Updated travis setup to python 3.6 for OS X.