1. 01 Nov, 2013 1 commit
  2. 22 Sep, 2013 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew footprint library table fixes. · 0f4ba095
      Wayne Stambaugh authored
      * Make footprint viewer work properly with library table.
      * Fix bug in Eagle plugin when enumerating footprints.
      * Add missing P-CAD plugin from footprint library table editing dialog.
      * Fix bug in FOOTPRINT_INFO::LoadLibraries when error occur loading footprints
        from libraries.
      0f4ba095
  3. 21 Sep, 2013 1 commit
  4. 20 Sep, 2013 1 commit
    • Build System's avatar
      Adds target to build doxygen-python documentation, that take · a602c1b2
      Build System authored
      pcbnew.py + doxygen-xml files, and build .i files with docstrings,
      those .i files are included back again to build a pcbnew.py with
      extended documentation from C++, finally we take the final pcbnew.py
      to build the doxygen-python documentation
      a602c1b2
  5. 19 Jul, 2013 1 commit
  6. 17 Mar, 2013 3 commits
  7. 16 Mar, 2013 1 commit
  8. 15 Mar, 2013 1 commit
  9. 12 Mar, 2013 1 commit
  10. 11 Mar, 2013 1 commit
  11. 11 Feb, 2013 1 commit
    • Wayne Stambaugh's avatar
      Configuration and compile documentation improvements. · 4d465ec8
      Wayne Stambaugh authored
      * Improve the stable and testing build version option logic.
      * Use CMake FindPythonInterp to configure the Python interpreter.
      * Use Python interpreter to determine the system Python module install
        path if not already defined on the command line.
      * Add header symbol checks for asinh(), acosh(), and atanh().
      * Add test source to check for isinf() which can be defined as a C++template.
      * Replace conditional compile on windows systems for aXXXh() with CMake
        configuration tests.
      * A few minor MSVC compile fixes.
      * Fix incorrect python environment string in fixswigimports.py
      * Create a separate document for KiCad CMake build options.
      * Create a separate how to compile KiCad on Windows document.
      4d465ec8
  12. 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
  13. 02 Aug, 2012 2 commits
  14. 01 Aug, 2012 1 commit
  15. 22 Jul, 2012 1 commit
  16. 15 Jul, 2012 1 commit
  17. 06 Jul, 2012 1 commit
  18. 27 Jun, 2012 1 commit
  19. 16 May, 2012 1 commit
  20. 10 May, 2012 1 commit
  21. 09 May, 2012 1 commit
  22. 05 May, 2012 1 commit
  23. 20 Apr, 2012 1 commit
  24. 09 Apr, 2012 2 commits
  25. 08 Apr, 2012 2 commits
  26. 06 Apr, 2012 2 commits
  27. 05 Apr, 2012 1 commit
  28. 19 Mar, 2012 3 commits
  29. 17 Mar, 2012 1 commit