| .. |
|
CMakeLists.txt
|
router: initial support for multidrag (just the algorithm)
|
1 year ago |
|
pns_algo_base.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_algo_base.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_arc.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_arc.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_component_dragger.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_component_dragger.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_debug_decorator.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_diff_pair.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_diff_pair.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_diff_pair_placer.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_diff_pair_placer.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_dp_meander_placer.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_dp_meander_placer.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_drag_algo.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_dragger.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_dragger.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_hole.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_hole.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_index.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_index.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_item.cpp
|
router: fix regression in handling NPTH holes
|
11 months ago |
|
pns_item.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_itemset.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_itemset.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_joint.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_kicad_iface.cpp
|
router: take overlapping segments/arcs into account when syncing board state to router state
|
11 months ago |
|
pns_kicad_iface.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_layerset.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_line.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_line.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_line_placer.cpp
|
router: fix regression in simplifyNewLine() causing unnecessary segments to be added to board (forming loops)
|
11 months ago |
|
pns_line_placer.h
|
router: pass current routing mode to rhWalkBase() so that it knows what kinds of board primitives to walk around
|
11 months ago |
|
pns_link_holder.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_linked_item.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_logger.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_logger.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander_placer.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander_placer.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander_placer_base.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander_placer_base.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander_skew_placer.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_meander_skew_placer.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_mouse_trail_tracer.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_mouse_trail_tracer.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_multi_dragger.cpp
|
router: fix assertion in multidragger (link count out of range)
|
11 months ago |
|
pns_multi_dragger.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_node.cpp
|
router: multiple fixes in shove algorithm:
|
11 months ago |
|
pns_node.h
|
router: multiple fixes in shove algorithm:
|
11 months ago |
|
pns_optimizer.cpp
|
router: fix regression in optimization of head lines
|
11 months ago |
|
pns_optimizer.h
|
router: fix regression in optimization of head lines
|
11 months ago |
|
pns_placement_algo.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_router.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_router.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_routing_settings.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_routing_settings.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_segment.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_shove.cpp
|
router: minor cleanup and commenting
|
11 months ago |
|
pns_shove.h
|
router: multiple fixes in shove algorithm:
|
11 months ago |
|
pns_sizes_settings.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_sizes_settings.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_solid.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_solid.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_tool_base.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_tool_base.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_topology.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_topology.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_utils.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_utils.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_via.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_via.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_walkaround.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
pns_walkaround.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
range.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
ranged_num.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
router_preview_item.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
router_preview_item.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
router_status_view_item.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
router_status_view_item.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
router_tool.cpp
|
router: take overlapping segments/arcs into account when syncing board state to router state
|
11 months ago |
|
router_tool.h
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
time_limit.cpp
|
Revise Copyright statement to align with TLF
|
11 months ago |
|
time_limit.h
|
Revise Copyright statement to align with TLF
|
11 months ago |