Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread Mark Roszko
Yes it was added in 2010. There were some other headers VS had issues with for longer. But as of VS2017 15.9, it is compliant fully with all of C++11/14/17 and most of C99. On Mon, Mar 25, 2019 at 6:16 PM Drew Van Zandt wrote: > MSVC 2010 includes it. > > > https://stackoverflow.com/questions/12

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread Drew Van Zandt
MSVC 2010 includes it. https://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio *Drew Van Zandt* On Mon, Mar 25, 2019 at 5:25 PM Wayne Stambaugh wrote: > I don't know if it's still true but msvc didn't include stdint.h so > making this policy would have left msvc u

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread Wayne Stambaugh
I don't know if it's still true but msvc didn't include stdint.h so making this policy would have left msvc users without a solution. This may no longer be true and I seem to remember that someone was providing an implementation of stdint.h for msvc. If this is no longer the case, then it could b

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread jp charras
Le 25/03/2019 à 19:58, Jeff Young a écrit : > Hi JP, > > I’m afraid I just move the decl (and its comment) from another file.  It > appears the author > was Henner Zeller in 3f57fa5d2443a085c9fa243c615d71dc470a0107.   > > Commit comment was:  > >     Change time_t in the functions that deal with

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread Jon Evans
Any reason not to just make a policy moving forward to define anything related to file formats using stdint types so that there are no architecture variations possible? On Mon, Mar 25, 2019 at 2:59 PM Jeff Young wrote: > Hi JP, > > I’m afraid I just move the decl (and its comment) from another f

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread Jeff Young
Hi JP, I’m afraid I just move the decl (and its comment) from another file. It appears the author was Henner Zeller in 3f57fa5d2443a085c9fa243c615d71dc470a0107. Commit comment was: Change time_t in the functions that deal with timestamps to a new typedef timestamp_t (defined as a l

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread jp charras
Le 25/03/2019 à 16:22, Wayne Stambaugh a écrit : > On 3/24/2019 2:34 PM, Seth Hillbrand wrote: >> Am 2019-03-24 13:23, schrieb Jon Evans: >>> Hi all, >>> >>> Another question from this forum thread: >>> https://forum.kicad.info/t/before-giving-up-on-kicad-one-last-attempt-erc-misery/15933/67 >>> >>

Re: [Kicad-developers] timestamp_t bit width

2019-03-25 Thread Wayne Stambaugh
On 3/24/2019 2:34 PM, Seth Hillbrand wrote: > Am 2019-03-24 13:23, schrieb Jon Evans: >> Hi all, >> >> Another question from this forum thread: >> https://forum.kicad.info/t/before-giving-up-on-kicad-one-last-attempt-erc-misery/15933/67 >> >> >> timestamp_t is defined as "long", with a note that sw

Re: [Kicad-developers] timestamp_t bit width

2019-03-24 Thread Nick Østergaard
A but report about this was also reported for tracking at https://bugs.launchpad.net/bugs/1821476 søn. 24. mar. 2019 19.34 skrev Seth Hillbrand : > Am 2019-03-24 13:23, schrieb Jon Evans: > > Hi all, > > > > Another question from this forum thread: > > > https://forum.kicad.info/t/before-giving-u

Re: [Kicad-developers] timestamp_t bit width

2019-03-24 Thread Seth Hillbrand
Am 2019-03-24 13:23, schrieb Jon Evans: Hi all, Another question from this forum thread: https://forum.kicad.info/t/before-giving-up-on-kicad-one-last-attempt-erc-misery/15933/67 timestamp_t is defined as "long", with a note that swig can't handle int32_t. I don't understand this comment. SW