kicad/qa
Seth Hillbrand 9e355c29f1 Removing OpenMP
This commit finishes the removal of OpenMP from the KiCad codebase.
Removed in this commit are the OpenMP calls in 3d-viewer and
qa/polygon_triangulation as well as all references in CMakeLists.txt

std::thread is used instead for multithreaded computation
(cherry picked from commit f8784f30a8)
2018-09-24 06:38:52 -07:00
..
common pcbnew: Cancel highlight with ESC 2018-09-24 06:38:52 -07:00
data Tests CPolyLine -> SHAPE_POLY_SET refactor. 2017-03-24 10:43:47 +01:00
geometry Use M_PI for Pi, not constexpr calculation 2018-07-30 12:46:27 -04:00
pcb_test_window 3D viewer: fix some issues when opened from a frame and changes are made in a other frame: 2018-05-10 12:49:20 +02:00
polygon_generator Minor fixes related to timestamp_t. Move timestamp_t definition to base_struct.h 2017-12-07 13:33:59 +01:00
polygon_triangulation Removing OpenMP 2018-09-24 06:38:52 -07:00
shape_poly_set_refactor QA: Rename geometry to shape_poly_set_refactor 2018-07-27 14:41:11 -04:00
testcases fix test_002_board_class.py according to changes (fixes) in bounding box track calculations 2018-06-12 17:21:03 +02:00
CMakeLists.txt QA Geometry: New test suite for generic geometric tests 2018-07-27 14:41:24 -04:00
test.py qa/test.py change to make sure failed tests return 1 in all systems. 2015-02-01 19:20:20 +01:00