aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Switched to the new setuptools (v0.9.8) which has been merged with Distribute...Roman Lacko2013-08-031-1/+1
* Split change log from README.rst to CHANGES.rstRoman Lacko2013-08-021-1/+2
* Removed --msvc-version option. Required MSVC compiler version is now resolved...Roman Lacko2013-08-011-14/+1
* Don't try to init msvc environment if it's already initializedRoman Lacko2013-07-311-4/+6
* Set default VC++ compiler version by python interpreter version. For python=3...Roman Lacko2013-07-251-3/+8
* Add --osx-arch option so the desired build architecture can be specifiedRobin Dunn2013-07-201-3/+4
* Add the OSX specific flags for Shiboken too.Robin Dunn2013-07-201-1/+2
* Set CMAKE_OSX_ARCHITECTURES.Robin Dunn2013-07-201-1/+6
* Allow either a _d or a non _d library for debug builds.Robin Dunn2013-07-201-1/+9
* Support for building windows binaries with only Windows SDK installed (Visual...Roman Lacko2013-07-131-3/+0
* Add devel version to versions mapRoman Lacko2013-07-091-1/+7
* Update download urlsRoman Lacko2013-07-091-1/+1
* Prepare to release PySide 1.2.0, update modules version map and READMERoman Lacko2013-07-021-5/+4
* Add option --build-tests to enable building the testsRoman Lacko2013-06-291-1/+5
* copy a couple more pdb filesRobin Dunn2013-06-201-0/+12
* Only add OPTION_JOBS to the command line if it's setRobin Dunn2013-06-201-1/+4
* Merge pull request #13 from RobinD42/more-build-tweaksRoman Lacko2013-06-031-5/+24
|\
| * Various additional build fixes and tweaks.Robin Dunn2013-06-031-6/+25
* | Oops, we need to actually use OPTION_JOBS too.Robin Dunn2013-05-301-1/+1
* | Add --jom and --jobs options.Robin Dunn2013-05-301-4/+27
* | Add option to exclude the examples.Robin Dunn2013-05-291-10/+20
|/
* Fixed platform name checkingRoman Lacko2013-05-211-2/+2
* Properly initialize path to python site-packages install directory. This fixe...Roman Lacko2013-05-201-7/+11
* 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 envi...Roman Lacko2013-04-301-43/+22
* Merge pull request #9 from RobinD42/windows-debug-tweaksRoman Lacko2013-04-291-12/+62
|\
| * 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 n...Robin Dunn (cyclops)2013-04-291-8/+25
| * Add a bogus Extension object so setuptools will know that there are binary ex...Robin Dunn2013-04-291-1/+9
| * Copy some additional files on Windows when doing debug builds.Robin Dunn (cyclops)2013-04-291-2/+12
| * 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
* | Fix typoRobin Dunn2013-04-291-1/+1
|/
* Support for building windows binaries outside Visual Studio Command Prompt us...Roman Lacko2013-04-251-12/+29
* Introduce option --msvc-version to specify version of MSVC compiler. Use that...Roman Lacko2013-04-251-0/+23
* Fixed distribution buildRoman Lacko2013-04-191-1/+2
* Moved the temporary package folders to another location at build time. This f...Roman Lacko2013-04-191-41/+42
* 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
* 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