klayout/testdata/python
Matthias Köfferlein f82e7929d8 Fixed a conversion issue with ints on MSVC
Because long is 32bit on Windows (like int), the
conversion from long to unsigned int was subject
to sign overflow. This was fixed by going to
unsigned int via unsigned long.
2019-07-20 00:28:32 +02:00
..
basic.py Fixed a conversion issue with ints on MSVC 2019-07-20 00:28:32 +02:00
dbLayoutTest.py Updated copyright. 2019-01-08 01:09:25 +01:00
dbLayoutToNetlist.py Some enhancements for netlist extraction and writer 2019-05-31 00:11:28 +02:00
dbLayoutVsSchematic.py Fixed unit tests. 2019-07-19 00:02:05 +02:00
dbNetlistCrossReference.py Fixed unit tests. 2019-07-19 00:02:05 +02:00
dbPCells.py Updated copyright. 2019-01-08 01:09:25 +01:00
dbPolygonTest.py Updated copyright. 2019-01-08 01:09:25 +01:00
dbReaders.py Updated copyright. 2019-01-08 01:09:25 +01:00
dbRegionTest.py Updated copyright. 2019-01-08 01:09:25 +01:00
dbTransTest.py Updated tests after last change (edge transformation behaviour) 2019-02-10 16:21:44 +01:00
layLayers.py Fixed #276 (Layer properties name cannot be updated) 2019-06-16 21:42:07 +02:00
qtbinding.py Fixed pya:qtbinding test 2019-04-16 07:07:19 +02:00
tlTest.py Updated copyright. 2019-01-08 01:09:25 +01:00