1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
todos and whitespace cleanup More... over 11 years ago
add placeholder for message 27. cleanup white space More... over 11 years ago
was missing eta_hour More... over 11 years ago
catch up the version number More... about 12 years ago
License was changed to LGPL, so this file is no longer needed More... about 12 years ago
proper recursive include for docs More... about 12 years ago
version 0.8 More... about 12 years ago
Merge branch 'master' into version-id More... about 12 years ago
Drop vessels.csv. No reason to keep this in the project Fix sorting in MANIFEST.in and remove redundancy More... about 12 years ago
Switch to using the VERSION from setup.py Add missing files from MANIFEST.in and sorted alphabetically More... about 12 years ago
declare the date in the changelog More... about 12 years ago
proper sdist and go to version 0.7 More... about 12 years ago
py_obj is not a passed parameter. How did this compile? More... about 12 years ago
prep for pypi More... about 12 years ago
use Roland's include guards More... about 12 years ago
Merge pull request #3 from rolker/master More... over 12 years ago
Removed redundant member variables. More... over 12 years ago
Merge github.com:schwehr/libais More... over 12 years ago
minor cleanup and checks More... over 12 years ago
Add git helpers More... over 12 years ago
Merge pull request #2 from lukec/master More... almost 13 years ago
abs() for int comes from <cstdlib> per section 26.5 of the C++ Standard More... almost 13 years ago
Comment out these noisy messages More... almost 13 years ago
Fix type_and_cargo decoding More... almost 13 years ago
Fixed getType so that it is now a const method More... almost 13 years ago
make test2 runs both 1_2_3 and 1:8:22 More... about 13 years ago
Added ais1_2_3_unittest based on gtest. Msgs 1,2,3 added rot_raw fixed rot calculation fixed utc_space and keep_flag initilization print now takes a bool flag for verbosity and print can print it all added check of the aivdm nmea lookup table msg 8:1:22 cleanup unittests moved the nth_field function to ais.cpp for use in other tests added check of the aivdm nmea lookup table More... about 13 years ago
Was missing a call to build_nmea_lookup in the unittest and don't use -D_GLIBCXX_DEBUG with gtest! Assert that build_nmea_lookup has been called in the decode template function Better warning flags in Makefile Fixed off by one bg in nth_field More... about 13 years ago
why are the gtest framework tests failing when my custom old tests work? More... about 13 years ago
starting towards google test for unittests More... about 13 years ago