summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-12new version 1.11v1.11upstream/20131011RALOVICH, Kristof4-2/+96
2013-10-12Merge branch 'gant-integration'RALOVICH, Kristof23-12/+2750
2013-10-12travis: libxml2-dev is also neededRALOVICH, Kristof1-1/+1
2013-10-12update packaging informationRALOVICH, Kristof12-11/+17
Reflect the inclusion of gant. Also move the debian and gentoo meta data under the scripts folder for clarity and to avoid conflicts with the downstream debian package layout.
2013-10-12various fixes for packaging problemsRALOVICH, Kristof4-2/+10
2013-10-11gant: more build warning fixesRALOVICH, Kristof3-18/+17
e.g.: antpm/src/gant/gant.c:35:21: warning: comma at end of enumerator list [-pedantic] antpm/src/gant/gant.c: In function ‘dump_data’: antpm/src/gant/gant.c:264:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] antpm/src/gant/gant.c:267:24: warning: pointer of type ‘void *’ used in arithmetic [-pedantic] antpm/src/gant/gant.c:267:33: warning: pointer of type ‘void *’ used in arithmetic [-pedantic] antpm/src/gant/gant.c:275:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] antpm/src/gant/gant.c:284:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
2013-10-11gant: fix a bunch of build warningsRALOVICH, Kristof4-16/+19
antpm/src/gant/antlib.cpp:233:24: error: assigning to 'unsigned char *' from incompatible type 'void *' burstbuf[chan] = malloc(BSIZE); ^ ~~~~~~~~~~~~~ antpm/src/gant/antlib.cpp:247:25: error: assigning to 'unsigned char *' from incompatible type 'void *' burstbuf[chan] = malloc(BSIZE); ^ ~~~~~~~~~~~~~ antpm/src/gant/antlib.cpp:256:25: error: assigning to 'unsigned char *' from incompatible type 'void *' burstbuf[chan] = realloc(burstbuf[chan], bused[chan]+BSIZE); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ antpm/src/gant/antlib.c: In function ‘commfn’: antpm/src/gant/antlib.c:366:20: warning: unused parameter ‘arg’ [-Wunused-parameter] antpm/src/gant/antlib.c: In function ‘ANT_Initf’: antpm/src/gant/antlib.c:406:33: warning: unused parameter ‘baud’ [-Wunused-parameter] antpm/src/gant/antlib.c: In function ‘ANT_Init’: antpm/src/gant/antlib.c:435:30: warning: unused parameter ‘baud’ [-Wunused-parameter] antpm/src/gant/antlib.c: In function ‘ANT_AssignChannelEventFunction’: antpm/src/gant/antlib.c:618:38: warning: unused parameter ‘chan’ [-Wunused-parameter] antpm/src/gant/gant.c: In function ‘chevent’: antpm/src/gant/gant.c:821:9: warning: variable ‘newdata’ set but not used [-Wunused-but-set-variable] antpm/src/gant/antlib.c: In function ‘ANT_AssignChannelEventFunction’: antpm/src/gant/antlib.c:619:38: warning: unused parameter ‘chan’ [-Wunused-parameter]
2013-10-11gant: fix a build warningRALOVICH, Kristof1-1/+1
src/gant/gant.c: In function ‘dump_data’: src/gant/gant.c:268:7: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat]
2013-10-11gant: write man pageRALOVICH, Kristof2-32/+166
replace README
2013-10-11travis: build the gant-integration branch tooRALOVICH, Kristof1-1/+4
2013-10-11cmake: include gant in the build processRALOVICH, Kristof3-13/+28
2013-10-11merge gant into antpmRALOVICH, Kristof9-0/+2573
Do this by merging the branch upstream from git+ssh://git.debian.org/git/pkg-running/garmin-ant-downloader.git into the src/gant folder.
2013-10-10update notesv1.10RALOVICH, Kristof1-1/+1
2013-10-10cmake: let antpm depend on the VERSION tooRALOVICH, Kristof1-0/+2
2013-10-10cmake: fix linking with clang version 3.4 (trunk 181662)RALOVICH, Kristof1-0/+1
2013-10-10update noteskristof.ralovich1-4/+4
2013-10-08misc: add noteRALOVICH, Kristof1-2/+3
2013-10-08bugfix: save config.ini after downloads are doneRALOVICH, Kristof1-0/+1
Otherwise the updated LastTransferredTime will never be persisted, and next time all files are downloaded again.
2013-10-08DeviceSettings: allow passing in std::string tooRALOVICH, Kristof2-2/+5
2013-10-06write man pages for all executablesRALOVICH, Kristof6-2/+257
2013-10-06fix build with clangRALOVICH, Kristof2-1/+6
Building CXX object CMakeFiles/antpm.dir/SerialTty.cpp.o In file included from /home/tade/dev/antpm/src/SerialTty.cpp:13: In file included from /home/tade/dev/antpm/src/./SerialTty.hpp:15: In file included from /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/queue:64: In file included from /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/bits/stl_function.h:741: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/backward/binders.h:126:16: error: no matching function for call to object of type 'const antpm::contains' { return op(value, __x); } ^~ /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/bits/stl_algo.h:1176:18: note: in instantiation of member function 'std::binder1st<antpm::contains>::operator()' requested here if(!bool(__pred(*__first))) ^ /home/tade/dev/antpm/src/SerialTty.cpp:262:25: note: in instantiation of function template specialization 'std::remove_if<__gnu_cxx::__normal_iterator<std::basic_string<char> *, std::vector<std::basic_string<char>, std::allocator<std::basic_string<char> > > >, std::binder1st<antpm::contains> >' requested here possibleNames.erase(remove_if(possibleNames.begin(), ^ /home/tade/dev/antpm/src/SerialTty.cpp:236:15: note: candidate function not viable: 'this' argument has type 'const antpm::contains', but method is not marked const inline bool operator() (vector<string> v, string e) {return find(v.begin(), v.end(), e) != v.end();} ^ 1 error generated.
2013-10-06tty: do some device auto-detection under linuxRALOVICH, Kristof1-39/+169
2013-10-06usb: sometimes the device is 0x0fcf, 0x1008RALOVICH, Kristof1-1/+7
2013-10-06show that this is a development versionRALOVICH, Kristof1-1/+1
2013-10-06debian: make a copy of the changelogRALOVICH, Kristof1-0/+6
as git-dch still makes mistakes
2013-10-06debian: silence lintian hardening warningRALOVICH, Kristof1-1/+6
W: antpm: hardening-no-fortify-functions usr/bin/antpm-downloader W: antpm: hardening-no-fortify-functions usr/bin/antpm-fit2gpx W: antpm: hardening-no-fortify-functions usr/bin/antpm-usbmon2ant by using dpkg-buildflags
2013-10-06Merge branch 'master' of https://code.google.com/p/antpmRALOVICH, Kristof6-1/+17223
2013-10-06scripts: update udev rulesRALOVICH, Kristof1-1/+2
to support USB2ANT dongles with USB product id of 1008
2013-09-13testing: add more testsRALOVICH, Kristóf5-14/+17201
Run all tools at least once. If valgrind is available, use it to check for memory leaks.
2013-09-13testing: make sure tests are actually runRALOVICH, Kristóf1-1/+1
and not only built
2013-09-13testing: add and run unit tests from cmakeRALOVICH, Kristóf3-1/+19
also make travis run them
2013-09-13docs: note on Travis Continous Integration supportRALOVICH, Kristof1-0/+1
2013-09-13testing: refine build dependencies for travisRALOVICH, Kristof1-2/+2
2013-09-13testing: import travis descriptionRALOVICH, Kristof1-0/+16
2013-09-13add todoRALOVICH, Kristof1-0/+1
2013-08-08FIT: fix build under gcc 4.4.5RALOVICH, Kristof1-4/+6
2013-08-06fix for undefined 64-bit abs() under msvcKristof Ralovich1-1/+2
2013-08-06msvc build fixesKristof Ralovich1-0/+11
2013-08-06log: include the version string in the header of the log fileKristof Ralovich1-1/+10
2013-08-06bugfix: avoid infinite recursionKristof Ralovich3-1/+24
due to the verbosity changes in mkDir(), thus introduce mkdirNoLog()
2013-08-06fix getVersionString() under MSVCKristof Ralovich2-4/+10
2013-08-06fix an other typoKristof Ralovich1-1/+1
2013-08-06fix typoKristof Ralovich1-1/+1
2013-08-06AntFr310XT: relax the check when creating download foldeRALOVICH, Kristóf1-1/+10
maybe the folder is already there and we can just use it
2013-08-06AntFr310XT: not a problem if download folder name is already computedRALOVICH, Kristóf1-1/+1
2013-08-06common: add folderExists()RALOVICH, Kristóf2-1/+16
be verbose about mkDir failures
2013-08-06make sure we expect this exceptionRALOVICH, Kristóf1-2/+10
2013-08-06fix build due to missing includeRALOVICH, Kristóf1-0/+1
gcc 4.4.5 complained
2013-08-05docs: update user's guidekristof.ralovich1-3/+7
2013-07-12gentoo build scripts from root@proscript.ruRALOVICH, Kristóf2-0/+30
see http://code.google.com/p/antpm/issues/detail?id=1