klayout/src/plugins/streamers/gds2/db_plugin
Matthias Koefferlein 4ffcaba5d1 Important bug fix for MacOS
Unlike Linux, RTTI does not work in MacOS/clang when the classes
originate from different compile units. I think that Linux's C++
runtime not only checks for identical vtable, but alternatively
for same name. On MacOS, dynamic_cast will fail instead. This fix
solves this issue by placing the important steam format option
specializations into a single specific shared object (the DB plugin).
2018-10-04 14:10:22 -07:00
..
contrib Many warnings fixed for MSVC 2018-08-29 01:46:18 +02:00
dbGDS2.cc WIP: first steps for making technology a db component. 2018-06-14 23:38:23 +02:00
dbGDS2.h
dbGDS2Format.h Important bug fix for MacOS 2018-10-04 14:10:22 -07:00
dbGDS2Reader.cc Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbGDS2Reader.h Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbGDS2ReaderBase.cc Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbGDS2ReaderBase.h WIP: turned ext module into plugins. 2018-06-17 09:43:25 +02:00
dbGDS2Writer.cc Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbGDS2Writer.h WIP: turned ext module into plugins. 2018-06-17 09:43:25 +02:00
dbGDS2WriterBase.cc Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbGDS2WriterBase.h WIP: fixed streamer headers. 2018-06-20 01:13:31 +02:00
db_plugin.pro WIP: fixed some build issues, removed some link dependencies which causes issues on Windows. 2018-06-19 20:31:55 +02:00
gsiDeclDbGDS2.cc WIP: added streamers plugin structure (partially) 2018-06-13 21:39:39 +02:00