aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * 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
* | Merge pull request #8 from RobinD42/fix-typo-architektureRoman Lacko2013-04-291-1/+1
|\ \ | |/ |/| Fix typo
| * Fix typoRobin Dunn2013-04-291-1/+1
|/
* Describe the --msvc-version option in READMERoman Lacko2013-04-251-7/+7
|
* Support for building windows binaries outside Visual Studio Command Prompt ↵Roman Lacko2013-04-252-14/+38
| | | | using the --msvc-version option. The MSVC environment is now properly initialized by setup script.
* Merge branch 'master' of https://github.com/PySide/pyside-setupRoman Lacko2013-04-251-2/+2
|\
| * Update README.rstRoman Lacko2013-04-241-2/+2
| |
* | Introduce option --msvc-version to specify version of MSVC compiler. Use ↵Roman Lacko2013-04-252-5/+87
|/ | | | that optition to get MSVC environment variables.
* Add section 'Installation' to READMERoman Lacko2013-04-241-0/+35
|
* Describe PySide Setup Script command line optionsRoman Lacko2013-04-241-0/+70
|
* Update READMERoman Lacko2013-04-231-5/+5
|
* Update READMERoman Lacko2013-04-221-2/+2
|
* Fix missing WindowsError on POSIX platformsRoman Lacko2013-04-191-0/+5
|
* Fixed distribution buildRoman Lacko2013-04-192-14/+15
|
* Update READMERoman Lacko2013-04-191-4/+4
|
* Fix patchelf buildRoman Lacko2013-04-191-1/+1
|
* Don't copy empty folders in copydir() functionRoman Lacko2013-04-191-3/+2
|
* Add pyside_dist to gitignoreRoman Lacko2013-04-191-0/+1
|
* 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.
* Update patchelf to latest versionRoman Lacko2013-04-191-59/+122
|
* Update READMERoman Lacko2013-04-191-2/+2
|
* Update READMERoman Lacko2013-04-191-15/+7
|
* Fix building on Ubuntu 13.04lck2012-10-201-3/+19
|
* Update README.rstRoman Lacko2013-04-161-6/+18
|
* Added shiboken docs to distributionRoman Lacko2013-04-152-0/+11
|
* 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 README.rstRoman Lacko2013-04-111-1/+1
|
* Update classifiersRoman Lacko2013-04-101-6/+10
|
* Revisiting setup script documentationRoman Lacko2013-04-091-92/+38
|
* Update distribute_setup script to latest versionRoman Lacko2013-04-091-30/+79
|
* Fixed setup script after changing README extensionRoman Lacko2013-04-081-1/+1
|
* Change README extension to rstRoman Lacko2013-04-031-0/+0
|
* Fixed PATH environment setupRoman Lacko2013-03-251-2/+2
|
* Show info about the running process in logRoman Lacko2013-03-251-10/+12
|
* Added --ignore-git optionRoman Lacko2013-02-181-1/+2
|
* use real path to cmake, this fixes bug PYSIDE-99Roman Lacko2013-02-051-1/+1
|
* Merge pull request #3 from matthew-brett/osx-fixesHugo Parente Lima2013-01-242-53/+217
|\ | | | | Osx fixes
| * 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: add support for rpath patching in OSXMatthew Brett2012-11-061-17/+166
| | | | | | | | | | | | | | The code adds rpaths to allow local relative libraries to get loaded at link time, for linux only, using the patchelf binary. This commit adds some routines to do the equivalent thing in OSX, using the ``otool`` and ``install_name_tool`` binaries.
* | add note about using VS 2010 when building against python 3.3Roman Lacko2012-12-201-2/+6
|/
* Fix typo (make_name should be make_path)Roman Lacko2012-09-281-1/+1
|
* Fixed shiboken python module packagingRoman Lacko2012-09-281-4/+6
|