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: jcfr/PythonQt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: patched-2
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
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 12, 2012

  1. Configuration menu
    Copy the full SHA
    9104fa9 View commit details
    Browse the repository at this point in the history
  2. 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
    Configuration menu
    Copy the full SHA
    47738f9 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    6366f00 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    2114405 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    a386dc6 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    3c84463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7132dba View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. Configuration menu
    Copy the full SHA
    26f338b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    51491d7 View commit details
    Browse the repository at this point in the history
Loading