1. 07 Oct, 2008 1 commit
  2. 03 Oct, 2008 1 commit
  3. 01 Oct, 2008 1 commit
  4. 27 Sep, 2008 1 commit
  5. 14 Sep, 2008 1 commit
  6. 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
  7. 03 Sep, 2008 1 commit
  8. 26 Aug, 2008 1 commit
  9. 15 Aug, 2008 1 commit
  10. 29 Jun, 2008 1 commit
  11. 21 Jun, 2008 1 commit
  12. 15 Jun, 2008 1 commit
  13. 06 Jun, 2008 2 commits
  14. 02 Jun, 2008 1 commit
  15. 30 May, 2008 1 commit
  16. 22 May, 2008 1 commit
  17. 21 May, 2008 1 commit
  18. 17 May, 2008 1 commit
  19. 05 May, 2008 1 commit
  20. 18 Apr, 2008 1 commit
    • f3nix's avatar
      CMake: · 5cd2fad8
      f3nix authored
      * MinGWResourceCompiler: change output directory and name of compiled resource file (old resource object files have to be deleted manually, eg. cvpcb/cvpcb_rc.o since the 'make clean' target does not remove them).
      * Add some comments.
      5cd2fad8
  21. 17 Apr, 2008 1 commit
  22. 16 Apr, 2008 1 commit
    • f3nix's avatar
      CMake: · c77c3906
      f3nix authored
      * Set a NAME_RESOURCES variable in MinGWResourceCompiler.
      * Fix looking for zlib under msys (C:\msys\1.0). Minizip now builds under windows with external zlib.
      c77c3906
  23. 13 Apr, 2008 1 commit
    • f3nix's avatar
      CMake: · 63de4115
      f3nix authored
      * Add mingw_resource_compiler macro (Win32).
      * Fix windres wxWidgets include paths (Win32).
      63de4115
  24. 03 Apr, 2008 1 commit
  25. 01 Apr, 2008 2 commits
  26. 31 Mar, 2008 1 commit
  27. 11 Mar, 2008 1 commit
  28. 04 Mar, 2008 1 commit
  29. 23 Feb, 2008 2 commits
  30. 19 Feb, 2008 1 commit
  31. 17 Feb, 2008 1 commit
  32. 12 Feb, 2008 2 commits
    • lifekidyeaa's avatar
      2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com · c5cd8502
      lifekidyeaa authored
      ================================================================================
      +eeschema
              * commiting my changes to allow multiple instances of a given schematic file within 
      a hierarchy:
              ** internally, m_currentScreen has been replaced with m_currentSheet,
                      which is a list or 'path' of screens.  The path of screens is used to 
      generate
                      a series of timestamps, which is converted to flat component reference via 
      a look-up
                      table in the schematic files.
              ** this means that m_currentScreen is no longer used -- use GetScreen().
              ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen 
      pointer.
              ** all sub-sheets in a given schematic must have different names to generate a 
      meaningful netlist.
      
      c5cd8502
    • dickelbeck's avatar
      amazing free specctra software · 2b215d81
      dickelbeck authored
      2b215d81
  33. 30 Jan, 2008 1 commit
    • f3nix's avatar
      CMake: · af1c1564
      f3nix authored
      * Change tabs to spaces.
      * Make Boost required.
      af1c1564
  34. 28 Jan, 2008 3 commits