Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commontk/PythonQt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2dce4b
Choose a base ref
...
head repository: commontk/PythonQt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: patched-2
Choose a head ref
  • 18 commits
  • 83 files changed
  • 3 contributors

Commits on Jul 10, 2012

  1. 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.
    jcfr committed Jul 10, 2012

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f28f554 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9814246 View commit details
  3. Add method allowing to know if a python error occurred.

    Conflicts:
    
    	src/PythonQt.cpp
    	src/PythonQt.h
    jcfr committed Jul 10, 2012

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dbd8dbd View commit details
  4. Copy the full SHA
    acd9d3a View commit details
  5. Fix VS2010 compilation issue when PythonQt Debug build against python…

    … Release
    
    * Copied most of the contents of vtkPython.h to dPython.h
    John Stark authored and jcfr committed Jul 10, 2012
    Copy the full SHA
    c65966f View commit details
  6. Copy the full SHA
    81a2cfc View commit details
  7. 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.
    jcfr committed Jul 10, 2012
    Copy the full SHA
    97df3b0 View commit details

Commits on Jul 12, 2012

  1. Fix for numerical range of generated wrappers associated with Qt 4.8

    The numerical range should probably be detected automatically.
    pieper authored and jcfr committed Jul 12, 2012
    Copy the full SHA
    654f324 View commit details
  2. 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
    pieper authored and jcfr committed Jul 12, 2012
    Copy the full SHA
    7b8ee13 View commit details
  3. Copy the full SHA
    9104fa9 View commit details
  4. 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.
    jcfr committed Jul 12, 2012
    Copy the full SHA
    47738f9 View commit details

Commits on Jul 18, 2012

  1. Fix windows build issue when PythonQt Debug build against python Release

    Seems "_STL_NOFORCE_MANIFEST" is now used instead of "_CRT_NOFORCE_MANIFEST"
    jcfr committed Jul 18, 2012
    Copy the full SHA
    6366f00 View commit details

Commits on Oct 4, 2012

  1. 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.
    jcfr committed Oct 4, 2012
    Copy the full SHA
    2114405 View commit details

Commits on Oct 17, 2012

  1. Add method resetErrorFlag

    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.
    jcfr committed Oct 17, 2012
    Copy the full SHA
    a386dc6 View commit details

Commits on Nov 8, 2012

  1. Add SystemExit exception handler

    If enabled, the signal "systemExitExceptionRaised" will be emitted. It gives
    application the opportunity to cleanup and terminate nicely.
    jcfr committed Nov 8, 2012
    Copy the full SHA
    3c84463 View commit details
  2. Copy the full SHA
    7132dba View commit details

Commits on Jan 9, 2013

  1. Copy the full SHA
    26f338b View commit details

Commits on Aug 8, 2017

  1. Copy the full SHA
    51491d7 View commit details
Loading