Re: [Kicad-developers] executing child processes

2016-09-27 Thread Cirilo Bernardo
On Wed, Sep 28, 2016 at 5:48 AM, Wayne Stambaugh wrote: > On 9/24/2016 7:51 PM, Cirilo Bernardo wrote: >> As part of improving the STEP Export code to protect KiCad >> from a hung child process and also to give the use the option >> to cancel a long Export operation, I am doing some preliminary >>

Re: [Kicad-developers] executing child processes

2016-09-27 Thread Wayne Stambaugh
On 9/24/2016 7:51 PM, Cirilo Bernardo wrote: > As part of improving the STEP Export code to protect KiCad > from a hung child process and also to give the use the option > to cancel a long Export operation, I am doing some preliminary > design work on a dialog for launching such child processes. >

[Kicad-developers] [PATCH] Remove check for undefined behaviour

2016-09-27 Thread Simon Richter
Triangle::NeighborAcross returns a reference, which must refer to a valid object whose address cannot be 0. Thus, this test is nonsensical. --- polygon/poly2tri/sweep/sweep.cc | 16 1 file changed, 16 deletions(-) diff --git a/polygon/poly2tri/sweep/sweep.cc b/polygon/poly2tri/s

[Kicad-developers] Stable-4 branch removal

2016-09-27 Thread Wayne Stambaugh
Hopefully no one is using this branch for stable version 4 development as I am going to remove it from the repo. You should be using the 4.0 branch for stable release development. As of right now, the two branches are identical so there is no need to keep the stable-4 branch around. Cheers, Way

Re: [Kicad-developers] Via Stitching

2016-09-27 Thread Heikki Pulkkinen
Hi And I really practice. I made improvement and forgot to copy all. So improvement is in these two patches. I hope this suggestion is accepted as a new feature. Heikki On Tue, Sep 27, 2016 at 2:31 PM, Heikki Pulkkinen wrote: > Hi, > > As in practice, I made a patch file of my changes Not onl

Re: [Kicad-developers] Fix for compilation error on Ubuntu 14.04

2016-09-27 Thread jp charras
Le 27/09/2016 à 10:51, Jean-Samuel Reynaud a écrit : > Hi, > > Since commit 7311f07eafc6128483367b39bf0bb1e4650e377f (SWIG > Improvements), It was no more possible to compile kicad with scripting > on Ubuntu 14.04 at least (work with > 14.04). This is due to move of > pcbnew/scripting/pcbnew.i to

Re: [Kicad-developers] Via Stitching

2016-09-27 Thread Heikki Pulkkinen
Hi, As in practice, I made a patch file of my changes Not only diifs. It is SHIFT-ALT-V hotkey whitch make buried and blind vias, as it is in routing too. Heikki On Sun, Sep 25, 2016 at 2:25 PM, Heikki Pulkkinen wrote: > Hi, > > I made some improvements to my patch of via stitching. Now you

[Kicad-developers] [PATCH] Add throw() to base kiway_player destructor to silence warning

2016-09-27 Thread Simon Wells
--- common/kiway_player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/kiway_player.cpp b/common/kiway_player.cpp index a33acc1..ecada9f 100644 --- a/common/kiway_player.cpp +++ b/common/kiway_player.cpp @@ -66,7 +66,7 @@ KIWAY_PLAYER::KIWAY_PLAYER( wxWindow* aParen

[Kicad-developers] Fix for compilation error on Ubuntu 14.04

2016-09-27 Thread Jean-Samuel Reynaud
Hi, Since commit 7311f07eafc6128483367b39bf0bb1e4650e377f (SWIG Improvements), It was no more possible to compile kicad with scripting on Ubuntu 14.04 at least (work with > 14.04). This is due to move of pcbnew/scripting/pcbnew.i to pcbnew/swig directory (and perhaps the used version of swig3.0 to