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
dbLayoutToNetlist.py
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
dbPolygonTest.py
dbReaders.py
dbRegionTest.py
dbTransTest.py
layLayers.py Fixed #276 (Layer properties name cannot be updated) 2019-06-16 21:42:07 +02:00
qtbinding.py
tlTest.py