.. |
CMakeLists.txt
|
router: initial support for multidrag (just the algorithm)
|
2024-11-02 19:59: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: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_arc.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_component_dragger.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_component_dragger.h
|
Add a m_forceMarkObstaclesMode warning when violating DRC.
|
2024-01-02 17:02:50 +00:00 |
pns_debug_decorator.h
|
router: add PNS_SILENCE_DEBUG macro which allows to squelch PNS_DBG() stuff compile-time
|
2024-11-02 19:59:08 +01:00 |
pns_diff_pair.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_diff_pair.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_diff_pair_placer.cpp
|
PNS: Support via stacks in diff pair walkaround
|
2024-11-09 11:11:02 -05:00 |
pns_diff_pair_placer.h
|
Make the net identifier opaque to PNS router.
|
2023-08-22 15:17:02 +00:00 |
pns_dp_meander_placer.cpp
|
Allow DP meanders to (mostly) fit on adjacent segments.
|
2024-02-20 03:20:08 +00:00 |
pns_dp_meander_placer.h
|
Use preview items instead of highlightNets & status popup
|
2023-12-02 16:15:43 +00:00 |
pns_drag_algo.h
|
router: add GetLastCommittedLeaderSegments() API method
|
2024-11-02 19:59:08 +01:00 |
pns_dragger.cpp
|
router: improved AREA_RESTRICTION in the optimizer and more control over 'optimize entire track being dragged'
|
2024-11-04 21:57:14 +01:00 |
pns_dragger.h
|
router: update drag/place algorithms to use the new SHOVE class
|
2024-11-02 19:59:08 +01:00 |
pns_hole.cpp
|
router: fix a few more missing translations between pcbnew layers and router layers
|
2024-11-02 19:59:09 +01:00 |
pns_hole.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_index.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_index.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_item.cpp
|
PNS: Support via stacks in diff pair walkaround
|
2024-11-09 11:11:02 -05:00 |
pns_item.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_itemset.cpp
|
router: added FindVertex() method in ITEMSET
|
2024-11-02 19:59:08 +01:00 |
pns_itemset.h
|
router: added FindVertex() method in ITEMSET
|
2024-11-02 19:59:08 +01:00 |
pns_joint.h
|
router: reimplement JOINT::NextSegment() to correctly handle multilayer joints
|
2024-11-02 19:59:08 +01:00 |
pns_kicad_iface.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_kicad_iface.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_layerset.h
|
router: empty LAYER_RANGE cannot overlap with anything
|
2024-11-02 19:59:08 +01:00 |
pns_line.cpp
|
router: make a 'tadpole' via (via at the end of a LINE) linkable item
|
2024-11-02 19:59:09 +01:00 |
pns_line.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_line_placer.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_line_placer.h
|
Support arcs in Break Track.
|
2024-01-24 05:47:50 +03:00 |
pns_link_holder.h
|
Change some asserts to wxCHECKs
|
2024-11-03 09:04:58 -05:00 |
pns_linked_item.h
|
router: introduce ITEM::UNIQ_ID
|
2024-11-02 19:59:08 +01:00 |
pns_logger.cpp
|
router: remove some loose printfs()
|
2024-11-02 19:59:09 +01:00 |
pns_logger.h
|
router: LOGGER now logs the current layer
|
2024-11-02 19:59:08 +01:00 |
pns_meander.cpp
|
Make target length sticky within a session.
|
2024-08-01 14:34:59 +01:00 |
pns_meander.h
|
Make target length sticky within a session.
|
2024-08-01 14:34:59 +01:00 |
pns_meander_placer.cpp
|
Use preview items instead of highlightNets & status popup
|
2023-12-02 16:15:43 +00:00 |
pns_meander_placer.h
|
Use preview items instead of highlightNets & status popup
|
2023-12-02 16:15:43 +00:00 |
pns_meander_placer_base.cpp
|
Support min/max rules in diff pair placer and skew placer.
|
2023-10-17 13:30:58 +01:00 |
pns_meander_placer_base.h
|
Use preview items instead of highlightNets & status popup
|
2023-12-02 16:15:43 +00:00 |
pns_meander_skew_placer.cpp
|
More modern look & feel for tuning status popup.
|
2023-10-17 13:30:58 +01:00 |
pns_meander_skew_placer.h
|
Remove shadowed variable.
|
2023-12-18 14:24:04 +00: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
|
…
|
|
pns_multi_dragger.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_multi_dragger.h
|
Fix some Coverity issues in PNS changes
|
2024-11-03 08:53:03 -05:00 |
pns_node.cpp
|
router: fix rare assertion when adding a LINE to a NODE with duplicate segments
|
2024-11-06 23:23:23 +01:00 |
pns_node.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_optimizer.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_optimizer.h
|
router: improved AREA_RESTRICTION in the optimizer and more control over 'optimize entire track being dragged'
|
2024-11-04 21:57:14 +01:00 |
pns_placement_algo.h
|
Make the net identifier opaque to PNS router.
|
2023-08-22 15:17:02 +00:00 |
pns_router.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_router.h
|
router: add GetLastCommittedLeaderSegments() API method
|
2024-11-02 19:59:08 +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
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_shove.cpp
|
router: further investigation (and possible fix) for surplus vias in shove mode
|
2024-11-06 23:32:10 +01:00 |
pns_shove.h
|
router: further investigation (and possible fix) for surplus vias in shove mode
|
2024-11-06 23:32:10 +01:00 |
pns_sizes_settings.cpp
|
…
|
|
pns_sizes_settings.h
|
Add variable initializations
|
2023-06-15 23:49:24 +01:00 |
pns_solid.cpp
|
Don't assume an error location for PAD::GetEffectivePolygon().
|
2023-10-13 13:59:26 +01:00 |
pns_solid.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_tool_base.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_tool_base.h
|
Improvements when working closer to 32-bit integer limits.
|
2024-04-23 16:34:07 +00:00 |
pns_topology.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_topology.h
|
Fix some Coverity issues in PNS changes
|
2024-11-03 08:53:03 -05:00 |
pns_utils.cpp
|
Optimize ARC hulls in PNS
|
2024-05-21 09:34:45 -07:00 |
pns_utils.h
|
router: hole as first class objects, wip
|
2023-04-11 15:51:00 +01:00 |
pns_via.cpp
|
Add a debug check to catch PNS via hull errors
|
2024-11-09 14:48:40 -05:00 |
pns_via.h
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
pns_walkaround.cpp
|
PNS: Support via stacks in diff pair walkaround
|
2024-11-09 11:11:02 -05:00 |
pns_walkaround.h
|
router: major rewrite of the WALKAROUND algorithm
|
2024-11-02 19:59:09 +01:00 |
range.h
|
…
|
|
ranged_num.h
|
…
|
|
router_preview_item.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
router_preview_item.h
|
Reorganize layer numbering
|
2024-09-06 23:07:58 +00:00 |
router_status_view_item.cpp
|
Add a m_forceMarkObstaclesMode warning when violating DRC.
|
2024-01-02 17:02:50 +00:00 |
router_status_view_item.h
|
Add a m_forceMarkObstaclesMode warning when violating DRC.
|
2024-01-02 17:02:50 +00:00 |
router_tool.cpp
|
PNS: Support via stacks
|
2024-11-04 21:30:38 -05:00 |
router_tool.h
|
router: integrate multidrag in ROUTER_TOOL
|
2024-11-02 19:59:09 +01:00 |
time_limit.cpp
|
…
|
|
time_limit.h
|
…
|
|