kicad/qa
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
..
data Fix net ordering in gold file. 2022-05-27 21:28:17 +01:00
mocks qa: add missing const to mocked method 2022-03-21 11:51:39 +00:00
pcbnew_utils eagle: introduce *.lbr footprint import test 2022-04-02 20:07:16 +02:00
qa_utils Preload PCBnew find with selection when appropriate. 2022-03-19 19:37:01 +00:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
testcases qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
tools qa/pns: draw single segments too in the log viewer frame 2022-06-03 23:28:41 +02:00
unittests geometry: use dedicated 64-bit integer square root for distance computations 2022-06-03 23:28:41 +02:00
CMakeLists.txt qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
test.py QA test code: fix some issues: 2022-01-06 09:37:14 +01:00