67 Commits (4f555e7794a8d400973c9be757e74304888a861b)

Author SHA1 Message Date
Seth Hillbrand ddc6079ceb Move remaining hard-coded segment counts 7 years ago
Tomasz Włostowski 22300e4f02 Null pointer check in FOOTPRINT_LIST::GetInstance() 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young d52429fc3c Read footprint info cache when fpinfo requested via kiway. 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young b400565880 Convert Place Footprint to component tree. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Seth Hillbrand ee34aab07a Async hardening 8 years ago
Seth Hillbrand cf2a07559d Safely release thread memory 8 years ago
Jeff Young 8f2fee8bb8 Fix accidental revert. 8 years ago
Jeff Young 12ec56bc15 Prevent reentrancy in footprint loading. 8 years ago
Jeff Young f4ce8766e3 Implement shared FOOTPRINT_LIST. 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras 9723b0d844 Fix a few minor coverity warnings (not initialized members) 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Wayne Stambaugh 096d9fbbf9 Pcbnew: continue loading footprints after first failure. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Chris Pavlina 849b3c2a4b Add footprint select dropdown to component chooser, serious refactoring 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
decimad 4248a7ffce remove boost::thread dependency 9 years ago
Dick Hollenbeck 7311f07eaf SWIG Improvements 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 10 years ago
jean-pierre charras bbe42d0f47 Fix very minor issues: compil warnings (mainly deprecated and shadowed vars warnings). 10 years ago
Wayne Stambaugh 5504c17787 CvPcb: remove footprint library load failure limit. (fixes lp:1553756) 10 years ago
Wayne Stambaugh 5c6c2a0661 GitHub plugin: fix potential multiple initialization of libcurl bug. 10 years ago
Damien Espitallier 16c2c398e9 CvPcb: count unique pin numbers when filtering by pin count. (fixes:1300719) 10 years ago
jean-pierre charras 3e0334a972 Avoid Cvpcb crash from malformed fp libraries (namely converted from Eagle) when the fp names are not coded using ASCII/UTF8 code. 10 years ago
jean-pierre charras 6a19315557 Fix compat with swig 3.03 11 years ago
John Beard 58f2d2e872 Fix debug assertion when CvPcb footprint list is empty. 11 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck d11d92504a tugs and bugs 12 years ago
Dick Hollenbeck c264823731 8 bit string relief via class UTF8 12 years ago
Dick Hollenbeck 7ba078b620 remove USE_FP_LIB_TABLE code, make it the norm. Add lazy loading support to FOOTPRINT_INFO. 12 years ago
Dick Hollenbeck e842d711c6 FIX: make LEGACY_PLUGIN re-entrant. extern "C" strtok_r() put conditionally into libcommon. 12 years ago
Dick Hollenbeck bb872dd583 spinners initial values and limits. 12 years ago
Dick Hollenbeck 3582df6a0b molding mercury. 12 years ago
Dick Hollenbeck dba4fccec9 *) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*) 12 years ago
Dick Hollenbeck 53e04ce7a6 cvpcb was not filtering on the current library when USE_FP_LIB_TABLE. 12 years ago
Dick Hollenbeck afd6f292e7 *) Switch over to FP_LIB_TABLE::Footprint*() functions. 12 years ago
Wayne Stambaugh 8580d87ef7 Footprint library table improvements. 12 years ago
Wayne Stambaugh 85777d6569 Pcbnew footprint library plug in fixes and minor code cleaning. 12 years ago
Wayne Stambaugh 0f4ba09545 Pcbnew footprint library table fixes. 12 years ago
Wayne Stambaugh 0224bc2f58 Fix but reading empty footprints in netlist. (fixes lp:1226283) 12 years ago
Wayne Stambaugh ce409e3699 CvPcb footprint library table implementation. 12 years ago
Wayne Stambaugh ecbe947bc6 CvPcb pin count filtering improvement. (fixes lp:1188325) 13 years ago
Wayne Stambaugh 9929919b59 Fix CvPcb library filtering bug. (fixes lp:1188321) 13 years ago
Wayne Stambaugh 5560cb54e2 More Pcbnew footprint library table work in progress. 13 years ago
jean-pierre charras da51dbe1e0 Cvpcb fix bug #1183796 and fix bug when a fp lib is not found : the name of the missing file was not displayed in message window. 13 years ago
Wayne Stambaugh f78497bf4f Decouple PLOT_CONTROLLER from UI dependencies. 13 years ago