• Dick Hollenbeck's avatar
    1) Switch to boost hashtable support from wx macros which did not handle std::string. · 9bbff22d
    Dick Hollenbeck authored
       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.
    9bbff22d
Name
Last commit
Last update
3d-viewer Loading commit data...
CMakeModules Loading commit data...
Documentation Loading commit data...
bitmap2component Loading commit data...
bitmaps_png Loading commit data...
common Loading commit data...
cvpcb Loading commit data...
demos Loading commit data...
eeschema Loading commit data...
gerbview Loading commit data...
helpers/tools_to_build_newstroke-font Loading commit data...
include Loading commit data...
kicad Loading commit data...
new Loading commit data...
packaging Loading commit data...
pcb_calculator Loading commit data...
pcbnew Loading commit data...
polygon Loading commit data...
potrace Loading commit data...
resources Loading commit data...
scripting Loading commit data...
scripts Loading commit data...
template Loading commit data...
tools Loading commit data...
.bzrignore Loading commit data...
AUTHORS.txt Loading commit data...
CHANGELOG.txt Loading commit data...
CMakeLists.txt Loading commit data...
COPYRIGHT.txt Loading commit data...
CTestConfig.cmake Loading commit data...
Doxyfile Loading commit data...
HOW_TO_CONTRIBUTE.txt Loading commit data...
INSTALL.txt Loading commit data...
README.txt Loading commit data...
TODO.txt Loading commit data...
copyright.h Loading commit data...
license_for_documentation.txt Loading commit data...
notes_about_pcbnew_new_file_format.odt Loading commit data...
uncrustify.cfg Loading commit data...
version.txt Loading commit data...