Kurt Schwehr
Kurt Schwehr
Next week? On Monday, September 19, 2016, Egil Möller [email protected] wrote: > Sorry, haven't had time to poke at libais for a while - been occupied with > working with...
Thanks for making a pull request! Sorry I'm so slow at responding to libais issues and prs. Are you sure about this? I would like that very little of libais...
`nullptr` is C++11. You need to tell it to build as C++11. I don't work on windows. Can anyone contribute a patch?
Well, MSVC from 2008 is a no go with C++11. If someone wants that, they will have to fork the project. Based on https://msdn.microsoft.com/en-us/library/hh567368.aspx?f=255&MSPPError=-2147217396 libais might be okay for a...
Ok. I was going to ask what was would make C++14 difficult. It does currently cause me some trouble as my primary workstation is Ubuntu 14.04 for a bit longer......
I'm reopening as I have not tested any of the example payloads
@anitagraser Thanks for your bug report! Sorry I'm so slow at looked at it. Please include the full NMEA when reporting issues if you can. I can reconstruct the issue,...
```python {'id': 1, 'repeat_indicator': 0, 'mmsi': 538004431, 'nav_status': 0, 'rot_over_range': False, 'rot': 0.0, 'sog': 11.699999809265137, 'position_accuracy': 1, 'x': 57.63802833333333, 'y': 25.3185, 'cog': 120.5, 'true_heading': 120, 'timestamp': 17, 'special_manoeuvre': 0, 'spare':...
Need to have C++11 support when building. As @geowurster said, building wheels would prevent people from having to build when testing.
@geowurster https://github.com/schwehr/libais/pull/115 definitely improves things. I still need to look at wheels.