coriolis/unicorn/src
Jean-Paul Chaput bdc474d7fc Quieter helpers initialisation, isderived() alternative to isinstance().
* New: In CRL.python.helpers, all methods make use of the quiet mode to
    allow completly silent initialisation.
      Introduce isderived() function to check the derivation relationship
    of two C++ encapsulated classes by Isobar. The Python isinstance do
    not work, all C++ wrapped classes are of the base type 'type'.
    isderived() uses the MRO mechanism (Method Resolution Order) as a
    workaround. I can't find in the documentation if it's the expected
    behavior or if i did miss something in when building my classes.
2016-12-12 17:06:53 +01:00
..
images * ./hurricane/src/hviewer, 2010-03-09 15:26:22 +00:00
unicorn Happy new year 2016! 2016-01-21 00:41:19 +01:00
CMakeLists.txt Anabatic transient commit 18. Port of Kite (Katana), Yeah, Baby! Yeah! 2016-08-15 16:30:13 +02:00
CgtMain.cpp Remove GraphicAnabaticengine, temporarily made for debugging. 2016-09-07 11:21:36 +02:00
ExportCellDialog.cpp Happy new year 2016! 2016-01-21 00:41:19 +01:00
ImportCell.cpp Happy new year 2016! 2016-01-21 00:41:19 +01:00
ImportCellDialog.cpp Happy new year 2016! 2016-01-21 00:41:19 +01:00
OpenCellDialog.cpp Happy new year 2016! 2016-01-21 00:41:19 +01:00
PyUnicorn.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
PyUnicornGui.cpp Argh. cdebug was slowing down the program too much. 2016-06-11 21:56:12 +02:00
SaveCellDialog.cpp * ./unicorn: 2010-08-18 20:27:18 +00:00
Unicorn.qrc * ./hurricane/src/hviewer, 2010-03-09 15:26:22 +00:00
UnicornGui.cpp Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
cgt.py Quieter helpers initialisation, isderived() alternative to isinstance(). 2016-12-12 17:06:53 +01:00
coriolis.py Happy new year 2016! 2016-01-21 00:41:19 +01:00