1. 18 Jan, 2008 5 commits
  2. 17 Jan, 2008 3 commits
  3. 16 Jan, 2008 4 commits
  4. 15 Jan, 2008 1 commit
  5. 14 Jan, 2008 3 commits
  6. 12 Jan, 2008 1 commit
  7. 11 Jan, 2008 1 commit
  8. 10 Jan, 2008 1 commit
  9. 08 Jan, 2008 2 commits
  10. 07 Jan, 2008 1 commit
  11. 06 Jan, 2008 14 commits
  12. 05 Jan, 2008 4 commits
    • dickelbeck's avatar
      -Wall was already in place · a3510713
      dickelbeck authored
      a3510713
    • f3nix's avatar
    • raburton's avatar
      Make building minizip optional, if your linux distro supplies a minizip binary... · 32b4d32b
      raburton authored
      Make building minizip optional, if your linux distro supplies a minizip binary (e.g. in the zlib-bin package on debian) you might as well use it instead of building this one.
      Note that this isn't implemented in the minizip CMakeLists.txt, but at the higher level (kicad) that includes the minizip subdirectory, so that the whole minizip directory can be dropped from the shipped source tree if it isn't needed on your distro. This makes the source package a fraction smaller and removes possible complications of having a different license on the minizip code to the rest of kicad.
      
      32b4d32b
    • f3nix's avatar
      CMake: · 548fb915
      f3nix authored
      * REQUIRED is not necessary.
      * Build instruction update.
      * Do not build minizip on windows. Some more work is needed.
      548fb915