summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-07open for developmentHEADmasterRALOVICH, Kristof1-1/+1
2015-10-07version 1.17RALOVICH, Kristof3-3/+129
2015-10-07gant: fix gcc warningRALOVICH, Kristof1-2/+2
src/gant/gant.c: In function ‘chevent’: src/gant/gant.c:912:5: warning: ‘phase’ may be used uninitialized in this function [-Wmaybe-uninitialized] switch (phase) ^ src/gant/gant.c:27:96: warning: ‘status’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define DEBUG_OUT(level, ...) {if (dbg && level <= dbg){fprintf(stderr, "DEBUG(%d): ", level); fprintf(stderr, __VA_ARGS__); fprintf(stderr, " in line %d.\n", __LINE__);}} ^ src/gant/gant.c:830:9: note: ‘status’ was declared here uchar status; ^
2015-09-19ant: remove dead codeRALOVICH, Kristof4-851/+0
2015-08-18fix typoRALOVICH, Kristof1-0/+1
2015-08-18update readmeRALOVICH, Kristof1-4/+19
2015-08-18antfs: attempt to recognise FR 410 as wellRALOVICH, Kristof1-1/+4
2015-08-18ant: provide insight into values if assumption failsRALOVICH, Kristof1-1/+1
910XT seemed to failed this a few times.
2015-08-18ant: relax sanitization of authenticateResponse.authStrLenRALOVICH, Kristof1-2/+2
It can be other than 16 bytes long
2015-08-17add ASSURE_EQ_RET_FALSE macroRALOVICH, Kristof1-0/+2
2015-06-10Merge branch 'master' of github.com:ralovich/antpmRALOVICH, Kristof3-6/+108
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2015-06-10serial: clarify intentRALOVICH, Kristof1-0/+14
2015-06-10Update README.rstralovich1-2/+2
2015-06-10Merge pull request #1 from jerome-labidurie/GarminSwimralovich2-4/+106
Add "length message" parsing to fit2gpx
2015-06-08Add Garmin Swim idsjerome-labidurie2-10/+16
Better logging for length message
2015-06-07Add "length message" management & dumpjerome-labidurie2-4/+100
2015-05-31scripts: update tarballRALOVICH, Kristof2-0/+5
2015-05-31add tests to tarballRALOVICH, Kristof1-0/+2
2015-05-31gant: check return valueRALOVICH, Kristof1-1/+7
2015-05-31antpm: exception safetyRALOVICH, Kristof3-5/+22
2015-05-31tty: clarify intentRALOVICH, Kristof1-0/+8
2015-05-31tty: call argument only onceRALOVICH, Kristof1-2/+2
2015-05-31exception safetyRALOVICH, Kristof2-9/+9
2015-05-31exception safetyRALOVICH, Kristof1-1/+12
2015-05-31fit: initialize all membersRALOVICH, Kristof1-0/+2
2015-05-31ant: fix uninitialized membersRALOVICH, Kristof2-1/+4
2015-05-31cmake: ignore generated filesRALOVICH, Kristof1-0/+1
2015-05-31gant: replace strcpy with strncpyRALOVICH, Kristof1-1/+1
2015-05-31tests: satisfy coverityRALOVICH, Kristof1-2/+2
CID 44330 (#1 of 1): Structurally dead code (UNREACHABLE)
2015-05-31tty: add documentationRALOVICH, Kristof1-0/+5
2014-11-07docs: add todoRALOVICH, Kristof2-3/+9
2014-10-28usb: print errno tooRALOVICH, Kristof1-2/+8
2014-08-27scripts: database cleanerRALOVICH, Kristof1-0/+94
2014-08-17Revert "include cstdint"RALOVICH, Kristof1-1/+1
This reverts commit bff91033b0d6c69cd657cc277157fc85d3e0530c. As travis builds fail with this, due to old g++ headers: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options. ^ 1 error generated.
2014-08-17catch a bunch of exceptionsRALOVICH, Kristof3-0/+19
coverity complained about uncaught boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >
2014-08-17fix ctor init order warningRALOVICH, Kristof1-1/+1
2014-08-17include cstdintRALOVICH, Kristof1-1/+1
2014-08-17travis-ci: don't run coverity with gccRALOVICH, Kristof2-19/+8
2014-08-17kfreebsd build fixesRALOVICH, Kristof2-6/+6
2014-08-17tty debuggingRALOVICH, Kristof1-0/+36
print file permissions so we can easier figure what's going on
2014-08-13linux: look for usb_serial_simple tooRALOVICH, Kristof1-0/+7
for 0fcf:1009 that's the kernel module
2014-08-11initialize membersRALOVICH, Kristof2-0/+4
from coverity
2014-08-11fix more static analysis problemsRALOVICH, Kristof3-3/+5
from coverity
2014-08-11VS2012 build warning fixRALOVICH, Kristof2-3/+2
2014-08-11Merge branch 'master' of https://code.google.com/p/antpmRALOVICH, Kristof8-55/+281
2014-08-11gant: fix two bugsRALOVICH, Kristof1-1/+3
reported by coverity: - uninitialized r - leaking fd
2014-08-09travis-ci: refine coverity setupRALOVICH, Kristof2-4/+9
2014-08-09travis-ci: refine coverity setupRALOVICH, Kristof1-1/+1
2014-08-09travis-ci: refining coverityRALOVICH, Kristof1-1/+12
2014-08-09travis-ci: refining coverityRALOVICH, Kristof3-3/+12