| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split and move various setup.py parts into different files | Alexandru Croitor | 2018-04-30 | 1 | -1075/+0 |
| * | Replace 'osx' with 'macos' in installation scripts | Alexandru Croitor | 2018-04-25 | 1 | -13/+13 |
| * | Fail early in setup.py when clang can not be found | Alexandru Croitor | 2018-04-20 | 1 | -3/+4 |
| * | Reformat and remove of trailing spaces from files | Cristian Maureira-Fredes | 2018-04-19 | 1 | -130/+192 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.9 | Friedemann Kleint | 2018-03-05 | 1 | -4/+31 |
| |\ |
|
| | * | Implement proper package versioning | Alexandru Croitor | 2018-03-02 | 1 | -0/+11 |
| | * | Improve packaging on Windows | Alexandru Croitor | 2018-03-02 | 1 | -4/+6 |
| | * | Improve macOS minimum deployment target decision process | Alexandru Croitor | 2018-03-02 | 1 | -0/+14 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.9 | Friedemann Kleint | 2018-02-09 | 1 | -9/+221 |
| |\| |
|
| | * | Embeds $ORIGIN rpath into QtCore and libICU libraries | Alexandru Croitor | 2018-02-06 | 1 | -0/+62 |
| | * | Improve libICU deployment on Linux | Alexandru Croitor | 2018-02-06 | 1 | -23/+156 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.9 | Friedemann Kleint | 2018-01-12 | 1 | -0/+23 |
| |\| |
|
| | * | Extract iculibs for linux standalone wheel | Simo Fält | 2018-01-11 | 1 | -0/+21 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.9 | Friedemann Kleint | 2017-11-27 | 1 | -36/+72 |
| |\| |
|
| | * | Make standalone option work on Linux | Alexandru Croitor | 2017-11-15 | 1 | -5/+5 |
| | * | Make standalone option work on macOS | Alexandru Croitor | 2017-11-15 | 1 | -3/+7 |
| | * | Fix rpath handling on macOS | Alexandru Croitor | 2017-11-15 | 1 | -30/+64 |
| * | | Use latest version of llvm-config | Friedemann Kleint | 2017-11-03 | 1 | -1/+33 |
| * | | Replace _ARCH_ by 64/32bit in LLVM_INSTALL_DIR | Friedemann Kleint | 2017-09-22 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.9 | Friedemann Kleint | 2017-06-09 | 1 | -3/+22 |
| |\| |
|
| | * | utils: Handle Symlinks | Friedemann Kleint | 2017-06-09 | 1 | -3/+22 |
| * | | testrunner.py/Windows: Add Clang to the path | Friedemann Kleint | 2017-06-06 | 1 | -0/+18 |
| * | | Fix licenses | Friedemann Kleint | 2017-04-05 | 1 | -0/+39 |
| |/ |
|
| * | Fix run_process_output to work with Python 3 | Alexandru Croitor | 2016-09-20 | 1 | -1/+1 |
| * | setup.py: Make prepareSubModules() a bit smarter | Friedemann Kleint | 2016-09-16 | 1 | -0/+10 |
| * | pyside-setup: Print directory in run_process(). | Friedemann Kleint | 2016-05-11 | 1 | -2/+1 |
| * | fix an old installer error with rpath. | Christian Tismer | 2015-06-27 | 1 | -5/+11 |
| * | Remove the need to use the post-install script on Mac OS platform and update... | Christian Tismer | 2015-06-20 | 1 | -1/+137 |
| * | Remove the need to use the post-install script on Linux platform by patching ... | Roman Lacko | 2014-12-05 | 1 | -3/+7 |
| * | Fix bug in utils.copydir when no destination directory is created. | Paul Romano | 2014-09-09 | 1 | -21/+22 |
| * | Re-generate examples Qt resource files for Python 3 compatibility when prepar... | Roman Lacko | 2014-04-21 | 1 | -0/+20 |
| * | Code cleanup | Roman Lacko | 2013-08-20 | 1 | -49/+42 |
| * | Properly initialize Windows SDK environment via SetEnv.cmd. Prefer Visual C++... | Roman Lacko | 2013-08-05 | 1 | -3/+66 |
| * | Removed --msvc-version option. Required MSVC compiler version is now resolved... | Roman Lacko | 2013-08-01 | 1 | -41/+22 |
| * | Support for building windows binaries with only Windows SDK installed (Visual... | Roman Lacko | 2013-07-13 | 1 | -22/+80 |
| * | Fixed missing import | Roman Lacko | 2013-07-12 | 1 | -0/+1 |
| * | Fix path updates to not store the lower() version of the original path values. | Robin Dunn | 2013-06-03 | 1 | -1/+1 |
| * | Remove unused code | Roman Lacko | 2013-05-21 | 1 | -17/+5 |
| * | Return only installed vcvarsall.bat when searching vcvarsall.bat in system | Roman Lacko | 2013-05-05 | 1 | -1/+3 |
| * | Fixed "develop" setuptools command + fixed building on windows when msvc envi... | Roman Lacko | 2013-04-30 | 1 | -0/+56 |
| * | Support for building windows binaries outside Visual Studio Command Prompt us... | Roman Lacko | 2013-04-25 | 1 | -2/+9 |
| * | Introduce option --msvc-version to specify version of MSVC compiler. Use that... | Roman Lacko | 2013-04-25 | 1 | -5/+64 |
| * | Fix missing WindowsError on POSIX platforms | Roman Lacko | 2013-04-19 | 1 | -0/+5 |
| * | Don't copy empty folders in copydir() function | Roman Lacko | 2013-04-19 | 1 | -3/+2 |
| * | Show info about the running process in log | Roman Lacko | 2013-03-25 | 1 | -10/+12 |
| * | Don't use custom popenasync module on linux to run commands. This fixes follo... | Roman Lacko | 2012-09-07 | 1 | -1/+12 |
| * | Introduced new command line options --version and --list-versions | Roman Lacko | 2012-07-31 | 1 | -0/+26 |
| * | use standard string format function instead of custom implementation | Roman Lacko | 2012-07-16 | 1 | -16/+9 |
| * | new --standalone option, when enabled, package qt libs on linux | Roman Lacko | 2012-06-07 | 1 | -0/+6 |
| * | Initial commit (copy of lck/pyside-dist repo) | Roman Lacko | 2012-06-04 | 1 | -0/+177 |