1. 15 Nov, 2012 1 commit
  2. 14 Nov, 2012 1 commit
    • 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
  3. 23 Jan, 2012 1 commit
  4. 08 Nov, 2011 1 commit
  5. 04 Nov, 2011 1 commit
  6. 01 Nov, 2011 1 commit
  7. 30 Oct, 2011 1 commit
  8. 20 Oct, 2011 1 commit
  9. 27 Aug, 2011 1 commit
  10. 26 Jun, 2011 1 commit
  11. 02 May, 2011 1 commit
  12. 18 Apr, 2011 1 commit
  13. 11 Apr, 2011 2 commits
  14. 04 Apr, 2011 1 commit
  15. 03 Apr, 2011 2 commits
  16. 28 Mar, 2011 1 commit
  17. 27 Mar, 2011 1 commit
  18. 22 Mar, 2011 1 commit
  19. 21 Mar, 2011 1 commit
  20. 20 Mar, 2011 2 commits
  21. 28 Feb, 2011 1 commit
  22. 27 Feb, 2011 2 commits
  23. 14 Feb, 2011 1 commit
  24. 04 Feb, 2011 1 commit
  25. 03 Feb, 2011 1 commit
  26. 02 Feb, 2011 1 commit
  27. 21 Jan, 2011 1 commit
  28. 17 Jan, 2011 2 commits
    • Dick Hollenbeck's avatar
      e849da18
    • Dick Hollenbeck's avatar
      ++all: · 2f211c6b
      Dick Hollenbeck authored
        * TokenList2DsnLexer.cmake now wraps each token enum in its own namespace. It
          also no longer setup of the "using" directive in the header file, which was
          bad behavior.  C++ enum values will have name collisions unless the enums
          themselves are different namespaces.
      ++new:
        * Sweet library is now a DSO/DLL.
        * Brought in SWIG to do a wrap of the Sweet DSO/DLL for unit testing
          and scripting.  The SWIG DSO/DLLs are built separate from the Sweet DSO/DLL
          and are also optional.
      2f211c6b
  29. 14 Jan, 2011 1 commit
  30. 12 Jan, 2011 1 commit
  31. 09 Jan, 2011 1 commit
  32. 05 Jan, 2011 1 commit
  33. 04 Jan, 2011 1 commit
  34. 03 Jan, 2011 2 commits