1. 23 Feb, 2015 1 commit
  2. 22 Feb, 2015 6 commits
  3. 21 Feb, 2015 5 commits
  4. 20 Feb, 2015 6 commits
  5. 19 Feb, 2015 4 commits
  6. 18 Feb, 2015 4 commits
  7. 17 Feb, 2015 4 commits
  8. 16 Feb, 2015 2 commits
    • Cirilo Bernardo's avatar
      Coverity scan IDF fixes. · 1acfbb0d
      Cirilo Bernardo authored
      * Fix resource leak in idf_parser.cpp
      * Fix logically dead code in idf_parser.cpp
      * Fix use after free bug in idf_parser.cpp
      * Fix unitialized scalar value in idf_parser.cpp
      * Fix logically dead code in idf_outlines.cpp
      * Fix unitialized scalar value in idf_outlines.cpp
      * Fix invalid iterator in idf_common.cpp
      * Fix unitialized scalar value in vrml_layer.cpp
      1acfbb0d
    • Wayne Stambaugh's avatar
      Coverity error fixes. · f2edf02b
      Wayne Stambaugh authored
      * Fix unitialized variable in MSG_PANEL_ITEM default ctor.
      * Fix a bunch of uncaught exception issues.
      * Fix a memory leak in the NETLIST_READER::GetNetlistReader() when an
        an attempt to read an invalid net list file occurs.
      f2edf02b
  9. 15 Feb, 2015 4 commits
  10. 14 Feb, 2015 3 commits
  11. 15 Feb, 2015 1 commit
    • Wayne Stambaugh's avatar
      wxPython find and version loading fixes. (fixes lp:1408060) · 69553d6f
      Wayne Stambaugh authored
      * Add test to CMakeLists.txt to verify wxPython is installed when
        KICAD_SCRIPTING_WXPYTHON=ON.
      * Add test to make sure wxPython version major and minor numbers match
        the version of wxWidgets found.
      * Add code to set the correct version of wxPython to the python scripting
        initialization code.
      * Minor code simplification in Pcbnew KIFACE main window creation.
      69553d6f