Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Wayne Stambaugh
On 9/19/2011 4:31 PM, jean-pierre charras wrote: > Well, > I used trigonometric look up tables to speed up calculations when I started > Kicad. > Some features (like file formats) come from to constraints due to low speed of > computers or networks. > Obviously, these constraints are now very diff

Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Fred Cooke
And unit testing, right? What percentage coverage does the Kicad code base have currently? On Mon, Sep 19, 2011 at 10:31 PM, jean-pierre charras wrote: > Well, > I used trigonometric look up tables to speed up calculations when I started > Kicad. > Some features (like file formats) come from to c

Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread jean-pierre charras
Well, I used trigonometric look up tables to speed up calculations when I started Kicad. Some features (like file formats) come from to constraints due to low speed of computers or networks. Obviously, these constraints are now very different. Today, we can consider a more understandable and mai

Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Wayne Stambaugh
On 9/19/2011 3:00 PM, Kerusey Karyu wrote: > Dnia 2011-09-19, pon o godzinie 11:15 -0400, Wayne Stambaugh pisze: >> Is there any logical reason to keep using the trigonometric look up tables in >> trigo.cpp? We currently have a mixed bag of using the look up tables and the >> math sin() and cos()

Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Dick Hollenbeck
On 09/19/2011 02:00 PM, Kerusey Karyu wrote: > Dnia 2011-09-19, pon o godzinie 11:15 -0400, Wayne Stambaugh pisze: >> Is there any logical reason to keep using the trigonometric look up tables in >> trigo.cpp? We currently have a mixed bag of using the look up tables and the >> math sin() and cos(

Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Kerusey Karyu
Dnia 2011-09-19, pon o godzinie 11:15 -0400, Wayne Stambaugh pisze: > Is there any logical reason to keep using the trigonometric look up tables in > trigo.cpp? We currently have a mixed bag of using the look up tables and the > math sin() and cos() functions in various code paths. If no one obje

Re: [Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Dick Hollenbeck
On 09/19/2011 10:15 AM, Wayne Stambaugh wrote: > Is there any logical reason to keep using the trigonometric look up tables in > trigo.cpp? We currently have a mixed bag of using the look up tables and the > math sin() and cos() functions in various code paths. If no one objects, I > think it's t

[Kicad-developers] Trigonometric look up table.

2011-09-19 Thread Wayne Stambaugh
Is there any logical reason to keep using the trigonometric look up tables in trigo.cpp? We currently have a mixed bag of using the look up tables and the math sin() and cos() functions in various code paths. If no one objects, I think it's time to remove them from Kicad. Wayne

Re: [Kicad-developers] PPA build problems

2011-09-19 Thread Vesa Solonen
On 12.09.2011 17:10, Brian Sidebotham wrote: > It is merely falling over trying to install the kicad xpm icon under > the /usr/share/pixmaps directory. Kicad is building find, it is the > installation process that is falling over. A kicad developer can fix > the cmake files to sort this out. Is th