← Back to team overview

kicad-developers team mailing list archive

Re: Sweet parser

 

>>> This would give us the granularity to position within a 1/1000th of a normal
>>> minimum pin delta.  And would give us the ability on the high end to go
>>>
>>> 4 billion (int32_t)  / 1000  = 1 million pins per X or Y axis.
> I don't know if there would be a significant performance hit using 64 bit
> integers on 32 bit systems.  I doubt it would be much of an issue for EESchema.
>  Also, don't define it as an int32_t.  Otherwise, it won't build on MSVC as
> stdint.h is not defined.  Use wxInt32 instead.  I learned this one the hard way.
>
> Wayne


More of the MSVC shit.  Don't expect me to care.

I may contribute without regard for MSVC.  Think of my contributions as
targeted charitable contributions.

I would prefer not to hear about MSVC again.  I will not give it any
consideration.


Thank you,

Dick





References