CHARRAS
081ee0e9a4
small mouse moves filtering before starting a block command
18 years ago
dickelbeck
2afb9cb9d9
new source files
18 years ago
dickelbeck
10c590196c
new source files
18 years ago
dickelbeck
c425aeb350
svn ps svn:eol-style native
18 years ago
CHARRAS
a3ea4268df
support for micro vias. small problem in zone detection solved
18 years ago
CHARRAS
7d676fbfd3
support for micro vias. small problem in zone detection solved
18 years ago
dickelbeck
1d6830467c
layer combobox width change
18 years ago
dickelbeck
100c2ec5b5
add boost C++ installation instructions
18 years ago
dickelbeck
d7fbcdf989
add boost C++ installation instructions
18 years ago
dickelbeck
d597dfc920
more specctra dsn work
18 years ago
CHARRAS
e6c938856a
changed ASSERT to wxASSERT in math_for_graphic.cpp
18 years ago
dickelbeck
25c149bb40
text mirroring fix from Andrey Sivchikov
18 years ago
dickelbeck
e081566706
more specctra dsn work
18 years ago
CHARRAS
12dfd80f37
see changelog
18 years ago
CHARRAS
f85ade75d8
see changelog
18 years ago
raburton
ed0265cb77
set eol-style native on new files
18 years ago
dickelbeck
592ab30c0b
more specctra dsn work
18 years ago
dickelbeck
c72857f415
more specctra dsn work
18 years ago
CHARRAS
f5f6bb6ff5
code cleaning
18 years ago
CHARRAS
6f2c09c6dc
code cleaning
18 years ago
CHARRAS
e3a3d16af8
small bugs fixed. Added: Support for microvias (see changelog)
18 years ago
dickelbeck
a5e2913ded
more specctra dsn work
18 years ago
CHARRAS
6c3235c112
first DRC control about zone outlines. Needs improvements, but works
18 years ago
CHARRAS
8d90da0a2d
reorder GENERAL_COLLECTOR lists in collectors.cpp due to markers change
18 years ago
CHARRAS
82a268a63e
bug solved in block.cpp
18 years ago
dickelbeck
e0a1cc6873
more specctra dsn work
18 years ago
f3nix
ba3b2934ef
CMake. Add comment about static/shared.
18 years ago
CHARRAS
638ab25498
more about zones.
18 years ago
CHARRAS
0120f07d54
code cleaning
18 years ago
CHARRAS
1fb25193f7
Block commands now works with zones.
18 years ago
f3nix
fba479cf8b
Describe windows debug build.
18 years ago
raburton
97f7365ff6
fix typo
18 years ago
CHARRAS
339a90e7ac
Block commands now works with zones.
18 years ago
f3nix
cfd09d02bd
Remove old CMake howto.
18 years ago
f3nix
338e0db75a
Debug build should be easier now. See how-to-build-kicad.txt. Tested on linux only.
18 years ago
raburton
f77e47dc87
Add COMPONENT parameter to INSTALL commands.
This allows you to install only specific components (i.e. binaries, resources, doc files in specific languages), particularly useful for package mainatiners.
Default install will work as before (i.e. install everything).
18 years ago
raburton
8777ab79e0
The install prefix couldn't be overridden on the command line, the SET overrode any value you specified. Adding the cache keyword to SET seems to have fixed it though. Is this a cmake bug?
18 years ago
dickelbeck
de33b1cbb3
more specctra dsn work
18 years ago
dickelbeck
2587a64f61
removed old, commented out code
18 years ago
dickelbeck
9a2829f1e2
support comments in dsn files
18 years ago
dickelbeck
a3510713b9
-Wall was already in place
18 years ago
f3nix
dcd22dd38d
One may turn off minizip building on windows by setting BUILD_MINIZIP to OFF.
18 years ago
raburton
32b4d32bef
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.
18 years ago
f3nix
548fb9152f
CMake:
* REQUIRED is not necessary.
* Build instruction update.
* Do not build minizip on windows. Some more work is needed.
18 years ago
dickelbeck
bd5ca82f63
use pad_shapes.h
18 years ago
dickelbeck
af47386c50
more specctra dsn work
18 years ago
dickelbeck
8de0bf46a7
exploring custom layer names
18 years ago
dickelbeck
73b23e3ab1
initial version
18 years ago
dickelbeck
4b979f58e0
enabled -Wall, and getting -Wformat with it, for specctra development
18 years ago
f3nix
95565cda3e
Some small CMake fixes.
18 years ago