This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirrors
/
kicad
mirror of
https://github.com/KiCad/kicad-source-mirror
Watch
3
Star
0
Fork
0
Code
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26703
Commits
14
Branches
133
Tags
2.2 GiB
C++
62.3%
C
35.8%
CMake
0.8%
Python
0.6%
SWIG
0.2%
Tree:
a94a481574
4.0
5.0
5.1
6.0
6.0.7
7.0
8.0
9.0
fusion360
jobs
master
newinvert
pcb_db
revert-0c36e162
4.0.0
4.0.0-rc1
4.0.0-rc2
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.0.7
5.0-dev
5.0.0
5.0.0-rc1
5.0.0-rc2
5.0.0-rc2-dev
5.0.0-rc3
5.0.0-rc3-dev
5.0.1
5.0.1-dev
5.0.2
5.1.0
5.1.0-dev
5.1.0-rc1
5.1.0-rc2
5.1.1
5.1.10
5.1.11
5.1.12
5.1.2
5.1.3
5.1.4
5.1.5
5.1.5-rc1
5.1.6
5.1.6-rc1
5.1.7
5.1.8
5.1.9
5.99.0
6.0.0
6.0.0-rc1
6.0.0-rc1-dev
6.0.0-rc2
6.0.1
6.0.10
6.0.11
6.0.2
6.0.3
6.0.4
6.0.5
6.0.6
6.0.7
6.0.7-rc1
6.0.8
6.0.9
6.99.0
7.0.0
7.0.0-rc1
7.0.0-rc2
7.0.1
7.0.10
7.0.10-rc1
7.0.11
7.0.11-rc1
7.0.11-rc2
7.0.11-rc3
7.0.11-rc4
7.0.2
7.0.3
7.0.4
7.0.5
7.0.6
7.0.6-rc1
7.0.6-rc2
7.0.6-rc3
7.0.7
7.0.7-rc1
7.0.8
7.0.8-rc1
7.0.9
7.0.9-rc1
7.0.9-rc2
7.99.0
8.0.0
8.0.0-rc1
8.0.0-rc2
8.0.0-rc3
8.0.1
8.0.1-rc1
8.0.1-rc2
8.0.2
8.0.2-rc1
8.0.2-rc2
8.0.3
8.0.3-rc1
8.0.4
8.0.4-rc1
8.0.4-rc2
8.0.5
8.0.5-rc1
8.0.6
8.0.6-rc1
8.0.7
8.0.7-rc1
8.0.8
8.0.8-rc1
8.0.9
8.0.9-rc1
8.99.0
9.0.0
9.0.0-rc1
9.0.0-rc2
9.0.0-rc3
9.0.1
9.0.1-rc1
9.0.1-rc2
9.0.2
9.0.2-rc1
9.0.3
9.0.3-rc1
9.0.4
9.0.4-rc1
9.0.5
9.0.5-rc1
9.0.6-rc1
9.99.0
April-2010-release
baseline
copy-of-subversion-repo
original_code
patch_baseline
pre-kiway
review
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a94a481574'
${ noResults }
kicad
/
pcbnew
/
swig
History
Jon Evans
c04e19f9ac
Include optimization: move some things from common.h to point-of-use
5 years ago
..
tests
Rename GetModules to GetFootprints
5 years ago
TODO.txt
SWIG Improvements
9 years ago
board.i
Make ARCs accessible from python
5 years ago
board_connected_item.i
MODULE -> FOOTPRINT.
5 years ago
board_design_settings.i
rename files
8 years ago
board_item.i
Make ARCs accessible from python
5 years ago
board_item_container.i
Change more enums over to scoped enums
6 years ago
connectivity.i
pcbnew: Separating connectivity to subdir
7 years ago
dimension.i
Update some classnames including archaic zone names.
5 years ago
footprint.i
Make footprint properties accessible from python
5 years ago
fp_shape.i
Class renaming.
5 years ago
fp_text.i
Class renaming.
5 years ago
layers_id_colors_and_visibility.i
ADDED: New appearance control widget for PcbNew
5 years ago
marker_pcb.i
Naming conventions.
5 years ago
netinfo.i
netinfo.i: fix incorrect position of a declaration, that was not taken in account.
8 years ago
pad.i
MODULE -> FOOTPRINT.
5 years ago
pcb_plot_params.i
Ensure compatibility with "old" pythons scripts after renaming SetUseGerberAttributes() to SetUseGerberX2format()
7 years ago
pcb_shape.i
Class renaming.
5 years ago
pcb_target.i
Fix SWIG includes
5 years ago
pcb_text.i
Class renaming.
5 years ago
pcbnew.i
MODULE -> FOOTPRINT.
5 years ago
pcbnew_action_plugins.cpp
Adding COMMIT support before/after invocation of a python script
5 years ago
pcbnew_action_plugins.h
Fix warning: 'HAVE_CLOCK_GETTIME' macro redefined
7 years ago
pcbnew_footprint_wizards.cpp
Coding policy fixes.
5 years ago
pcbnew_footprint_wizards.h
MODULE -> FOOTPRINT.
5 years ago
pcbnew_scripting_helpers.cpp
Include optimization: move some things from common.h to point-of-use
5 years ago
pcbnew_scripting_helpers.h
export_vrml: Better export of pad shapes, both on copper and paste layers.
5 years ago
plugins.i
Fix code after renaming files. Minor other fix.
8 years ago
python_scripting.cpp
Include optimization: move some things from common.h to point-of-use
5 years ago
python_scripting.h
Get python loading the new "user scripting" paths
5 years ago
track.i
Remove some "class_" prefixes from files.
5 years ago
typeinfo.i
Changes to python interface enabling net->pads access.
8 years ago
units.i
A few enhancements from a larger patch, not yet committed, for footprint wizards
9 years ago
zone.i
Update some classnames including archaic zone names.
5 years ago
zone_settings.i
fix code after renaming files
8 years ago