..
CMakeLists.txt
P&S refactor: removed most of Kicad-dependent code from PNS internal classes
9 years ago
length_tuner_tool.cpp
Improve context menu consistency.
7 years ago
length_tuner_tool.h
Prevent creating too many transitions by TOOL_MANAGER
8 years ago
pns_algo_base.cpp
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_algo_base.h
Coverity fixes
9 years ago
pns_debug_decorator.h
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_diff_pair.cpp
pcbnew: Fix minor miscalculation in dp length
7 years ago
pns_diff_pair.h
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
8 years ago
pns_diff_pair_placer.cpp
pcbnew: Allow DRC violations when requested in dp
7 years ago
pns_diff_pair_placer.h
router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click
7 years ago
pns_dp_meander_placer.cpp
Eradicate g_userUnit from router.
7 years ago
pns_dp_meander_placer.h
Eradicate g_userUnit from router.
7 years ago
pns_dragger.cpp
pcbnew: Do not allow drag to violate DRC without permission
7 years ago
pns_dragger.h
Few improvements to the GAL router:
8 years ago
pns_index.h
Initial support for keepout zones in the P&S router.
8 years ago
pns_item.cpp
router: treat negative net indices as always colliding
8 years ago
pns_item.h
Initial support for keepout zones in the P&S router.
8 years ago
pns_itemset.cpp
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_itemset.h
Code cleanup: Fixing assignment operators
7 years ago
pns_joint.h
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
8 years ago
pns_kicad_iface.cpp
Fixing a number of dynamic_casts
7 years ago
pns_kicad_iface.h
Implement DRC for PCB & module copper items in PNS router.
7 years ago
pns_layerset.h
Code cleanup: Fixing assignment operators
7 years ago
pns_line.cpp
Code cleanup: Fixing assignment operators
7 years ago
pns_line.h
Code cleanup: Fixing assignment operators
7 years ago
pns_line_placer.cpp
router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click
7 years ago
pns_line_placer.h
router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click
7 years ago
pns_logger.cpp
Setting custom pad shape to be outline for PNS
8 years ago
pns_logger.h
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
8 years ago
pns_meander.cpp
Fix a bug in how we check for differential pair tuning.
8 years ago
pns_meander.h
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_meander_placer.cpp
Eradicate g_userUnit from router.
7 years ago
pns_meander_placer.h
Eradicate g_userUnit from router.
7 years ago
pns_meander_placer_base.cpp
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_meander_placer_base.h
Eradicate g_userUnit from router.
7 years ago
pns_meander_skew_placer.cpp
Eradicate g_userUnit from router.
7 years ago
pns_meander_skew_placer.h
Eradicate g_userUnit from router.
7 years ago
pns_node.cpp
pcbnew: Code formatting
7 years ago
pns_node.h
pcbnew: Set dp clearance based on netclass
7 years ago
pns_optimizer.cpp
Adjusting the breakout optimizer for custom pads
8 years ago
pns_optimizer.h
Adjusting the breakout optimizer for custom pads
8 years ago
pns_placement_algo.h
router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click
7 years ago
pns_router.cpp
pcbnew: Fix dragging snap to items
7 years ago
pns_router.h
router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click
7 years ago
pns_routing_settings.cpp
Few improvements to the GAL router:
8 years ago
pns_routing_settings.h
Change "Automatic neckdown" to "Optimize pad connections".
8 years ago
pns_segment.h
Add more "override" markers.
9 years ago
pns_shove.cpp
router: allow placing via without track in shove mode
8 years ago
pns_shove.h
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
8 years ago
pns_sizes_settings.cpp
Honour diff-pair dimension changes while routing.
7 years ago
pns_sizes_settings.h
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
8 years ago
pns_solid.cpp
Setting custom pad shape to be outline for PNS
8 years ago
pns_solid.h
Add more "override" markers.
9 years ago
pns_tool_base.cpp
We need the other end of the stick when not yet routing.
7 years ago
pns_tool_base.h
We need the other end of the stick when not yet routing.
7 years ago
pns_topology.cpp
pcbnew: Fix minor miscalculation in dp length
7 years ago
pns_topology.h
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_tune_status_popup.cpp
Bring PICKER_TOOL in line with other tools.
7 years ago
pns_tune_status_popup.h
Bring PICKER_TOOL in line with other tools.
7 years ago
pns_utils.cpp
Setting custom pad shape to be outline for PNS
8 years ago
pns_utils.h
Setting custom pad shape to be outline for PNS
8 years ago
pns_via.cpp
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_via.h
Add more "override" markers.
9 years ago
pns_walkaround.cpp
router: prevent a very unlikely infinite loop in PNS::LINE::Walkaround() causing an OOM&segfault
8 years ago
pns_walkaround.h
Add more "override" markers.
9 years ago
range.h
Code formatting.
11 years ago
ranged_num.h
Code formatting.
11 years ago
router_preview_item.cpp
Fix segfault when routing.
7 years ago
router_preview_item.h
Display clearance for routed tracks (GAL)
9 years ago
router_tool.cpp
Don't consider non-tracks when seeing if we can do a router drag.
7 years ago
router_tool.h
Consolidate design rules UI.
7 years ago
time_limit.cpp
Move PNS router code into namespace PNS
9 years ago
time_limit.h
Move PNS router code into namespace PNS
9 years ago