kicad/pcbnew/router
Seneral d29c07a663 Added a temporary item cache to improve router performance
Some items only used within algorithms were never cached
Because they are hard to manually clean up
But caching them does help the algorithms a lot
So this solution is the best I can think of
2023-11-07 23:15:23 +03:00
..
CMakeLists.txt router: further changes to the ownership model 2023-04-14 00:10:01 +01:00
length_tuner_tool.cpp Fix missing variable initialization. 2023-08-15 17:30:38 +01:00
length_tuner_tool.h Re-entrancy guard for length tuner tool. 2023-08-15 17:30:02 +01:00
pns_algo_base.cpp More NULL expunging. 2021-07-20 07:27:18 -04: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 PNS: Pick up segments directly between pads when dragging components 2021-07-03 19:50:04 -04:00
pns_component_dragger.cpp Fix a typo. 2023-05-08 03:32:32 +03:00
pns_component_dragger.h router: When dragging tracks, don't snap to parts of the original line. 2023-01-27 11:06:36 +03:00
pns_debug_decorator.h router: Hotglue the debug graphics back to pcbnew. 2022-12-30 14:44:48 +05:00
pns_diff_pair.cpp Don't create 22.5-degree gateways if we're not cardinal or diagonal. 2023-06-17 16:05:07 +01:00
pns_diff_pair.h Don't steal an existing via's hole. 2023-04-14 10:09:03 +01:00
pns_diff_pair_placer.cpp router: rework ITEM ownership model. 2023-04-14 00:09:49 +01:00
pns_diff_pair_placer.h PNS: Add CurrentStart() to placers. 2022-09-28 13:29:52 +00:00
pns_dp_meander_placer.cpp router: Re-add electrical path lines drawing for length tuning. 2023-02-01 20:36:52 +03:00
pns_dp_meander_placer.h PNS: Add CurrentStart() to placers. 2022-09-28 13:29:52 +00:00
pns_drag_algo.h router: When dragging tracks, don't snap to parts of the original line. 2023-01-27 11:06:36 +03:00
pns_dragger.cpp PNS: Improve behavior of dragging vias 2023-08-03 20:16:06 +00:00
pns_dragger.h router: Remove extra qualification. 2023-01-27 11:56:23 +03:00
pns_hole.cpp Tighten ownership model of PNS::ITEM. 2023-04-28 11:03:24 +01:00
pns_hole.h Don't allow collisions with self. 2023-05-24 08:54:27 -07:00
pns_index.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pns_index.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
pns_item.cpp router: when no collision search context is provided, assume differentNetsOnly is true 2023-06-23 07:55:50 -04:00
pns_item.h Allow routing to a free pad (even if it has a hole). 2023-07-09 21:55:21 +01:00
pns_itemset.cpp router: rework ITEM ownership model. 2023-04-14 00:09:49 +01:00
pns_itemset.h router: rework ITEM ownership model. 2023-04-14 00:09:49 +01:00
pns_joint.h Fix errors in calculating tuning length. 2023-09-30 13:37:00 +01:00
pns_kicad_iface.cpp Added a temporary item cache to improve router performance 2023-11-07 23:15:23 +03:00
pns_kicad_iface.h Fix PNS_KICAD_IFACE_BASE::IsFlashedOnLayer() to be able to handle multi-layer queries. 2023-04-14 10:59:10 +01:00
pns_layerset.h We must check clearance on all layers of multi-layer items. 2022-10-24 00:14:12 +01:00
pns_line.cpp Tighten ownership model of PNS::ITEM. 2023-04-28 11:03:24 +01:00
pns_line.h router: further changes to the ownership model 2023-04-14 00:10:01 +01:00
pns_line_placer.cpp Re-implement some commented-out hole clearance checking in router. 2023-08-15 17:29:22 +01:00
pns_line_placer.h Re-implement some commented-out hole clearance checking in router. 2023-08-15 17:29:22 +01:00
pns_link_holder.h More wide-string declarations. 2022-02-05 22:03:04 +00:00
pns_linked_item.h
pns_logger.cpp Coverity fixes and code cleaning. 2023-03-04 13:14:59 -05:00
pns_logger.h Coverity fixes and code cleaning. 2023-03-04 13:14:59 -05:00
pns_meander.cpp router: Fix clamp in meander corner radius calculation. 2023-02-05 07:22:38 +03:00
pns_meander.h router: Various bugfixes in length tuning meandering 2022-12-04 16:30:00 +00:00
pns_meander_placer.cpp router: Re-add electrical path lines drawing for length tuning. 2023-02-01 20:36:52 +03:00
pns_meander_placer.h router: Refactor m_padToDieLength out of meander placer base. 2022-12-02 01:03:34 +03:00
pns_meander_placer_base.cpp router: rework ITEM ownership model. 2023-04-14 00:09:49 +01:00
pns_meander_placer_base.h router: Refactor m_padToDieLength out of meander placer base. 2022-12-02 01:03:34 +03:00
pns_meander_skew_placer.cpp Fix errors in calculating tuning length. 2023-09-30 13:37:00 +01:00
pns_meander_skew_placer.h PNS: Account for via stack height in diff pair length tuner 2021-04-20 19:31:10 -04:00
pns_mouse_trail_tracer.cpp router: trying to improve the 'guess posture' algorithm to work well with both fix-all and fix-last-segment on click 2023-01-12 23:37:07 +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 Assertion checking for hole/parent ownership mismatch. 2023-06-10 01:05:00 +02:00
pns_node.h Added a temporary item cache to improve router performance 2023-11-07 23:15:23 +03:00
pns_optimizer.cpp Cleanup printf bits 2023-05-07 19:02:02 +03:00
pns_optimizer.h Pass VECTOR2I objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
pns_placement_algo.h PNS: Add CurrentStart() to placers. 2022-09-28 13:29:52 +00:00
pns_router.cpp Added a temporary item cache to improve router performance 2023-11-07 23:15:23 +03:00
pns_router.h Fix PNS_KICAD_IFACE_BASE::IsFlashedOnLayer() to be able to handle multi-layer queries. 2023-04-14 10:59:10 +01:00
pns_routing_settings.cpp router: add via force propagation iteration limit as a user-controllable parameter in ROUTING_SETTINGS 2022-10-31 11:17:32 +01:00
pns_routing_settings.h router: add via force propagation iteration limit as a user-controllable parameter in ROUTING_SETTINGS 2022-10-31 11:17:32 +01:00
pns_segment.h router: extend dump format to support automatic regressions tests of interactive routing scenarios 2022-10-31 11:17:31 +01:00
pns_shove.cpp Check vias before holes as we assume any hole is non-pushable. 2023-10-23 23:53:55 +01:00
pns_shove.h Re-implement some commented-out hole clearance checking in router. 2023-08-15 17:29:22 +01: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 Coverity fixes and code cleaning. 2023-03-04 13:14:59 -05:00
pns_solid.cpp Don't assume an error location for PAD::GetEffectivePolygon(). 2023-10-14 15:33:00 +01:00
pns_solid.h Don't assume an error location for PAD::GetEffectivePolygon(). 2023-10-14 15:33:00 +01:00
pns_tool_base.cpp Fix a crash when using length tuning tools. 2023-10-14 16:54:16 +03:00
pns_tool_base.h router: Allow highlighting both DP nets when routing. 2022-12-06 05:24:23 +03:00
pns_topology.cpp Don't assume an error location for PAD::GetEffectivePolygon(). 2023-10-14 15:33:00 +01:00
pns_topology.h Fix errors in calculating tuning length. 2023-09-30 13:37:00 +01:00
pns_tune_status_popup.cpp Improve contrast of status popup text on Mac. 2022-09-04 21:08:01 +01:00
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 router: hole as first class objects, wip 2023-04-14 00:09:56 +01:00
pns_utils.h router: hole as first class objects, wip 2023-04-14 00:09:56 +01:00
pns_via.cpp Use Net() accessor uniformly; init hole parent in VIA::Clone() 2023-04-28 18:33:27 +01:00
pns_via.h We don't want to do collision testing against virtual vias. 2023-10-25 18:51:14 +01:00
pns_walkaround.cpp Re-implement some commented-out hole clearance checking in router. 2023-08-15 17:29:22 +01:00
pns_walkaround.h router: allow caller to override the 'safety' length limit in WALKAROUND 2022-10-31 11:17:32 +01:00
range.h
ranged_num.h
router_preview_item.cpp Add PNS::ITEM::BoardItem() call. 2023-04-14 10:09:03 +01:00
router_preview_item.h router: Re-add electrical path lines drawing for length tuning. 2023-02-01 20:36:52 +03:00
router_tool.cpp Behave (or assert) when source or target are null or dirty. 2023-11-06 17:00:37 +00:00
router_tool.h Re-entrancy guard for router tool. 2022-10-17 13:21:07 +01:00
time_limit.cpp
time_limit.h