klayout/src/pya
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
..
pya Fixed a conversion issue with ints on MSVC 2019-07-20 00:28:32 +02:00
unit_tests Fixed a conversion issue with ints on MSVC 2019-07-20 00:28:32 +02:00
pya.pro Moved rba and pya unit tests to module. 2017-08-27 00:47:40 +02:00