kicad/qa/unittests
Tomasz Wlostowski e6ebc2b9b9 geometry: use dedicated 64-bit integer square root for distance computations
Guarantees 1 LSB error, while the C++ double type has 55 mantissa bits (meaning for sqrt(X) >~ 2^22.5) the error is not guaranteed.
2022-06-03 23:28:41 +02:00
..
common
eeschema Fix annotation of incomplete multi-unit symbols and re-annotation of duplicates 2022-05-26 09:23:36 +00:00
gerbview
libs geometry: use dedicated 64-bit integer square root for distance computations 2022-06-03 23:28:41 +02:00
pcbnew Fix some test issues. 2022-04-23 22:15:39 +01:00
utils/kicad2step
CMakeLists.txt