[Kicad-developers] boost headers have been removed

2013-05-31 Thread Dick Hollenbeck
In revision 4183 the boost headers have been removed from the repo. The CMakeLists.txt build environment now downloads those one time and installs them in the source tree upon first build. Subsequent builds will work as before, that is after boost is downloaded, un-tarred, patched, and copied t

Re: [Kicad-developers] BZR "Rules"

2013-05-31 Thread Dick Hollenbeck
On 05/31/2013 10:00 AM, Brian Sidebotham wrote: > I just wanted to quickly add to anyone concerned about "contaminating" their > global BZR > scope with the rules file - you can of course have more than one BZR_HOME. So > you can > create a new Bazaar profile for working on KiCad and just make su

Re: [Kicad-developers] BZR "Rules"

2013-05-31 Thread Brian Sidebotham
I just wanted to quickly add to anyone concerned about "contaminating" their global BZR scope with the rules file - you can of course have more than one BZR_HOME. So you can create a new Bazaar profile for working on KiCad and just make sure you set BZR_HOME to point to something like ~/.bazaar-kic

[Kicad-developers] s-expression numbers

2013-05-31 Thread Dick Hollenbeck
I just added new support for numbers with exponents in the DSNLEXER class. As a result, a token that looks like any of these 1e2 123.1E-23 (E or e in it) will now look like a number token to the lexer. This has the possibility to cause the board parser to puke, and likely will smoke out the