klayout/src/unit_tests
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
..
unit_test_main.cc A huge patch to make Windows build functional again after recent updates 2018-10-08 23:31:22 +02:00
unit_tests.pro WIP: made pymod functional on Windows (without Qt). Tests pass. 2018-07-10 23:34:30 +02:00
utTestConsole.cc MSVC builds for the first time - still a lot of patches required 2018-08-28 23:19:58 +02:00
utTestConsole.h Updated copyright note to 2018. 2018-01-01 21:08:06 +01:00