1. 20 Aug, 2009 1 commit
  2. 07 Aug, 2009 1 commit
  3. 04 Aug, 2009 2 commits
  4. 21 Jul, 2009 1 commit
  5. 20 Jul, 2009 1 commit
  6. 13 Jul, 2009 1 commit
  7. 05 Jul, 2009 1 commit
  8. 19 Jun, 2009 1 commit
  9. 28 May, 2009 1 commit
  10. 24 May, 2009 1 commit
  11. 21 May, 2009 1 commit
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      stambaughw authored
      * Created separate SVN version header.
      * Add true config.h for platform dependency checks.
      * Add dependency check cmake module.
      * Remove some leftover hand crafted make files.
      * Remove non-cmake build instructions from COMPILING.txt.
      * Fix split _() strings causing Visual C++ compiler error.
      * Fix lots of compiler warnings.
      * Change project file parameter container from wxArray to boost::vector_ptr.
      * Removed lots of redundant header definitions.
      * Fixed green_xpm redefinition in ercgreen.xpm.
      * Remove some dead code and unnecessary class methods.
      8bf79111
  12. 07 May, 2009 1 commit
  13. 06 May, 2009 1 commit
    • stambaughw's avatar
      Replace wxList with boost::ptr_vector and fix automatic association bug in CVPCB. · c2b600ce
      stambaughw authored
      * ALL: More changes for wxDC based zooming.
      * 3D_VIEWER: Wrap 3d_viewer.h to prevent redefinitions.
      * CVPcb: Replace wxList with boost::ptr_vector and take advantage of boost::foreach.
      * CVPcb: Fix automatic association bug.
      * CVPcb: Rename some variables for clarity and some minor code clean ups.
      * CVPcb: Fix GTK sizing issue in library and path dialog.
      * EESchema: Remove left over sizer from last commit from library and path dialog.
      c2b600ce
  14. 29 Apr, 2009 1 commit
  15. 26 Apr, 2009 1 commit
  16. 21 Apr, 2009 1 commit
  17. 17 Apr, 2009 1 commit
  18. 15 Apr, 2009 1 commit
  19. 08 Apr, 2009 1 commit
  20. 06 Apr, 2009 1 commit
  21. 05 Apr, 2009 1 commit
  22. 03 Mar, 2009 1 commit
  23. 04 Feb, 2009 1 commit
  24. 02 Feb, 2009 1 commit
  25. 07 Jan, 2009 1 commit
  26. 05 Jan, 2009 1 commit
  27. 16 Dec, 2008 2 commits
  28. 08 Dec, 2008 1 commit
  29. 06 Dec, 2008 1 commit
  30. 05 Dec, 2008 1 commit
  31. 04 Dec, 2008 1 commit
  32. 24 Nov, 2008 1 commit
  33. 30 Oct, 2008 2 commits
  34. 26 Oct, 2008 2 commits
  35. 03 Oct, 2008 1 commit
  36. 07 Sep, 2008 1 commit
    • f3nix's avatar
      CMake: · 422ffdab
      f3nix authored
      * Require CMake version 2.6.1 on Windows and version 2.6.0 for other systems.
      * Update FindSubversion to version from CMake 2.6.1 (localization issue solved).
      * Remove FindwxWidgetsCVS and use the default one (some issues solved upstream).
      * Formatting style changes.
      422ffdab