-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: commontk/PythonQt
base: e2dce4b
head repository: commontk/PythonQt
compare: patched-2
- 18 commits
- 83 files changed
- 3 contributors
Commits on Jul 10, 2012
-
ENH: Generator - Added CMakeLists.txt allowing to compile PythonQtGen…
…erator in a cross-platform fashion Note it's possible to run the generator from either the build directory or the install directory. Indeed, the dependent files (typesystem_*.xml, build_*.xml, qtscript_masterinclude.h and parser/rpp/pp-qt-configuration) have the appropriate install rules and are also copied to the build directory.
Configuration menu - View commit details
-
Copy full SHA for f28f554 - Browse repository at this point
Copy the full SHA f28f554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9814246 - Browse repository at this point
Copy the full SHA 9814246View commit details -
Add method allowing to know if a python error occurred.
Conflicts: src/PythonQt.cpp src/PythonQt.h
Configuration menu - View commit details
-
Copy full SHA for dbd8dbd - Browse repository at this point
Copy the full SHA dbd8dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for acd9d3a - Browse repository at this point
Copy the full SHA acd9d3aView commit details -
Fix VS2010 compilation issue when PythonQt Debug build against python…
… Release * Copied most of the contents of vtkPython.h to dPython.h
Configuration menu - View commit details
-
Copy full SHA for c65966f - Browse repository at this point
Copy the full SHA c65966fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a2cfc - Browse repository at this point
Copy the full SHA 81a2cfcView commit details -
Add PythonQt_Wrap_QtAll build option
Currently xmlpattern wrappers are not built even if PythonQt_Wrap_QtAll is set to ON. Indeed, the wrappers failed to build on any of the supported Qt version.
Configuration menu - View commit details
-
Copy full SHA for 97df3b0 - Browse repository at this point
Copy the full SHA 97df3b0View commit details
Commits on Jul 12, 2012
-
Fix for numerical range of generated wrappers associated with Qt 4.8
The numerical range should probably be detected automatically.
Configuration menu - View commit details
-
Copy full SHA for 654f324 - Browse repository at this point
Copy the full SHA 654f324View commit details -
Fix mac build error with C standard lib macros
This fix errors of that sort: moc_PythonQtStdDecorators.cxx:152:25: error: expected unqualified-id case 4: _t->emit((*reinterpret_cast< QObject*(*)>(_a[1])),(*reinterpret_cast< const
Configuration menu - View commit details
-
Copy full SHA for 7b8ee13 - Browse repository at this point
Copy the full SHA 7b8ee13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9104fa9 - Browse repository at this point
Copy the full SHA 9104fa9View commit details -
Add fix for mac build error related C standard lib macros to main header
By updating PythonQtPythonIncludes.h which is included in all PythonQt headers, it is ensured the fix will be applied consistently.
Configuration menu - View commit details
-
Copy full SHA for 47738f9 - Browse repository at this point
Copy the full SHA 47738f9View commit details
Commits on Jul 18, 2012
-
Fix windows build issue when PythonQt Debug build against python Release
Seems "_STL_NOFORCE_MANIFEST" is now used instead of "_CRT_NOFORCE_MANIFEST"
Configuration menu - View commit details
-
Copy full SHA for 6366f00 - Browse repository at this point
Copy the full SHA 6366f00View commit details
Commits on Oct 4, 2012
-
COMP: Optionally include CTestUseLaunchers
Doing so will allow error/warning to be properly reported in a Superbuild context when doing parallel build with CTEST_USE_LAUNCHERS enabled.
Configuration menu - View commit details
-
Copy full SHA for 2114405 - Browse repository at this point
Copy the full SHA 2114405View commit details
Commits on Oct 17, 2012
-
This method should be called before any piece of code where handleError is called in case of error. It will ensure the _ErrorOccured is reset to false.
Configuration menu - View commit details
-
Copy full SHA for a386dc6 - Browse repository at this point
Copy the full SHA a386dc6View commit details
Commits on Nov 8, 2012
-
Add SystemExit exception handler
If enabled, the signal "systemExitExceptionRaised" will be emitted. It gives application the opportunity to cleanup and terminate nicely.
Configuration menu - View commit details
-
Copy full SHA for 3c84463 - Browse repository at this point
Copy the full SHA 3c84463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7132dba - Browse repository at this point
Copy the full SHA 7132dbaView commit details
Commits on Jan 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 26f338b - Browse repository at this point
Copy the full SHA 26f338bView commit details
Commits on Aug 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 51491d7 - Browse repository at this point
Copy the full SHA 51491d7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e2dce4b...patched-2