klayout/src/plugins/streamers/oasis/db_plugin
Matthias Koefferlein db981b0f7d A huge patch to make Windows build functional again after recent updates
The issue was: for MacOS/clang, the virtual format-specific
option structs had to be embedded in one compile unit (for RTTI).
In Windows this will lead to link errors since the DLL is not
reachable at build time for the generic reader/writer configuration in
the buddy tools.

The solution is to use GSI methods (provided for scripting) to
set the reader/writer options in a generic way that does not
require linking against the plugin DLLs.
2018-10-08 23:31:22 +02:00
..
dbOASIS.cc WIP: first steps for making technology a db component. 2018-06-14 23:38:23 +02:00
dbOASIS.h Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbOASISFormat.h Important bug fix for MacOS 2018-10-04 14:10:22 -07:00
dbOASISReader.cc Many warnings fixed for MSVC 2018-08-29 01:46:18 +02:00
dbOASISReader.h Massive reduction of Qt dependencies, but also massive refactoring. 2018-07-03 00:51:36 +02:00
dbOASISWriter.cc A couple of changes to make MSVC work - not done yet. 2018-09-02 00:40:35 +02:00
dbOASISWriter.h MSVC builds for the first time - still a lot of patches required 2018-08-28 23:19:58 +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
gsiDeclDbOASIS.cc A huge patch to make Windows build functional again after recent updates 2018-10-08 23:31:22 +02:00