1. 10 Aug, 2010 3 commits
  2. 09 Aug, 2010 4 commits
    • Dick Hollenbeck's avatar
      ++CMakeModules: · 940345e3
      Dick Hollenbeck authored
          Revise TokenList2DsnLexer.cmake to take outCppFile and outHeaderFile optinally
          and enum mandatorily.  Standardize the script's invocation technique within
          all the CMakeLists.txt files.
      940345e3
    • Dick Hollenbeck's avatar
      ++CMakeModules: · 6c5927c5
      Dick Hollenbeck authored
          Revise TokenList2DsnLexer.cmake to take outCppFile and outHeaderFile optinally
          and enum mandatorily.  Standardize the script's invocation technique within
          all the CMakeLists.txt files.
      6c5927c5
    • Dick Hollenbeck's avatar
      ++CMakeModules: · 63b60006
      Dick Hollenbeck authored
          Revise TokenList2DsnLexer.cmake to make an entire derived lexer class that
          returns the proper enum type for superior debugging.
      ++eeschema
        * netform.cpp now outputs the allowed footprint filters for a given library
          component.
        * There is an auto-generated class called NETLIST_LEXER which is defined in
          from netlist.keywords by TokenList2DsnLexer.cmake into netlist_lexer.h, that
          may be the basis of loading a S-expression form of the generic netlist format
          which is written from netform.cpp.
      63b60006
    • Dick Hollenbeck's avatar
      fb0bb79a
  3. 08 Aug, 2010 2 commits
    • Dick Hollenbeck's avatar
      ++common · ac2fd246
      Dick Hollenbeck authored
        * add xnode.cpp and xnode.h which can be used to output either an XML or
          S-expression document file.
        * Add class STREAM_OUTPUTFORMATTER which is a richio class which can write
          to any of the wxOutputStream derivatives, such as file, socket, zip, tar.
        * Added netlist.keywords
      ++eeschema
        * netform.cpp can now output S-expression OK, although I have it commented out
          pending the addition of a UI for it.
      ac2fd246
    • Dick Hollenbeck's avatar
      S-expression in xnode.cpp · f285c829
      Dick Hollenbeck authored
      f285c829
  4. 07 Aug, 2010 3 commits
  5. 05 Aug, 2010 2 commits
  6. 04 Aug, 2010 2 commits
  7. 03 Aug, 2010 5 commits
  8. 01 Aug, 2010 2 commits
  9. 31 Jul, 2010 8 commits
  10. 30 Jul, 2010 4 commits
  11. 29 Jul, 2010 2 commits
  12. 28 Jul, 2010 1 commit
  13. 27 Jul, 2010 2 commits
    • jean-pierre charras's avatar
      Updated boost to version 1.34. Added boost::polygon (experimental). · 1794a2ae
      jean-pierre charras authored
      Fixed some issues with wxWidgets 2.9.1 (fixed Gerbview and Pcbnew crashes under Linux when starting. Could explain also crashes under MACOSX)
      Code cleaning.
      pcbnew:
          Added experimental zone fill calculations with boost::polygon
          old file zones_convert_brd_items_to_polygons.cpp has now 2 versions:
          zones_convert_brd_items_to_polygons_with_Boost.cpp use boost::polygon to calculate filled areas
          zones_convert_brd_items_to_polygons_with_BKbool.cpp use kbool (code cleaned).
          >>> to use boost polygon version:
              call cmake with option: -DUSE_BOOST_POLYGON_LIBRARY=ON
      Eeschema: added patches from Yuri Khalyavin
      1794a2ae
    • jean-pierre charras's avatar
      fixed issues with wxWidgets 2.9.1 · 60c1cbe8
      jean-pierre charras authored
      60c1cbe8