| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Windows: Fix the build against complete LLVM packages | Friedemann Kleint | 2021-12-09 | 1 | -0/+9 |
| * | setup.py: CMake: Remove host python dependency for version parsing | Alexandru Croitor | 2021-12-07 | 1 | -0/+19 |
| * | setup.py: Deprecate qmake option in favor of qtpaths | Alexandru Croitor | 2021-12-07 | 1 | -0/+10 |
| * | Move from distutils to setuptools | Cristián Maureira-Fredes | 2021-11-26 | 1 | -27/+32 |
| * | setup.py: Make file paths in 'file copying' logs easier to read | Alexandru Croitor | 2021-10-27 | 1 | -7/+7 |
| * | build scripts: Extract helper functions to patch executables | Friedemann Kleint | 2021-06-16 | 1 | -6/+16 |
| * | Revert "Allow calling CI's build scripts with python2" | Friedemann Kleint | 2021-06-15 | 1 | -7/+1 |
| * | build_scripts/Linux: Try to determine library dependencies with ldd first | Friedemann Kleint | 2021-06-10 | 1 | -4/+60 |
| * | Build system: Make numpy centrally available | Friedemann Kleint | 2021-04-21 | 1 | -0/+10 |
| * | build scripts: Do not unnecessarily copy files when installing | Friedemann Kleint | 2021-02-03 | 1 | -19/+32 |
| * | Revert "Replace _ARCH_ by 64/32bit in LLVM_INSTALL_DIR" | Friedemann Kleint | 2021-01-11 | 1 | -3/+0 |
| * | Windows: Fix running the example tests in COIN | Friedemann Kleint | 2021-01-11 | 1 | -0/+10 |
| * | build_scripts: remove unused code | Cristian Maureira-Fredes | 2021-01-05 | 1 | -8/+1 |
| * | build_scripts: use f-strings instead of format() | Cristian Maureira-Fredes | 2021-01-04 | 1 | -76/+75 |
| * | build_scripts: replace print by distutils.log | Cristian Maureira-Fredes | 2021-01-04 | 1 | -11/+11 |
| * | Allow calling CI's build scripts with python2 | Simo Fält | 2020-11-30 | 1 | -1/+7 |
| * | Build scripts: Switch to Qt 6 | Friedemann Kleint | 2020-11-02 | 1 | -1/+1 |
| * | build_scripts: remove references to python 2 | Cristian Maureira-Fredes | 2020-10-27 | 1 | -11/+4 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-10-08 | 1 | -7/+9 |
| |\ |
|
| | * | setup.py: Fix some flake8 warnings | Friedemann Kleint | 2020-10-07 | 1 | -7/+9 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-09-29 | 1 | -5/+15 |
| |\| |
|
| | * | Test with additional python version | Simo Fält | 2020-09-24 | 1 | -5/+15 |
| * | | Further cleanup of CMakeLists | Friedemann Kleint | 2020-09-04 | 1 | -22/+0 |
| |/ |
|
| * | Clean the build/install output a bit | Cristián Maureira-Fredes | 2020-06-08 | 1 | -1/+1 |
| * | build_scripts: Fix resource warning in Windows debug builds | Friedemann Kleint | 2020-01-24 | 1 | -0/+1 |
| * | Improve code style with flake8 | Cristián Maureira-Fredes | 2019-11-25 | 1 | -130/+120 |
| * | build scripts: Fix arguments handling | Friedemann Kleint | 2019-10-30 | 1 | -3/+3 |
| * | Disable Android target from CI | Simo Fält | 2019-09-20 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Friedemann Kleint | 2019-08-16 | 1 | -1/+2 |
| |\ |
|
| | * | Exclude SLES_12,15 from COIN builds | Friedemann Kleint | 2019-08-15 | 1 | -1/+2 |
| * | | Unpin wheel package | Simo Fält | 2019-06-18 | 1 | -7/+0 |
| |/ |
|
| * | Disable Ubuntu 18.04 NoGui configuration from CI | Simo Fält | 2019-05-31 | 1 | -1/+1 |
| * | Automatically Test Small Example With PyInstaller | Christian Tismer | 2019-04-08 | 1 | -1/+1 |
| * | setup.py: Retry to downloading dependencies | Friedemann Kleint | 2019-02-11 | 1 | -4/+9 |
| * | Build scripts: Make location of 7z a bit smarter on Windows | Friedemann Kleint | 2019-02-06 | 1 | -2/+12 |
| * | Disable WebAssembly config from CI | Simo Fält | 2019-01-22 | 1 | -1/+1 |
| * | setup.py: Fix running under non-UTF8 locale | Friedemann Kleint | 2019-01-16 | 1 | -4/+1 |
| * | Make quiet builds really quiet | Alexandru Croitor | 2018-12-07 | 1 | -22/+11 |
| * | Build scripts: Implement --quiet | Friedemann Kleint | 2018-11-21 | 1 | -11/+22 |
| * | Don't redirect stderr to stdout by default when calling setup.py | Alexandru Croitor | 2018-10-18 | 1 | -2/+7 |
| * | Build scripts: Fix warning about invalid escape sequences | Friedemann Kleint | 2018-10-17 | 1 | -3/+2 |
| * | Add tests to install built wheels and build some examples | Alexandru Croitor | 2018-10-12 | 1 | -0/+10 |
| * | Allow building shiboken2 and PySide2 as separate wheels | Alexandru Croitor | 2018-10-12 | 1 | -93/+110 |
| * | Revert "setup.py: parallel build by default" | Friedemann Kleint | 2018-09-20 | 1 | -7/+0 |
| * | setup.py: parallel build by default | Aleksandr Mezin | 2018-09-18 | 1 | -0/+7 |
| * | Merge branch '5.11' into dev | Alexandru Croitor | 2018-07-25 | 1 | -11/+5 |
| |\ |
|
| | * | Build script/Linux: Use installed patchelf if present | Friedemann Kleint | 2018-07-24 | 1 | -11/+5 |
| * | | Enable macOS 10.13 in CI | Simo Fält | 2018-07-25 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Friedemann Kleint | 2018-07-03 | 1 | -0/+13 |
| |\| |
|
| | * | Refactor accepted CI configurations | Simo Fält | 2018-06-04 | 1 | -0/+13 |
| |/ |
|