kicad/pcbnew/router
Jon Evans 132ec37b56 Handle arc in buildHullForPrimitiveShape
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8008
2021-03-25 21:25:30 -04:00
..
CMakeLists.txt router: factor out POSTURE_SOLVER to more generic MOUSE_TRAIL_TRACER class 2021-02-25 17:18:23 +01:00
length_tuner_tool.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
length_tuner_tool.h
pns_algo_base.cpp router: expose current view area to the router algorithms so that the optimizer could know not to mess with traces/vias not currently visible to the user (wip) 2021-02-25 17:18:23 +01:00
pns_algo_base.h router: expose current view area to the router algorithms so that the optimizer could know not to mess with traces/vias not currently visible to the user (wip) 2021-02-25 17:18:23 +01:00
pns_arc.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_arc.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_component_dragger.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_component_dragger.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_debug_decorator.h router: debug points now have variable size 2021-02-25 17:18:23 +01:00
pns_diff_pair.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_diff_pair.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_diff_pair_placer.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_diff_pair_placer.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_dp_meander_placer.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_dp_meander_placer.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_drag_algo.h Formatting. 2021-01-04 19:19:55 +00:00
pns_dragger.cpp Fix whitespace errors 2021-02-25 17:18:23 +01:00
pns_dragger.h Fix whitespace errors 2021-02-25 17:18:23 +01:00
pns_index.cpp Implement hole clearance and hole-to-hole clearance in router. 2021-01-01 00:31:36 +00:00
pns_index.h Formatting. 2021-01-04 19:19:55 +00:00
pns_item.cpp Improve feedback when routing in highlight collisions mode. 2021-01-01 17:25:37 +00:00
pns_item.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_itemset.cpp Formatting. 2021-01-04 19:19:55 +00:00
pns_itemset.h Formatting. 2021-01-04 19:19:55 +00:00
pns_joint.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_kicad_iface.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_kicad_iface.h Remember Parent data when routing 2021-02-07 17:08:43 -08:00
pns_layerset.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_line.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_line.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_line_placer.cpp PNS: new through vias should span all copper layers 2021-03-07 17:58:43 +00:00
pns_line_placer.h Fix whitespace errors 2021-02-25 17:18:23 +01:00
pns_link_holder.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_linked_item.h
pns_logger.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_logger.h
pns_meander.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_meander.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_meander_placer.cpp PNS: First pass at updating meander placers for arcs 2021-01-05 17:57:21 -05:00
pns_meander_placer.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_meander_placer_base.cpp PNS: First pass at updating meander placers for arcs 2021-01-05 17:57:21 -05:00
pns_meander_placer_base.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_meander_skew_placer.cpp PNS: First pass at updating meander placers for arcs 2021-01-05 17:57:21 -05:00
pns_meander_skew_placer.h
pns_mouse_trail_tracer.cpp GRID_HELPER: fixed arithmetic issue in segment snap distance check disguised as 'excessive optimization' by the dragger in the router 2021-02-25 17:18:23 +01:00
pns_mouse_trail_tracer.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_node.cpp router: replace large stack variables with std::array 2021-02-25 17:18:23 +01:00
pns_node.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_optimizer.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_optimizer.h Fix whitespace errors 2021-02-25 17:18:23 +01:00
pns_placement_algo.h
pns_router.cpp Coverity fixes for issues 314755, 316287, 324536, 324539, and 324539. 2021-03-02 08:10:37 -05:00
pns_router.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_routing_settings.cpp PNS: A new approach to arc placement 2020-12-30 18:23:24 -05:00
pns_routing_settings.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
pns_segment.h Repair ARC copy constructor. 2020-11-01 00:10:08 +00:00
pns_shove.cpp Fix whitespace errors 2021-02-25 17:18:23 +01:00
pns_shove.h Commenting and naming for clarity. 2021-01-05 16:54:52 +00:00
pns_sizes_settings.cpp Honour pre-defined-size selections for diff pairs. 2021-03-02 12:12:05 +00:00
pns_sizes_settings.h Fix whitespace errors 2021-02-25 17:18:23 +01:00
pns_solid.cpp Handle arc in buildHullForPrimitiveShape 2021-03-25 21:25:30 -04:00
pns_solid.h Initialize variables properly 2021-01-18 18:35:10 +00:00
pns_tool_base.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_tool_base.h Push shared parts of GRID_HELPERs into common. 2021-01-16 23:18:10 +00:00
pns_topology.cpp Change gears on no-connect net generation. See bug rpt. 2020-12-04 18:25:48 +00:00
pns_topology.h
pns_tune_status_popup.cpp
pns_tune_status_popup.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
pns_utils.cpp Implement hole clearance and hole-to-hole clearance in router. 2021-01-01 00:31:36 +00:00
pns_utils.h
pns_via.cpp Implement hole clearance and hole-to-hole clearance in router. 2021-01-01 00:31:36 +00:00
pns_via.h Formatting. 2021-01-02 18:38:17 +00:00
pns_walkaround.cpp router: use new LINE::Walkaround in the walkaround algo 2021-02-25 17:18:23 +01:00
pns_walkaround.h
range.h
ranged_num.h
router_preview_item.cpp Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
router_preview_item.h Trim includes (and use consistent terminology in error messages). 2021-03-21 20:15:47 +00:00
router_tool.cpp Change wording of corner rounding action 2021-03-21 15:55:56 -04:00
router_tool.h router: feature to save debug event log & board dump for easier recreation of router bugs and misbehaviours 2021-02-25 17:18:23 +01:00
time_limit.cpp
time_limit.h