jacketizer / libnmea

Lightweight C library for parsing NMEA 0183 sentences
MIT License
260 stars 92 forks source link

OSX port + CMake project #1

Closed JoakimSoderberg closed 9 years ago

JoakimSoderberg commented 9 years ago

I ported this to OSX and created a CMake project as well for compiling.

Shouldn't be super hard to port it to windows as well... using LoadLibrary instead of dlopen stuff.

Also fixed some memory leaks, there are more. As well as illegal writes... Didn't have time to fix them all.

jacketizer commented 9 years ago

Thank you, really nice fixes :+1: I posted some very small comments, if you want, I can merge and fix them my self.

JoakimSoderberg commented 9 years ago

@jacketizer they're already fixed :)

jacketizer commented 9 years ago

Wow, that is fast :D