topola/src
Alain Emilia Anna Zscheile 1fd61f773c feat: improve Selection API (BREAKS HISTORY)
Test command files were rewritten using:

```
for f in tests/**/*.cmd; do jq ".done?.[].Autoroute[0] |= .selectors" "$f" | sponge "$f"; done
```
(compatible with bash/zsh/...)
2024-12-08 16:20:05 +00:00
..
autorouter feat: improve Selection API (BREAKS HISTORY) 2024-12-08 16:20:05 +00:00
board refactor(ApplyGeometryEdit): make 'apply' take 'GeometryEdit' by reference 2024-12-08 16:20:05 +00:00
drawing refactor(ApplyGeometryEdit): make 'apply' take 'GeometryEdit' by reference 2024-12-08 16:20:05 +00:00
geometry refactor(ApplyGeometryEdit): make 'apply' take 'GeometryEdit' by reference 2024-12-08 16:20:05 +00:00
interactor docs(interactor): document activity.rs 2024-11-15 21:55:31 +00:00
layout refactor(ApplyGeometryEdit): make 'apply' take 'GeometryEdit' by reference 2024-12-08 16:20:05 +00:00
router refactor(topola): get rid of unnecessary clones and lookups 2024-12-08 16:20:05 +00:00
specctra refactor(topola): get rid of unnecessary clones and lookups 2024-12-08 16:20:05 +00:00
graph.rs drawing: obtain `HeadRef` via new trait for abstract reference objects 2024-07-21 14:49:43 +02:00
lib.rs chore: fix cargo fmt 2024-11-15 20:46:29 +01:00
math.rs build: put `specctra` module into separate crate 2024-12-06 14:38:00 +01:00
stepper.rs refactor: make `Step::step(...)` return `ControlFlow<...>` 2024-10-12 05:38:57 +02:00
triangulation.rs graph: disambiguate naming of different kinds of indices 2024-06-18 15:30:33 +02:00