- Skip running the tests on Windows Debug. (#142)
- Contributors: Chris Lalancette
- Only suppress Python warnings on new enough CMake (#139) * Older CMake doesn't have the policy, so skip it there.
- Suppress warning from Shiboken2. (#137) The comment has more information on why we are doing this.
- Contributors: Alejandro Hernández Cordero, Chris Lalancette
- Switch to C++17 for SIP and Shiboken (#135)
- Set hints to find the python version we actually want. (#134)
- Contributors: Chris Lalancette, Christophe Bedard
- Remove unnecessary parentheses around assert. (#133)
- Contributors: Chris Lalancette
- Switch to FindPython3 in the shiboken_helper.cmake. (#132)
- Contributors: Chris Lalancette
- Cleanup of the sip_configure.py file. (#131)
- Update the SIP support so we can deal with a broken RHEL-9. (#129)
- Contributors: Chris Lalancette
- Fix to allow ninja to use make for generators (#123)
- Fix flake8 linter regression (#125)
- Remove pyqt from default binding order for macOS (#118)
- Contributors: Christoph Hellmann Santos, Cristóbal Arroyo, Michael Carroll, Rhys Mainwaring
- Demote missing SIP message from WARNING to STATUS (#122)
- Contributors: Scott K Logan
- [rolling] Update maintainers - 2022-11-07 (#120)
- Contributors: Audrow Nash
- Replace PythonInterp to Python3 COMPONENTS (#108)
- Use PyQt5 module path to find SIP bindings (#106)
- Contributors: Ben Wolsieffer, Homalozoa X
- Make FindPythonInterp dependency explicit (#107)
- Add note about galactic branch (#104)
- fuerte-devel is too new for ROS Electric (#101)
- Contributors: Shane Loretz
- Add repo README
- Shorten some long lines of CMake (#99)
- Contributors: Scott K Logan, Shane Loretz
- Update maintainers (#96) (#98)
- Add pytest.ini so local tests don't display warning (#93)
- Contributors: Chris Lalancette, Shane Loretz
- allow a list of INCLUDE_PATH (#92)
- Use magic $(MAKE) variable to suppress build warning (#91)
- Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
- Contributors: Anton Matosov, Dirk Thomas, Robert Haschke
- remove obsolete function used for backward compatibility (#88)
- disable Shiboken with CMake < 3.14 (#87)
- fix case of CMake function (#86)
- restore QUIET which was reverted in #79
- use PySide2 and Shiboken2 targets for variables (#79)
- Contributors: Dirk Thomas, Hermann von Kleist
- check if Shiboken2Config.cmake defines a target instead of a variable (#77)
- replace Qt variable in generated Makefile (#64)
- don't add -l prefix if it already exists (#59)
- if present, use the sipconfig suggested sip program (#70)
- replace Qt variable in generated Makefile (#64) (#67)
- fixing trivial accidental string concatenation (#66)
- no warnings for unavailable PySide/Shiboken (#58)
- check for Homebrew's PyQt5 install path (#57)
- port to Windows (#56)
- fix lint tests (#55)
- update sip_configure to handle improper lib names (#54)
- port to ROS 2 (#52)
- 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