aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update download linksRoman Lacko2013-08-031-5/+5
|
* Split change log from README.rst to CHANGES.rstRoman Lacko2013-08-023-358/+350
|
* Remap examples and tools submodules from gitorious to githubRoman Lacko2013-08-015-24/+18
|
* Removed --msvc-version option. Required MSVC compiler version is now ↵Roman Lacko2013-08-013-60/+24
| | | | resolved from python interpreter version
* Update link to required Windows SDKRoman Lacko2013-07-311-2/+2
|
* 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-252-10/+9
| | | | python=3.3 use VC 2010. For python<= 3.2 use VC 2008.
* Merge pull request #16 from RobinD42/more-tweaksRoman Lacko2013-07-221-3/+18
|\ | | | | More tweaks
| * 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-133-31/+107
| | | | (Visual Studio is no more required)
* Fixed missing importRoman Lacko2013-07-121-0/+1
|
* Fix typo in READMERoman Lacko2013-07-091-1/+1
|
* Update build instructionsRoman Lacko2013-07-091-12/+23
|
* Add devel version to versions mapRoman Lacko2013-07-091-1/+7
|
* Update download urlsRoman Lacko2013-07-092-3/+3
|
* Update README1.2.0Roman Lacko2013-07-031-8/+6
|
* Since version 1.2.0 there is no need to run post install procedure on win32Roman Lacko2013-07-022-19/+20
|
* Prepare to release PySide 1.2.0, update modules version map and READMERoman Lacko2013-07-022-7/+105
|
* Add option --build-tests to enable building the testsRoman Lacko2013-06-292-1/+8
|
* Merge pull request #14 from RobinD42/minor-tweaksRoman Lacko2013-06-201-0/+12
|\ | | | | Minor tweaks
| * 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
| |
* | Update distribute_setup to latest versionRoman Lacko2013-06-131-1/+11
| |
* | Fixed compiling modules with empty --jobs option when running on LinuxRoman Lacko2013-06-051-1/+4
| |
* | Update READMERoman Lacko2013-06-051-0/+9
|/
* Merge pull request #13 from RobinD42/more-build-tweaksRoman Lacko2013-06-032-6/+25
|\ | | | | 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
| * Fix path updates to not store the lower() version of the original path values.Robin Dunn2013-06-031-1/+1
| |
* | Merge pull request #12 from RobinD42/add-new-optionsRoman Lacko2013-06-031-14/+47
|\ \ | |/ |/| Add new options
| * 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
|/
* Update distribute_setup to latest versionRoman Lacko2013-05-281-1/+1
|
* Fixed platform name checkingRoman Lacko2013-05-212-3/+3
|
* Remove unused codeRoman Lacko2013-05-211-17/+5
|
* Properly initialize path to python site-packages install directory. This ↵Roman Lacko2013-05-202-8/+12
| | | | fixes building package on some linux distributions (Fedora, etc)
* Distribute OpenSSL DLLs in openssl subfolderRoman Lacko2013-05-172-3/+3
|
* Update READMERoman Lacko2013-05-141-0/+7
|
* Update distribute_setup to latest versionRoman Lacko2013-05-141-1/+1
|
* Update README.rstRoman Lacko2013-05-071-3/+1
|
* Update READMERoman Lacko2013-05-071-0/+10
|
* Return only installed vcvarsall.bat when searching vcvarsall.bat in systemRoman Lacko2013-05-051-1/+3
|
* Fixed python 3.3 libs search on linuxRoman Lacko2013-04-301-1/+1
|
* Update READMERoman Lacko2013-04-301-3/+3
|
* Fixed "develop" setuptools command + fixed building on windows when msvc ↵Roman Lacko2013-04-304-69/+115
| | | | 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
| |