v1.8.4
-
Include paths read from configuration files on windows are now normed
and passed between quotation marks. This makespygccxml
more robust
when used on Windows (with paths containing whitespaces). -
Closed cache file handle, which would not be closed in case of an exception
(warning thrown by Python 2.7.13) -
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 -
Fix deprecation warnings thrown by
ConfigParser
when using pygccxml
with python 2.7.13. Fix the usage ofpygccxml
with python 3.6. -
Updated travis setup to python 3.6 for OS X.