- add check for sip binding install directory on archlinux (#95)
- Update maintainers (#96)
- Contributors: Akash Patel, Shane Loretz
- fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
- pass ROS_BUILD_SHARED_LIBS to use visibility control properly (#89)
- allow a list of INCLUDE_PATH (#92)
- use magic $(MAKE) variable to suppress build warning (#91)
- remove obsolete function used for backward compatibility (#88)
- disable Shiboken with CMake < 3.14 (#87)
- fix case of CMake function (#86)
- use PySide2 and Shiboken2 targets for variables (#79)
- use QUIET and change warning into status msg to avoid stderr on Melodic (#85)
- bump CMake minimum version to avoid CMP0048 warning (#83)
- check if Shiboken2Config.cmake defines a target instead of a variable, fixes #69 (#77)
- convert cmake targets to plain libraries (#68)
- add Python 3 dependency with condition (#75)
- if present, use the sipconfig suggested sip program (#70)
- check for Homebrew's PyQt5 install path (#57)
- modifying sip_configure (#54)
- replace Qt variable in generated Makefile (#64)
- fixing trivial accidental string concatenation (#66)
- Windows: handling build configuration keywords before passed to SIP (#60)
- cherry-pick windows port from crystal-devel (#61)
- don't add -l prefix if it already exists (#59)
- autopep8 (#51)
- remove :: from shiboken include path (#48)
- add support for additional Qt5 modules (#45)
- Prefer qmake-qt5 over qmake when available (#43)
- Fix problems on OS X (#40)
- support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)
- switch to Qt5 (#30)
- print full stacktrace
- remove LGPL and GPL from licenses, all code is BSD (#27)
- change import order of builtins to work when the 'future' package is installed in Python 2 (#24)
- use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)
- support PyQt4.11 and higher when built with configure-ng.py (#13)
- __builtin__ became builtins in Python 3 (#16)
- add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
- fix finding specific version of PythonLibs with CMake 3 (#11)
- fix sip_helper to use python header dirs on OS X (#12)
- fix sip arguments when path contains spaces
- python 3 compatibility
- fix sip bindings when paths contain spaces (#9)
- allow overriding binding order
- allow to release python_qt_binding as a standalone package to PyPI (#5)
- refactor loadUi function to be documentable (#2)
- first public release for Groovy