mirror of https://github.com/KLayout/klayout.git
Applies to dbHierProcessor.cc: The issue was related to std::unordered_set/map which (as the name says) is not ordered. The output of the boolean core computation step is currently dependent on the order (it's single pass), hence the order of the contexts matters. Using ordered sets where possible and explicit sorting might help. |
||
|---|---|---|
| .. | ||
| algo | ||
| bd | ||
| bool | ||
| cif | ||
| drc | ||
| dxf | ||
| gds | ||
| gds2_txt | ||
| klayout_main | ||
| lefdef/issue-172 | ||
| net_tracer | ||
| oasis | ||
| other | ||
| pymod | ||
| python | ||
| ruby | ||
| vendor/ruby/test | ||