Skip to content
Snippets Groups Projects
  1. Aug 23, 2013
  2. Jul 29, 2013
    • Marco Biasini's avatar
      make sure singletons don't reference any Python objects · e35160d0
      Marco Biasini authored
      The order of destruction of static objects, e.g. singletons is
      arbitrary and can not be relied upon. For some versions of
      Python, the singletons are destroyed after Python has shutdown.
      When objects stored in the singletons have been created in Python,
      a segfault is produced when they are destroyed, since the destructor
      assumes a Python interpreter exists. To work around that, we register
      atexit handlers to remove all references to Python objects. That's
      required for the IOProfileRegistry and Conopology singletons.
      e35160d0
  3. Jul 23, 2013
  4. Jul 22, 2013
  5. Jul 18, 2013
  6. Jul 13, 2013
  7. Jul 12, 2013
  8. Jul 09, 2013
    • Andreas Schenk's avatar
      Author: Jeff Lovelace · 9c824bbe
      Andreas Schenk authored
      - Fix for data viewer to use main ost menubar: Data viewer menu (labeled Panels) for the active data viewer window will show in the main menu bar.
      - Added foxus proxy for the data viewer and its QMdiSubwindow to ensure that the data viewer panel gets the keyboard focus from the beginning.
      9c824bbe
  9. Jul 03, 2013
  10. Jun 25, 2013
  11. Jun 24, 2013
  12. Jun 19, 2013
  13. Jun 13, 2013
  14. Jun 11, 2013
  15. Jun 10, 2013
  16. Jun 08, 2013
  17. Jun 07, 2013
  18. Jun 03, 2013
  19. May 31, 2013
  20. May 30, 2013
Loading