aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add development version to sub modules version maprlacko2014-04-291-2/+8
|
* Prepare 1.2.2 release1.2.2Roman Lacko2014-04-231-5/+5
|
* Update setup classifiersRoman Lacko2014-04-211-6/+7
|
* Re-generate examples Qt resource files for Python 3 compatibility when ↵Roman Lacko2014-04-211-0/+15
| | | | preparing binary packages
* Update download_url to secure locationRoman Lacko2014-04-201-1/+1
|
* Fixed missing imports folder on ubuntu distRoman Lacko2014-04-191-1/+1
|
* Remove incompatible sources from binary package folder tree. This fixes ↵Roman Lacko2014-04-191-0/+8
| | | | python 3 warnings when installing packages.
* Enable debug build for Python 3 as wellBjoern Thiel2014-03-311-3/+4
|
* Fixed building fake QtCore extensionrlacko2013-11-081-0/+10
|
* use the headers info that can be found in "qmake -query".Christian Tismer2013-10-181-10/+1
| | | | Since Qt has a headers variable, there is no reason for a work-around.
* Enable bogus extension module so the dist name will be generated with the ↵Roman Lacko2013-10-091-1/+1
| | | | full platform info (fix provided by R.Dunn)
* Code cleanupRoman Lacko2013-08-201-50/+50
|
* Add devel version to versions mapRoman Lacko2013-08-201-1/+7
|
* Bump PySide modules to version 1.2.11.2.1Roman Lacko2013-08-161-5/+5
|
* Minor code cleanupRoman Lacko2013-08-131-2/+2
|
* Properly initialize Windows SDK environment via SetEnv.cmd. Prefer Visual ↵Roman Lacko2013-08-051-5/+6
| | | | C++ environment script if exists (vcvars32/64.bat)
* Switched to the new setuptools (v0.9.8) which has been merged with ↵Roman Lacko2013-08-031-1/+1
| | | | Distribute again and works for Python 2 and 3 with one codebase
* Split change log from README.rst to CHANGES.rstRoman Lacko2013-08-021-1/+2
|
* Removed --msvc-version option. Required MSVC compiler version is now ↵Roman Lacko2013-08-011-14/+1
| | | | resolved from python interpreter version
* 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 ↵Roman Lacko2013-07-251-3/+8
| | | | python=3.3 use VC 2010. For python<= 3.2 use VC 2008.
* 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
| | | | Fix ALTERNATIVE_QT_INCLUDE_DIR
* Allow either a _d or a non _d library for debug builds.Robin Dunn2013-07-201-1/+9
| | | | This allows a debug PySide to be built with a non-debug Python.
* Support for building windows binaries with only Windows SDK installed ↵Roman Lacko2013-07-131-3/+0
| | | | (Visual Studio is no more required)
* 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
|\ | | | | More build tweaks and fixes
| * Various additional build fixes and tweaks.Robin Dunn2013-06-031-6/+25
| | | | | | | | | | | | | | - Validate py_prefix and py_include_dir - Add install_dir/bin to the PATH - Set CMAKE_PREFIX_PATH to install_dir - If QTDIR is set then use it for ALTERNATIVE_QT_INCLUDE_DIR
* | 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
| | | | | | | | | | --jom will use jom instead of nmake for msvc builds --jobs will set the number of build jobs (-jN passed to make or jom)
* | 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 ↵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.