287 Commits (468ebc317421a945cd0f34dcdbb8122fd7ae64b3)

Author SHA1 Message Date
Marek Roszko a8972f54c4 Put idf tools behind a cmake flag that can be turned off 2 years ago
Alex Shvartzkop 1c1bdb4f4a Make mold slightly happier. 2 years ago
Jon Evans 9989886517 Fix accidentally backed-out change to idftools for macOS 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Marek Roszko 88bf6b2627 More double const warnings 2 years ago
Marek Roszko 8a7044c3fb Fix some more warnings 2 years ago
qu1ck 0c049eccc7 Fix a bunch of compiler warnings 3 years ago
Ian McInerney a6ebd60c3b CMake: Modernize Boost import to use imported targets 3 years ago
Mark Roszko fb8a4c10f7 Shove kicad2step into pcbnew itself with a new cli 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Seth Hillbrand 5ed7e28252 Remove KICAD_OCC build option 3 years ago
Wayne Stambaugh 898ec0d094 Fix wxWidgets 3.1 and later deprecated build warnings. 3 years ago
jean-pierre charras 4d48376eae Fix some warnings detected by PVS-STUDIO (not used vars) 3 years ago
luz paz 79fa911e0e Fix various typos 3 years ago
Seth Hillbrand 98431eed79 Avoid scaling unity models 3 years ago
Wayne Stambaugh a830261973 KiCad2Step source code cleaning. 3 years ago
Wayne Stambaugh 497061de35 Fix KiCad2Step virtual keyword handling. 3 years ago
jean-pierre charras 2ff2a6ffcd Kicad2step: fix STEP export from Pcbnew, broken by changes in commit 8456d6c 3 years ago
Adam Wahab 8456d6cea9 Corrected syntax in kicad2step's help message regarding user-specified origin. 3 years ago
Jeff Young e85105a907 Add board stackup parsing to Kicad2Step. 3 years ago
jean-pierre charras d2c5eb1f23 Fix a minor error in commit b154acc: the commit was using a too old file. 4 years ago
jean-pierre charras b154acccdc STEP export: handle polygons with arcs (and convert arcs to segments). 4 years ago
Jeff Young 9a654ec8b9 wxT-ify utils. 4 years ago
Marek Roszko 41f54349a5 Replace inserts/push_backs with emplace in some spots 4 years ago
Marek Roszko 1c77eb14d7 Fix a set of odd null on new checks PVS V668 4 years ago
Marek Roszko a7ebfc31f9 Fix some leaking objects identified by PVS Studio V773 4 years ago
Seth Hillbrand 098e8f7d9b Revert "cmake: adding KICAD_MACOSX_APP_BUNDLE option" 4 years ago
Davide Gerhard ea9f960cc1 cmake: adding KICAD_MACOSX_APP_BUNDLE option 4 years ago
Steven A. Falco 042f584859 Missing include file 4 years ago
Jeff Young dcaec78cc5 A bit more angle cleanup. 4 years ago
Jeff Young 1539fa5af2 Move SHAPE_ARC to EDA_ANGLE. 4 years ago
Ian McInerney fb36e1b582 Revert caf406943e and don't install the kicad2step lib 4 years ago
jean-pierre charras 5622a51193 Fix linking issue in kicad2step (double definition of some symbols) 4 years ago
Wayne Stambaugh caf406943e Do not install kicad2step build library object file. 4 years ago
Seth Hillbrand 1b1bf8a17b Better handling of escaped characters in STEP parser 4 years ago
Ian McInerney e57bde6582 Remove last vestiges of the KICAD_USE_OCE build flag 4 years ago
jean-pierre charras a93c2c24fa kicad2step: fix compatibility with OCC versions < 7.5 4 years ago
Seth Hillbrand b3e2206377 Create specific writer for OpenCascade messages 4 years ago
jean-pierre charras 38d8e00d10 kicad2step, 3d_resolver: show a debug message only in DEBUG mode... 4 years ago
jean-pierre charras 5e6f490959 Fix kicad2step, incorrect export of oval holes in pads. 4 years ago
jean-pierre charras 6632cb056c Fix issues with arcs in kicad2step, due to last kicad_pcb format changes. 4 years ago
Marek Roszko 08940acf01 Fix compile error due 4 years ago
Jeff Young 5eb6b488f3 Formatting. 4 years ago
Jeff Young d11c10252d More changes to file resolvers. 4 years ago
Marek Roszko a6fb687a0e Fix rejection of default variables from exportpaths.cfg 4 years ago
Jeff Young 9d35c551ba More debug output for models that are not found. 4 years ago
Jeff Young 490cc42cb5 Remove vestiges of m_ConfigDir from Kicad2Step. 4 years ago
Jeff Young 24f3c49631 Fix logic error in FileResolvers. 4 years ago
Jean-Samuel Reynaud aa85bb27fa
Fix configuration phase on Ubuntu 18.04 (bionic). 4 years ago
Marek Roszko 347e6f914d Add OK button to close step export dialog 4 years ago