coriolis/hurricane/src/viewer
Jean-Paul Chaput 3774c09bab * All Main Python Modules:
- Change: New problem identified with the Python modules: each module seems
        to be built as a complete binary, so all the static C++ initializers are
        allocated in each module. In particular the C++ tree inheritance is built
        for *each* module so we cannot longer uses the typeid() comparisons
        across modules... It was used by boost::program_options to perform is
        casts with boost::any and was starting throwing exceptions because of
        bad casts. program_option was first initialized in "configuration"
        first included by PyViewer then in PyCRL (see Utilities.cpp).
          A first solution is to re-order the import of Python modules in
        stratus1/st_model so that CRL is imported first.
          The second is to not not link "configuration" with boost::program_option
        as only the binary vlsisapd-conf-editor needs it.
          That is a serious problem of which we must be aware and can cause further
        strange behaviors.
          Debug code used to diagnostic has been kept commented in the sources a
        it may be needed again :-(
          This behavior do not affect our singletons because they are part of
        dynamic libraries that seems to be correctly shared between the various
        Python modules.
2010-07-17 10:22:00 +00:00
..
hurricane/viewer Minor changes for compatibility with Mac osx 10.6 2010-07-15 11:13:24 +00:00
images Forgotten TextTranslator sources. 2010-07-06 10:10:50 +00:00
obsoletes * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
AreaCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
BreakpointWidget.cpp * All tools: 2010-07-12 15:07:58 +00:00
CMakeLists.txt Minor changes for compatibility with Mac osx 10.6 2010-07-15 11:13:24 +00:00
CellViewer.cpp Forgotten TextTranslator sources. 2010-07-06 10:10:50 +00:00
CellViewer.qrc Forgotten TextTranslator sources. 2010-07-06 10:10:50 +00:00
CellWidget.cpp Forgotten TextTranslator sources. 2010-07-06 10:10:50 +00:00
ColorScale.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
Command.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
ControllerWidget.cpp * ./hurricane/src/viewer: 2010-06-18 14:01:08 +00:00
DisplayFilterWidget.cpp Correct argument of dbuModeChanged and changeDbuMode consistently (to unigned int) 2010-05-17 16:37:14 +00:00
DisplayStyle.cpp * ./hurricane/src/viewer: 2010-06-22 20:37:28 +00:00
DynamicLabel.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
ExceptionWidget.cpp * All tools: 2010-05-17 14:40:36 +00:00
GotoWidget.cpp Correct argument of dbuModeChanged and changeDbuMode consistently (to unigned int) 2010-05-17 16:37:14 +00:00
Graphics.cpp * All tools: 2010-07-01 11:46:29 +00:00
GraphicsWidget.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
HApplication.cpp * All tools: 2010-07-01 11:46:29 +00:00
HierarchyCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
InspectorWidget.cpp * All tools: 2010-05-17 14:40:36 +00:00
MousePositionWidget.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
MoveCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
NetInformations.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
NetlistModel.cpp * ./hurricane/src/viewer: 2010-03-23 12:54:50 +00:00
NetlistWidget.cpp * ./hurricane: 2010-04-26 13:22:23 +00:00
PaletteExtensionGoItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteLayerItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteNamedItem.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
PaletteWidget.cpp * ./hurricane/src/viewer: 2010-06-22 20:37:28 +00:00
PyCellViewer.cpp * All Tools: 2010-07-14 19:39:36 +00:00
PyViewer.cpp * All Main Python Modules: 2010-07-17 10:22:00 +00:00
RecordModel.cpp * All tools: 2010-05-18 12:53:00 +00:00
Ruler.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
RulerCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
ScreenUtilities.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
Script.cpp Minor changes for compatibility with Mac osx 10.6 2010-07-15 11:13:24 +00:00
ScriptWidget.cpp Misplaced include (something about slot defined by QT and python : python must be included first) 2010-07-15 12:11:16 +00:00
SelectCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
SelectionModel.cpp * ./hurricane: 2010-04-26 13:22:23 +00:00
SelectionPopup.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
SelectionPopupModel.cpp * ./hurricane/src/viewer: 2010-03-26 18:01:41 +00:00
SelectionWidget.cpp * ./hurricane: 2010-04-26 13:22:23 +00:00
Selector.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
SelectorCriterion.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00
ZoomCommand.cpp * ./hurricane/src/hurricane: 2010-03-09 15:10:18 +00:00