klayout/src/db
Matthias Köfferlein 46712e8866 Fixed #646 (crash on delete of library) (#685)
* Fixed a compiler warning

* Fixed #646 (crash on PCell Library "delete")

The issue was mainly caused by a "cleanup" call on
the library. Cleanup is supposed to remove excess
top level PCell variants. For libraries this is not
possible, as the library does not know which variants
are used and which are not.

In addition, some hardening against segfaults in
case of defect layouts has been applied.
2020-11-27 18:37:16 +01:00
..
db Fixed #646 (crash on delete of library) (#685) 2020-11-27 18:37:16 +01:00
unit_tests Fixed #652 (M scaling not working sometimes for Spice), provided test… (#653) 2020-10-10 23:22:48 +02:00
db.pro Refactoring: moved unit tests to libraries for some libs (ut modularization) 2017-08-26 22:44:31 +02:00