mirror of https://github.com/KLayout/klayout.git
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. |
||
|---|---|---|
| .. | ||
| basic.py | ||
| dbLayoutTest.py | ||
| dbLayoutToNetlist.py | ||
| dbLayoutVsSchematic.py | ||
| dbNetlistCrossReference.py | ||
| dbPCells.py | ||
| dbPolygonTest.py | ||
| dbReaders.py | ||
| dbRegionTest.py | ||
| dbTransTest.py | ||
| layLayers.py | ||
| qtbinding.py | ||
| tlTest.py | ||