aboutsummaryrefslogtreecommitdiffstats
path: root/utils.py
Commit message (Expand)AuthorAgeFilesLines
* fix an old installer error with rpath.Christian Tismer2015-06-271-5/+11
* Remove the need to use the post-install script on Mac OS platform and update...Christian Tismer2015-06-201-1/+137
* Remove the need to use the post-install script on Linux platform by patching ...Roman Lacko2014-12-051-3/+7
* Fix bug in utils.copydir when no destination directory is created.Paul Romano2014-09-091-21/+22
* Re-generate examples Qt resource files for Python 3 compatibility when prepar...Roman Lacko2014-04-211-0/+20
* Code cleanupRoman Lacko2013-08-201-49/+42
* Properly initialize Windows SDK environment via SetEnv.cmd. Prefer Visual C++...Roman Lacko2013-08-051-3/+66
* Removed --msvc-version option. Required MSVC compiler version is now resolved...Roman Lacko2013-08-011-41/+22
* Support for building windows binaries with only Windows SDK installed (Visual...Roman Lacko2013-07-131-22/+80
* Fixed missing importRoman Lacko2013-07-121-0/+1
* Fix path updates to not store the lower() version of the original path values.Robin Dunn2013-06-031-1/+1
* Remove unused codeRoman Lacko2013-05-211-17/+5
* Return only installed vcvarsall.bat when searching vcvarsall.bat in systemRoman Lacko2013-05-051-1/+3
* Fixed "develop" setuptools command + fixed building on windows when msvc envi...Roman Lacko2013-04-301-0/+56
* Support for building windows binaries outside Visual Studio Command Prompt us...Roman Lacko2013-04-251-2/+9
* Introduce option --msvc-version to specify version of MSVC compiler. Use that...Roman Lacko2013-04-251-5/+64
* Fix missing WindowsError on POSIX platformsRoman Lacko2013-04-191-0/+5
* Don't copy empty folders in copydir() functionRoman Lacko2013-04-191-3/+2
* Show info about the running process in logRoman Lacko2013-03-251-10/+12
* Don't use custom popenasync module on linux to run commands. This fixes follo...Roman Lacko2012-09-071-1/+12
* Introduced new command line options --version and --list-versionsRoman Lacko2012-07-311-0/+26
* use standard string format function instead of custom implementationRoman Lacko2012-07-161-16/+9
* new --standalone option, when enabled, package qt libs on linuxRoman Lacko2012-06-071-0/+6
* Initial commit (copy of lck/pyside-dist repo)Roman Lacko2012-06-041-0/+177