kicad/pcbnew/router
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
..
CMakeLists.txt Removed header files from CMakeLists.txt. 2014-05-16 16:01:03 +02:00
direction.h Removed a few warnings. 2014-06-05 12:40:26 +02:00
pns_algo_base.cpp Long-awaited new version of the P&S router 2014-05-14 15:53:54 +02:00
pns_algo_base.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_dragger.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_dragger.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_index.h 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
pns_item.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_item.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_itemset.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_itemset.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_joint.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_layerset.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_line.cpp Removed a few warnings. 2014-06-05 12:40:26 +02:00
pns_line.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_line_placer.cpp PNS router handles net class settings (dependent on the selected start item). 2014-06-03 16:09:27 +02:00
pns_line_placer.h PNS router handles net class settings (dependent on the selected start item). 2014-06-03 16:09:27 +02:00
pns_logger.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_logger.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_node.cpp router: fix segfault when trying to shove a line that forms a closed loop. 2014-05-23 11:57:43 +02:00
pns_node.h router: fix segfault when trying to shove a line that forms a closed loop. 2014-05-23 11:57:43 +02:00
pns_optimizer.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_optimizer.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_router.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
pns_router.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_routing_settings.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_routing_settings.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_segment.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_shove.cpp Removed a few warnings. 2014-06-05 12:40:26 +02:00
pns_shove.h Removed a few warnings. 2014-06-05 12:40:26 +02:00
pns_solid.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_solid.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_utils.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_utils.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_via.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_via.h Pcbnew: fix a minor bug: in zones with no net, only the zone clerance was used to created clearence, regardless the pad or footprint local clerance. 2014-05-29 13:48:14 +02:00
pns_walkaround.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
pns_walkaround.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
range.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
router_preview_item.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
router_preview_item.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
router_tool.cpp 1) Add 32 Cu Layers. 2014-06-24 11:17:18 -05:00
router_tool.h Removed a few warnings. 2014-06-05 12:40:26 +02:00
time_limit.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
time_limit.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
trace.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00