Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
  2. Feb 17, 2020
  3. Feb 16, 2020
  4. Feb 15, 2020
  5. Feb 14, 2020
  6. Feb 08, 2020
  7. Feb 06, 2020
  8. Feb 05, 2020
  9. Feb 01, 2020
  10. Jan 30, 2020
  11. Jan 29, 2020
  12. Jan 28, 2020
    • Seth Hillbrand's avatar
      Eeschema: Force output ordering · 55eb6871
      Seth Hillbrand authored
      The RTree does not have a deterministic iterator, so extracting items
      may be in arbitrary order, causing issues as the schematic appears to
      change when comparing to previous revisions.
      
      This uses the SCH_ITEM comparison operator to for ordering by type, then
      by custom sorting within type.
      
      For the netlist, we choose the first available unit in the sheet for
      each component.
      
      Fixes #3811 | kicad/code/kicad#3811
      55eb6871
  13. Jan 27, 2020
  14. Jan 26, 2020
  15. Jan 25, 2020
  16. Jan 24, 2020
  17. Jan 23, 2020
  18. Jan 22, 2020
Loading