klayout/src
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
..
ant Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
buddies Fixed #591 (two topics for macro editor) (#595) 2020-07-03 23:43:49 +02:00
db Fixed #646 (crash on delete of library) (#685) 2020-11-27 18:37:16 +01:00
drc Fixed #651 (DRC "select" feature issues) (#654) 2020-10-10 23:22:15 +02:00
edt Fixed #637 (Points are not selected properly for mirrored subcells) (#638) 2020-09-14 18:43:26 +02:00
fontgen Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
gsi Fixed GSI class registration under the conditions of unreliable RTTI information. 2020-06-20 14:17:13 -07:00
gsiqt Fixed #629 (timeout event of QTimer not present on Qt5) (#631) 2020-09-14 20:29:15 +02:00
gtfui Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
img Fixed issue #473 (fast accessors to image pixel and mask data through… (#503) 2020-02-21 18:38:08 +01:00
klayout_main Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
lay Fixed #647 (text orientation not working on search & replace) (#684) 2020-11-25 21:33:33 +01:00
laybasic Fixed #646 (crash on delete of library) (#685) 2020-11-27 18:37:16 +01:00
lib Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
lvs Netlist compare: Ambiguity resolution through name matching now default (can be turned off) (#594) 2020-06-29 20:52:04 +02:00
lym Fixed #591 (two topics for macro editor) (#595) 2020-07-03 23:43:49 +02:00
plugins Fixed a porting issue. 2020-07-05 22:02:52 +02:00
pya Candidate for fix. 2020-07-05 14:10:39 +02:00
pyastub Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
pymod Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
rba Candidate for fix. 2020-07-05 14:10:39 +02:00
rbastub Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
rdb Implemented #522 (skip // lines in RVE reader) (#583) 2020-06-05 12:11:44 +02:00
tl Issue 615 (#621) 2020-09-14 18:42:54 +02:00
unit_tests Provide a new option -o for unit test runner which sends the log to a file. This way we don't capture qWarning in the XML JUnit logs. 2020-06-27 20:50:22 +02:00
version Updated copyright notice to 2020 2020-01-05 00:59:43 +01:00
app.pri Fixed installation target for .exe's 2017-08-27 19:34:16 +02:00
klayout.pri Enable Qt-less build of unit tests on Windows in debug mode and without iterator assertions 2020-03-03 22:19:31 +01:00
klayout.pro Enable Qt-less build of unit tests on Windows in debug mode and without iterator assertions 2020-03-03 22:19:31 +01:00
lib.pri Proper naming of DLL's. 2017-08-27 18:17:00 +02:00
lib_ut.pri First steps towards enablement of MSVC2017 for pymod. A lot of things to TODO yet ... 2018-08-04 18:02:39 +02:00
with_all_libs.pri WIP: more refactoring. 2019-07-06 09:15:33 +02:00