283 Commits (60f0db09aaa2dcfc0a6f2d01c1b45a7d8f87d995)

Author SHA1 Message Date
Jeff Young 666c11965a Clean up some more MODULE terms. 5 years ago
Seth Hillbrand 9ed6cdd943 Remove GITHUB plugins 5 years ago
jean-pierre charras d4eb7b0f3d Step export: fix Bezier curves export. 5 years ago
Seth Hillbrand 4085757aeb Remove beginning/ending spaces in translations 5 years ago
jean-pierre charras 7414a62947 Attempt to support Bezier curves in STEP export: a fix. 5 years ago
jean-pierre charras 12b106aba4 Attempt to support Bezier curves in STEP export. First code. 5 years ago
jean-pierre charras f18fb9fe64 Step exporter: fix a wxWidgets alert. 5 years ago
jean-pierre charras 63471d861d Step exporter: avoid crash when the board to export has not closed outlines. 5 years ago
Ian McInerney b7e7cf9212 Some code cleanup 5 years ago
Ian McInerney c40470ed0b Initialize more variables 5 years ago
Seth Hillbrand de12d40ee6 Remove OGLTest 5 years ago
Jeff Young 904d186f6d Don't export hidden models to STEP. 5 years ago
Seth Hillbrand f1b1e59cf0 Catch error when decompressing 5 years ago
Seth Hillbrand d0e43ab9f1 STEP: Export stpz files 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Seth Hillbrand e3988b446a Adjust pointer duplication logic 5 years ago
Jeff Young 3b9c47a1be Fixes for rectangle segments in STEP plugin. 5 years ago
SUENAGA Hiroki 27d319b2df correct library path in fixup_bandle(). 5 years ago
jean-pierre charras 265f28afe1 Fix a minor compil warning and a Coverity warning 5 years ago
Seth Hillbrand 7e3a338518 Move warning flags to proper place 5 years ago
Jeff Young aeed8e6e2c Finish implementation of DRAWSEGMENT::C_RECT. 6 years ago
Ian McInerney e4b6487fca Overhaul compiler warnings infrastructure 6 years ago
jean-pierre charras fd6c9c7685 kicad2step: fix a bug when the board has no hole. 6 years ago
jean-pierre charras 25d7c0cae2 Opencascade: fix min version: OCE=0.18, OCC=6.9.0 6 years ago
Simon Richter 8dcbd1e6d2 Tag kicad2step as using WIN32 API 6 years ago
jean-pierre charras 5143f87678 Kicad2step: Many fixes in oce_utils. 6 years ago
jean-pierre charras b68bdc22d7 Fix in kicadpcb reader. Update dialog export step 7 years ago
jean-pierre charras 110b05fe78 kicad2step: convert it from a wxAppConsole to a wxApp, using a wxFrame/wxPanel 7 years ago
Adam Wolf e143ecbf40 For macOS, fix KICAD_BUNDLE_LIBS in ogltest. 6 years ago
Yegor Yefremov 99a28fa3e5 Fix typos in comments. 6 years ago
Adam Wolf ac20428b82 Add macOS KICAD_BUNDLE_LIBS search path for bundle fixup. 6 years ago
jean-pierre charras ad3c4b37ab Fix a few coverity warnings 6 years ago
Ian McInerney 06c979dfaa Convert all CMake paths to absolute instead of relative 6 years ago
Ian McInerney 39b1f0e1ff Replace wxCriticalSection with std::mutex 6 years ago
Seth Hillbrand 7c28c3838a Comment-only changes 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
jean-pierre charras a46abcd2dc FILENAME_RESOLVER: fix missing conversion from UTF8 to wide chars. 6 years ago
Ian McInerney 6faa2188ed Silence warnings on MacOS about OpenGL deprecation 6 years ago
Ian McInerney 116ac9aa75 Move dxflib, tinyspline and nanosvg into a thirdparty library directory 6 years ago
Seth Hillbrand c6f5df134c Minor speed cleanup 6 years ago
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back 6 years ago
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
jean-pierre charras d77ba30a95 Replace __WXDEBUG__ (improperly used) by DEBUG in some #define. 6 years ago
Simon Schubert a0ed40876d kicad2step: scale models 7 years ago
Ian McInerney 55261eb223 pcbnew: Fix export of edge.cuts layer to STEP format 7 years ago
John Beard 1a9aa2e92d Use old-style boost includes 7 years ago
John Beard 4bd661add7 QA: Add test on GetLayerName function 7 years ago
John Beard 03214b5dea Sexpr/QA: Split out the sexpr classes into a reusable lib and test 7 years ago
Simon Richter 03bce55403 List Boost as a dependency for kicad2step 7 years ago
John Beard c135158364 Kicad2Step: handle quoted layers 7 years ago