| .. |
|
CMakeLists.txt
|
P&S refactor: removed most of Kicad-dependent code from PNS internal classes
|
9 years ago |
|
length_tuner_tool.cpp
|
pcbnew: Prevent mouse capture after actions
|
8 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
|
Fix loop variable copy in for-range loop, use const reference instead
|
8 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
|
Improved error messages for diff-pair routing.
|
8 years ago |
|
pns_diff_pair_placer.h
|
Improved error messages for diff-pair routing.
|
8 years ago |
|
pns_dp_meander_placer.cpp
|
refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future
|
8 years ago |
|
pns_dp_meander_placer.h
|
Explicitly mark overriding functions.
|
9 years ago |
|
pns_dragger.cpp
|
PNS router: apply the last stable state after dragging
|
8 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
|
Optimize itemset
|
8 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
|
Fix a number of untranslated strings.
|
8 years ago |
|
pns_kicad_iface.h
|
router: support for board outline
|
8 years ago |
|
pns_layerset.h
|
Remove PNS_ prefix from most types inside namespace PNS
|
9 years ago |
|
pns_line.cpp
|
router: prevent a very unlikely infinite loop in PNS::LINE::Walkaround() causing an OOM&segfault
|
8 years ago |
|
pns_line.h
|
router: prevent a very unlikely infinite loop in PNS::LINE::Walkaround() causing an OOM&segfault
|
8 years ago |
|
pns_line_placer.cpp
|
Keep unknown nets at 0 while routing.
|
8 years ago |
|
pns_line_placer.h
|
Few improvements to the GAL router:
|
8 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
|
Add Remove overloads for specific item types, split removal into index-handling and lifetime-handling (not 100% correct yet, since the index is defactor lifetime-owner, it will be later.)
|
9 years ago |
|
pns_meander_placer.h
|
Add more "override" markers.
|
9 years ago |
|
pns_meander_placer_base.cpp
|
Remove PNS_ prefix from most types inside namespace PNS
|
9 years ago |
|
pns_meander_placer_base.h
|
Remove PNS_ prefix from most types inside namespace PNS
|
9 years ago |
|
pns_meander_skew_placer.cpp
|
Add Remove overloads for specific item types, split removal into index-handling and lifetime-handling (not 100% correct yet, since the index is defactor lifetime-owner, it will be later.)
|
9 years ago |
|
pns_meander_skew_placer.h
|
Explicitly mark overriding functions.
|
9 years ago |
|
pns_node.cpp
|
router: fixed use-after-free error occuring when a newly routed segment covered exactly an older one
|
8 years ago |
|
pns_node.h
|
Improved error messages for diff-pair routing.
|
8 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
|
Remove PNS_ prefix from most types inside namespace PNS
|
9 years ago |
|
pns_router.cpp
|
router: support for board outline
|
8 years ago |
|
pns_router.h
|
Initial support for keepout zones in the P&S router.
|
8 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
|
pcbnew: Differential pairs obey netclass settings
|
8 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
|
Remove duplicated PNS TOOL_ACTIONs to display routing settings
|
8 years ago |
|
pns_tool_base.h
|
Remove duplicated PNS TOOL_ACTIONs to display routing settings
|
8 years ago |
|
pns_topology.cpp
|
pns: fix assertion fail when placing diff pairs
|
9 years ago |
|
pns_topology.h
|
Remove PNS_ prefix from most types inside namespace PNS
|
9 years ago |
|
pns_tune_status_popup.cpp
|
Added STATUS_TEXT_POPUP for simple popup text display
|
8 years ago |
|
pns_tune_status_popup.h
|
Added STATUS_TEXT_POPUP for simple popup text display
|
8 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
|
Leave decorations on LAYER_GP_OVERLAY.
|
8 years ago |
|
router_preview_item.h
|
Display clearance for routed tracks (GAL)
|
9 years ago |
|
router_tool.cpp
|
Remove duplicated PNS TOOL_ACTIONs to display routing settings
|
8 years ago |
|
router_tool.h
|
Avoid selection disambiguation menu when possible.
|
8 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 |