kicad/pcbnew/autorouter
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers.
2) Change from legacy Cu stack to counting down from top=(F_Cu or 0).
   The old Cu stack required knowing the count of Cu layers to make
   sense of the layer number when converting to many exported file types.
   The new Cu stack is more commonly used, although ours still gives
   B_Cu a fixed number.
3) Introduce class LSET and enum LAYER_ID.
4) Change *.kicad_pcb file format version to 4 from 3.
5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their
   meanings are typically flipped.
6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they
   can die a quiet death, and switch to enum LAYER_ID symbols throughout.
7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions.
   You will need to convert to the format immediately, *.kicad_pcb and
   *.kicad_mod (=pretty) since legacy format was never going to know
   about 32 Cu layers and additional technical layers and the reversed Cu
   stack.
2014-06-24 11:17:18 -05:00
..
rect_placement Pcbnew: Autoplace functions: renamed spread footprint functions. Rewritten. 2013-11-27 14:20:42 +01:00
auto_place_footprints.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
autorout.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
autorout.h 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
cell.h Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
dist.cpp Pcbnew: minor changes in pcb-parser.cpp and kicad_plugin.cpp to make translations easier. 2012-06-26 19:57:37 +02:00
graphpcb.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
move_and_route_event_functions.cpp Pcbnew: Autoplace functions: renamed spread footprint functions. Rewritten. 2013-11-27 14:20:42 +01:00
queue.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00
routing_matrix.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
solve.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
spread_footprints.cpp Fix a minor bug I created in commit 4733 2014-03-05 18:57:13 +01:00
work.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs. 2014-03-19 19:42:08 -05:00