.. |
CMakeLists.txt
|
router: further changes to the ownership model
|
2023-04-11 15:51:00 +01:00 |
length_tuner_tool.cpp
|
Fix missing variable initialization.
|
2023-08-06 20:57:42 +01:00 |
length_tuner_tool.h
|
Re-entrancy guard for length tuner tool.
|
2023-08-04 17:37:09 +01:00 |
pns_algo_base.cpp
|
PNS: Only log events when EnableRouterDump is true
|
2023-08-07 23:48:24 +02:00 |
pns_algo_base.h
|
…
|
|
pns_arc.cpp
|
…
|
|
pns_arc.h
|
…
|
|
pns_component_dragger.cpp
|
Fix a typo.
|
2023-04-12 10:45:24 +01: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
|
Cleanup.
|
2023-06-17 18:12:13 +01:00 |
pns_diff_pair.h
|
Don't steal an existing via's hole.
|
2023-04-11 17:48:27 +01:00 |
pns_diff_pair_placer.cpp
|
router: rework ITEM ownership model.
|
2023-04-05 11:21:31 +01:00 |
pns_diff_pair_placer.h
|
…
|
|
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_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-01 19:03:04 -04: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:05:39 +01:00 |
pns_hole.h
|
Don't allow collisions with self.
|
2023-05-23 14:10:22 +01:00 |
pns_index.cpp
|
…
|
|
pns_index.h
|
…
|
|
pns_item.cpp
|
Formatting.
|
2023-07-01 14:23:38 +01:00 |
pns_item.h
|
Allow routing to a free pad (even if it has a hole).
|
2023-07-01 14:23:38 +01:00 |
pns_itemset.cpp
|
router: rework ITEM ownership model.
|
2023-04-05 11:21:31 +01:00 |
pns_itemset.h
|
router: rework ITEM ownership model.
|
2023-04-05 11:21:31 +01:00 |
pns_joint.h
|
Fix minor compil warnings
|
2023-04-25 12:43:15 +02:00 |
pns_kicad_iface.cpp
|
Fix typos.
|
2023-08-19 23:20:52 +01:00 |
pns_kicad_iface.h
|
Cleanup API and use text bounding box for routing.
|
2023-05-02 16:03:43 +01:00 |
pns_layerset.h
|
…
|
|
pns_line.cpp
|
Tighten ownership model of PNS::ITEM.
|
2023-04-28 11:05:39 +01:00 |
pns_line.h
|
router: further changes to the ownership model
|
2023-04-11 15:51:00 +01:00 |
pns_line_placer.cpp
|
PNS: Placement is not valid if via can't be placed
|
2023-08-07 18:42:44 -04:00 |
pns_line_placer.h
|
Re-implement some commented-out hole clearance checking in router.
|
2023-07-17 16:01:15 +01:00 |
pns_link_holder.h
|
…
|
|
pns_linked_item.h
|
…
|
|
pns_logger.cpp
|
PNS Log Viewer: Refactor loading/saving functions
|
2023-08-09 22:21:14 +00:00 |
pns_logger.h
|
PNS Log Viewer: Refactor loading/saving functions
|
2023-08-09 22:21:14 +00:00 |
pns_meander.cpp
|
router: Fix clamp in meander corner radius calculation.
|
2023-02-05 07:22:38 +03:00 |
pns_meander.h
|
…
|
|
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
|
…
|
|
pns_meander_placer_base.cpp
|
router: rework ITEM ownership model.
|
2023-04-05 11:21:31 +01:00 |
pns_meander_placer_base.h
|
…
|
|
pns_meander_skew_placer.cpp
|
router: Re-add electrical path lines drawing for length tuning.
|
2023-02-01 20:36:52 +03:00 |
pns_meander_skew_placer.h
|
…
|
|
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
|
…
|
|
pns_node.cpp
|
router: take holes into account when building the restricted items set for collision search
|
2023-06-23 14:52:45 +02:00 |
pns_node.h
|
router: invalidate items freed by PNS::NODE in the clearance cache
|
2023-06-01 00:01:15 +02:00 |
pns_optimizer.cpp
|
Cleanup printf bits
|
2023-04-20 15:19:04 -07:00 |
pns_optimizer.h
|
…
|
|
pns_placement_algo.h
|
Unify go-back-one-step processing for drawing tools (and router).
|
2023-06-19 17:14:32 +01:00 |
pns_router.cpp
|
ADDED: Connectivity for graphic shapes on copper layers
|
2023-08-10 21:47:43 -04:00 |
pns_router.h
|
Unify go-back-one-step processing for drawing tools (and router).
|
2023-06-19 17:14:32 +01:00 |
pns_routing_settings.cpp
|
…
|
|
pns_routing_settings.h
|
…
|
|
pns_segment.h
|
…
|
|
pns_shove.cpp
|
PNS: Re-add debugging of via dragging
|
2023-08-07 23:48:24 +02:00 |
pns_shove.h
|
PNS: Only log events when EnableRouterDump is true
|
2023-08-07 23:48:24 +02:00 |
pns_sizes_settings.cpp
|
…
|
|
pns_sizes_settings.h
|
Add variable initializations
|
2023-06-15 23:49:24 +01:00 |
pns_solid.cpp
|
ADDED: Connectivity for graphic shapes on copper layers
|
2023-08-10 21:47:43 -04:00 |
pns_solid.h
|
ADDED: Connectivity for graphic shapes on copper layers
|
2023-08-10 21:47:43 -04:00 |
pns_tool_base.cpp
|
ADDED: Connectivity for graphic shapes on copper layers
|
2023-08-10 21:47:43 -04:00 |
pns_tool_base.h
|
router: Allow highlighting both DP nets when routing.
|
2022-12-06 05:24:23 +03:00 |
pns_topology.cpp
|
router: rework ITEM ownership model.
|
2023-04-05 11:21:31 +01:00 |
pns_topology.h
|
router: rework ITEM ownership model.
|
2023-04-05 11:21:31 +01:00 |
pns_tune_status_popup.cpp
|
…
|
|
pns_tune_status_popup.h
|
…
|
|
pns_utils.cpp
|
router: hole as first class objects, wip
|
2023-04-11 15:51:00 +01:00 |
pns_utils.h
|
router: hole as first class objects, wip
|
2023-04-11 15:51:00 +01:00 |
pns_via.cpp
|
Use Net() accessor uniformly; init hole parent in VIA::Clone()
|
2023-04-28 18:32:58 +01:00 |
pns_via.h
|
Prevent use-after-free crashes by not fighting over who owns a HOLE.
|
2023-06-01 15:07:29 +01:00 |
pns_walkaround.cpp
|
Re-implement some commented-out hole clearance checking in router.
|
2023-07-17 16:01:15 +01:00 |
pns_walkaround.h
|
…
|
|
range.h
|
…
|
|
ranged_num.h
|
…
|
|
router_preview_item.cpp
|
PNS: Allow width-caused DRC violations at start of route
|
2023-05-25 23:10:00 -04: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
|
Make sure dummy tracks have ROUTER_TRANSIENT flags.
|
2023-08-19 20:51:04 +00:00 |
router_tool.h
|
Make sure dummy tracks have ROUTER_TRANSIENT flags.
|
2023-08-19 20:51:04 +00:00 |
time_limit.cpp
|
…
|
|
time_limit.h
|
…
|
|