topola/src
Mikolaj Wielgus b7fd6a0cab feat(autorouter/autorouter): Impl. rudimentary multilayer reconfigurator (not yet functional) 2025-10-21 18:00:55 +02:00
..
autorouter feat(autorouter/autorouter): Impl. rudimentary multilayer reconfigurator (not yet functional) 2025-10-21 18:00:55 +02:00
board fix(autorouter/anterouter): Remove fanout if seg addition fails 2025-10-17 22:26:07 +02:00
drawing feat(drawing/query): Don't infringe or collide primitives on different layers 2025-09-22 01:27:08 +02:00
geometry feat(autorouter/anterouter): Fanout only in cardinal directions 2025-10-03 13:12:35 +02:00
interactor feat(topola-egui): Add progress bar for the currently routed ratline 2025-07-10 22:38:46 +02:00
layout fix(autorouter/conncomps): Take into account vias when computing connected components 2025-10-19 22:31:16 +02:00
math chore: Correct copyright lines (MIT, not MIT OR Apache-2.0) 2025-09-26 00:56:08 +02:00
router fix(autorouter/anterouter): Remove fanout if seg addition fails 2025-10-17 22:26:07 +02:00
specctra refactor(drawing/primitive): Rename Primitive<...> to PrimitiveRef<...> with its variants 2025-09-15 22:42:45 +02:00
bimapset.rs feat(autorouter/ratsnest): Have ratlines across layers 2025-09-23 13:25:32 +02:00
graph.rs refactor(geometry/geometry): Replace `NodeIndex<usize>` with just `usize` 2025-09-15 22:42:45 +02:00
lib.rs feat(board/mod): Make it possible to iterate over nodes under pin name 2025-09-19 13:05:31 +02:00
stepper.rs feat(autorouter/autorouter): Impl. rudimentary multilayer reconfigurator (not yet functional) 2025-10-21 18:00:55 +02:00
triangulation.rs fix(triangulation): Don't panic if constraint addition due to intersection 2025-09-24 11:09:27 +02:00