161 Commits (199bb2ffb0706056303abbfd247fc87efbaa2db0)

Author SHA1 Message Date
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 6 years ago
Ian McInerney 55261eb223 pcbnew: Fix export of edge.cuts layer to STEP format 6 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
John Beard bb2ae8e13b Bitmaps: move bitmap defs to bitmaps library 7 years ago
Seth Hillbrand 214d8d3703 kicad2step: Handle quoted layers 7 years ago
Jeff Young 16925cc74e Implement RAII locking for GAL updating. 7 years ago
Jeff Young 6c34fdefd7 Better exception handling and context locking for GAL. 7 years ago
jean-pierre charras 7372acdaa5 Fix:Step export not working when special characters (non UTF7) in filename or path 7 years ago
Maciej Suminski c120ae9e9d kicad2step: Implement overwrite protection, handle 'force overwrite' flag 7 years ago
Maciej Suminski 7037e422a8 kicad2step: Set correct file extension if no output file is specified 7 years ago
Seth Hillbrand d3c82b0b57 kicad2step: limit small segment add/remove 7 years ago
John Beard a88831d7a9 Fix -Wcatch-value in kicad2step.cpp 7 years ago
John Beard f0c571769c Fix -Wcatch-value in sexpr.cpp 7 years ago
jean-pierre charras 7291059489 replace lib_dxf by dxflib from qcad in dxf2idf code 7 years ago
jean-pierre charras 72d1597201 DXF import: add import of DXF splines that are converted to Bezier curves. 7 years ago
Jeff Young 8f0aa68ab8 Fold 3D Search Paths dialog into Configure Paths. 8 years ago
Maciej Suminski a08c0ac08c kicad2step: Added minimum distance parameter 7 years ago
Maciej Suminski 7ef97e0bca kicad2step: Simplified unit conversion 7 years ago
Maciej Suminski 04a462e48f kicad2step: Converted #defines to constexprs 7 years ago
Maciej Suminski 1541cbdf04 kicad2step: Add short segments to fix outline contiguity for arcs 7 years ago
Maciej Suminski ba3f2b30ee kicad2step: More diagnostic messages to determine export issues 7 years ago
Seth Hillbrand e95d06e811 OCC: Fix issues for OpenCascade 7.3 7 years ago
jean-pierre charras 6d77e594b5 Python binding: fix pcbnew.Refresh() to make a better re-initialization. 7 years ago
Jeff Young 6a2dc8d4eb Roll back last 2 commits meant for the other resolver only. 7 years ago
Jeff Young 10ec39a107 Move 3D file error messages to tracePathsAndFiles key. 7 years ago