aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed platform name checkingRoman Lacko2013-05-211-2/+2
|
* Properly initialize path to python site-packages install directory. This ↵Roman Lacko2013-05-201-7/+11
| | | | fixes building package on some linux distributions (Fedora, etc)
* Distribute OpenSSL DLLs in openssl subfolderRoman Lacko2013-05-171-2/+2
|
* Fixed python 3.3 libs search on linuxRoman Lacko2013-04-301-1/+1
|
* Fixed "develop" setuptools command + fixed building on windows when msvc ↵Roman Lacko2013-04-301-43/+22
| | | | environment was not properly initialized.
* Merge pull request #9 from RobinD42/windows-debug-tweaksRoman Lacko2013-04-291-12/+62
|\ | | | | Windows debug tweaks
| * Fix some setup_dir --> dist_dir that were missed in the rebase.Robin Dunn2013-04-291-5/+5
| |
| * Add a release-with-debug-info (relwithdebinfo) build mode, which will build ↵Robin Dunn (cyclops)2013-04-291-8/+25
| | | | | | | | normal release mode binaries, but will also include the *.pdb files in the install or egg, to facilitate debugging on Windows without needing a full debug build.
| * Add a bogus Extension object so setuptools will know that there are binary ↵Robin Dunn2013-04-291-1/+9
| | | | | | | | extensions and will use the platform and architecture in the egg file name.
| * Copy some additional files on Windows when doing debug builds.Robin Dunn (cyclops)2013-04-291-2/+12
| | | | | | | | Also set and use the "_d" posfix where needed
| * Also copy the DLLs in the lib dir if there are any, that's where qt-mobility ↵Robin Dunn (cyclops)2013-04-291-2/+17
| | | | | | | | puts its DLLs
* | Fix typoRobin Dunn2013-04-291-1/+1
|/
* Support for building windows binaries outside Visual Studio Command Prompt ↵Roman Lacko2013-04-251-12/+29
| | | | using the --msvc-version option. The MSVC environment is now properly initialized by setup script.
* Introduce option --msvc-version to specify version of MSVC compiler. Use ↵Roman Lacko2013-04-251-0/+23
| | | | that optition to get MSVC environment variables.
* Fixed distribution buildRoman Lacko2013-04-191-1/+2
|
* Moved the temporary package folders to another location at build time. This ↵Roman Lacko2013-04-191-41/+42
| | | | fixes the installation when running post-install script from same folder where the PySide distribution was built.
* Fix building on Ubuntu 13.04lck2012-10-201-3/+19
|
* Added shiboken docs to distributionRoman Lacko2013-04-151-0/+10
|
* Build shiboken docs when sphinx package is installedRoman Lacko2013-04-151-10/+21
|
* Option --version can not be used together with option --ignore-gitRoman Lacko2013-04-151-0/+3
|
* Update classifiersRoman Lacko2013-04-101-6/+10
|
* Fixed setup script after changing README extensionRoman Lacko2013-04-081-1/+1
|
* Fixed PATH environment setupRoman Lacko2013-03-251-2/+2
|
* Added --ignore-git optionRoman Lacko2013-02-181-1/+2
|
* use real path to cmake, this fixes bug PYSIDE-99Roman Lacko2013-02-051-1/+1
|
* FIX: add some workarounds for OSX problemsMatthew Brett2012-11-061-36/+51
| | | | | | Look for shared libraries ending in ``dylib``. Add a header path to cmake for Qt framework.
* Fix typo (make_name should be make_path)Roman Lacko2012-09-281-1/+1
|
* Fixed shiboken python module packagingRoman Lacko2012-09-281-4/+6
|
* Add shiboken python module to distibution packageRoman Lacko2012-09-281-0/+10
|
* Add --make-spec option to specify make generator (msvc or mingw) on win32 ↵Roman Lacko2012-09-211-13/+52
| | | | platform. Fix resolving python lib on linux when compiled as static library
* Remove version info from download urlRoman Lacko2012-09-141-1/+1
|
* Option --version is available only when pyside-setup was cloned from git ↵Roman Lacko2012-09-131-20/+26
| | | | repository
* Back to developmentRoman Lacko2012-09-111-1/+7
|
* Don't use custom popenasync module on linux to run commands. This fixes ↵Roman Lacko2012-09-071-6/+12
| | | | following error: can't concatenate bytes to None
* Update modules to PySide release 1.1.2Roman Lacko2012-09-051-4/+4
|
* Introduced new command line options --version and --list-versionsRoman Lacko2012-07-311-36/+30
|
* use standard string format function instead of custom implementationRoman Lacko2012-07-161-49/+49
|
* fix cmake param PYTHON_LIBRARYRoman Lacko2012-07-161-1/+1
|
* fix submodule initializationRoman Lacko2012-06-201-0/+3
|
* pull latest version of submodules and checkout submodules by pyside versionRoman Lacko2012-06-201-4/+31
|
* add download_url to setupRoman Lacko2012-06-071-0/+1
|
* new --standalone option, when enabled, package qt libs on linuxRoman Lacko2012-06-071-12/+43
|
* ensure that git submodules are initializedRoman Lacko2012-06-051-3/+12
|
* remove unused importsRoman Lacko2012-06-051-1/+0
|
* update setup requirements docRoman Lacko2012-06-051-1/+1
|
* add distribute bootstrap scriptRoman Lacko2012-06-051-0/+3
|
* fix search libdir on windowsRoman Lacko2012-06-041-0/+6
|
* Initial commit (copy of lck/pyside-dist repo)Roman Lacko2012-06-041-0/+609