kicad/new
Dick Hollenbeck 9bbff22d96 1) Switch to boost hashtable support from wx macros which did not handle std::string.
This required the additional compiler command line option "-std=c++0x".

2) Switch to unique_ptr from auto_ptr which is C++ deprecated.

3) Change to new English layer names per mailing list discussion, see class_board.cpp.

4) When saving to *.kicad_pcb or *.kicad_mod, identify opportunities to use wildcard
   layer sets, for pads so far.

5) Switch to two std::string hashtables in pcb_parser.cpp, away from one wxString based one
   for layer names and layer sets mapping. One hashtable holds the mask, the other the index.
   Layer sets are only in the mask table.

6) Move "LOCALE_IO toggle" into PCB_IO::Format() since it is a public API function and
   caller should find it as convenient as possible to use.  LOCALE_IO should handle
   nesting OK in the case where public Format() is called from one of the Footprint*()
   functions.

7) Drop support for "export module to new library".  Creating new libraries will have to
   be handled in concert with library table entries, and we've talked recently about
   creating a better footprint library manager, one that resides in a DLL/DSO.  So
   this kind of functionality needs to be handled in there in the near future.

8) Change name of exported PCB_IO module/footprint to *.kicad_mod and not *.emp.
2012-11-14 01:15:59 -06:00
..
CMakeLists.txt sweet editor, compiler warning 2011-11-08 15:14:39 -06:00
Doxyfile Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
design.h sweet editor, compiler warning 2011-11-08 15:14:39 -06:00
drawing.png begin working on Distributed Library for EESCHEMA 2010-12-18 09:19:15 -06:00
drawing.svg begin working on Distributed Library for EESCHEMA 2010-12-18 09:19:15 -06:00
import_export.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
make-dir-lib-source-test-data.sh fill out more SWEET "inherits" support 2011-06-26 18:35:44 -05:00
make-html.sh begin working on Distributed Library for EESCHEMA 2010-12-18 09:19:15 -06:00
sch_canvas.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sch_canvas.h sweet editor, compiler warning 2011-11-08 15:14:39 -06:00
sch_dir_lib_source.cpp Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_dir_lib_source.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_lib.cpp 1) Switch to boost hashtable support from wx macros which did not handle std::string. 2012-11-14 01:15:59 -06:00
sch_lib.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_lib_table.cpp 1) Switch to boost hashtable support from wx macros which did not handle std::string. 2012-11-14 01:15:59 -06:00
sch_lib_table.h 1) Switch to boost hashtable support from wx macros which did not handle std::string. 2012-11-14 01:15:59 -06:00
sch_lib_table.keywords complete initial version of LIB_TABLE::Parse() 2010-12-27 15:22:12 -06:00
sch_lpid.cpp Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_lpid.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_part.cpp Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_part.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_sweet_parser.cpp Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sch_sweet_parser.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00
sweet.i early work on DLL exports for sweet lib, stop using <cstdio> which mingw seems not to like cuz snprintf() 2011-02-03 20:40:47 -06:00
sweet.keywords sweet would not compile using mingw because of clash on POINT name 2011-05-02 08:37:16 -05:00
sweet_edit.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sweet_editor_panel.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sweet_editor_panel.fbp sweet editor now shows GAL canvas 2011-11-01 03:05:56 -05:00
sweet_editor_panel.h sweet editor work 2011-10-30 00:02:23 -05:00
sweet_spec_for_schematic_parts_EN.fodt formatting 2011-08-27 18:31:17 -05:00
test_sch_lib_table.cpp sweet editor, compiler warning 2011-11-08 15:14:39 -06:00
toolchain-mingw.cmake add EscapedUTF8() and revise ReadDelimitedText() to complement it 2011-02-26 23:43:19 -06:00
utf8.h Change various KiCad case utilization to precisely "KiCad" 2011-11-04 10:53:37 -05:00