coriolis/crlcore
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
..
cmake_modules New Library Manager Widget. Access with Tools menu or CTRL+M. 2015-05-09 17:03:17 +02:00
doc Happy new year 2016! 2016-01-21 00:41:19 +01:00
etc Accurate Qwt detection (Qt4 vs. Qt5). DbU forced to 64 bits. 2016-11-23 11:29:28 +01:00
python Quieter helpers initialisation, isderived() alternative to isinstance(). 2016-12-12 17:06:53 +01:00
src In CRL Core, do not set stratus1.mappingName to "not_set" (but ""). 2016-12-07 13:53:01 +01:00
CMakeLists.txt Diplay function, file & line number in the backtrace (like gdb). 2016-08-06 18:15:06 +02:00