Age | Commit message (Expand) | Author | Files | Lines |
2013-10-10 | cmake: let antpm depend on the VERSION too | RALOVICH, Kristof | 1 | -0/+2 |
2013-10-10 | cmake: fix linking with clang version 3.4 (trunk 181662) | RALOVICH, Kristof | 1 | -0/+1 |
2013-10-08 | misc: add note | RALOVICH, Kristof | 1 | -2/+3 |
2013-10-08 | bugfix: save config.ini after downloads are done | RALOVICH, Kristof | 1 | -0/+1 |
2013-10-08 | DeviceSettings: allow passing in std::string too | RALOVICH, Kristof | 2 | -2/+5 |
2013-10-06 | write man pages for all executables | RALOVICH, Kristof | 3 | -0/+245 |
2013-10-06 | fix build with clang | RALOVICH, Kristof | 1 | -1/+1 |
2013-10-06 | tty: do some device auto-detection under linux | RALOVICH, Kristof | 1 | -39/+169 |
2013-10-06 | usb: sometimes the device is 0x0fcf, 0x1008 | RALOVICH, Kristof | 1 | -1/+7 |
2013-10-06 | show that this is a development version | RALOVICH, Kristof | 1 | -1/+1 |
2013-09-13 | testing: add more tests | RALOVICH, Kristóf | 4 | -13/+17200 |
2013-09-13 | testing: add and run unit tests from cmake | RALOVICH, Kristóf | 2 | -0/+18 |
2013-08-08 | FIT: fix build under gcc 4.4.5 | RALOVICH, Kristof | 1 | -4/+6 |
2013-08-06 | fix for undefined 64-bit abs() under msvc | Kristof Ralovich | 1 | -1/+2 |
2013-08-06 | msvc build fixes | Kristof Ralovich | 1 | -0/+11 |
2013-08-06 | log: include the version string in the header of the log file | Kristof Ralovich | 1 | -1/+10 |
2013-08-06 | bugfix: avoid infinite recursion | Kristof Ralovich | 3 | -1/+24 |
2013-08-06 | fix getVersionString() under MSVC | Kristof Ralovich | 2 | -4/+10 |
2013-08-06 | fix an other typo | Kristof Ralovich | 1 | -1/+1 |
2013-08-06 | fix typo | Kristof Ralovich | 1 | -1/+1 |
2013-08-06 | AntFr310XT: relax the check when creating download folde | RALOVICH, Kristóf | 1 | -1/+10 |
2013-08-06 | AntFr310XT: not a problem if download folder name is already computed | RALOVICH, Kristóf | 1 | -1/+1 |
2013-08-06 | common: add folderExists() | RALOVICH, Kristóf | 2 | -1/+16 |
2013-08-06 | make sure we expect this exception | RALOVICH, Kristóf | 1 | -2/+10 |
2013-08-06 | fix build due to missing include | RALOVICH, Kristóf | 1 | -0/+1 |
2013-07-09 | include release version in getVersionString() | RALOVICH, Kristóf | 2 | -2/+4 |
2013-07-09 | preparing for new release | RALOVICH, Kristóf | 2 | -3/+8 |
2013-07-09 | AntMessage: don't create the protocol log if not necessary | RALOVICH, Kristóf | 2 | -3/+17 |
2013-07-09 | antpm-downloader: run-time log level, version info | RALOVICH, Kristóf | 2 | -2/+37 |
2013-07-09 | require at least boost 1.41 | RALOVICH, Kristóf | 1 | -1/+1 |
2013-07-09 | fix types | RALOVICH, Kristóf | 2 | -5/+5 |
2013-07-09 | fix typo 2 | RALOVICH, Kristóf | 1 | -1/+2 |
2013-07-09 | fix typo | RALOVICH, Kristóf | 1 | -2/+2 |
2013-07-09 | fix an other build fallout | RALOVICH, Kristóf | 1 | -6/+6 |
2013-07-09 | fix typo in pervious commit | RALOVICH, Kristóf | 2 | -4/+5 |
2013-07-09 | antpm-fit2gpx: many additions | RALOVICH, Kristóf | 1 | -23/+71 |
2013-07-09 | tests: test-case for FIT date-time handling | RALOVICH, Kristóf | 3 | -0/+105 |
2013-07-09 | FIT: rework timestamp retrieval | RALOVICH, Kristóf | 4 | -181/+151 |
2013-07-09 | Log: set verbosity to maximum | RALOVICH, Kristóf | 1 | -1/+1 |
2013-07-09 | Log: add missing header | RALOVICH, Kristóf | 1 | -19/+3 |
2013-07-09 | these parts were outside of the namespace, fix it | RALOVICH, Kristóf | 5 | -23/+36 |
2013-07-09 | tests: remove unused code | RALOVICH, Kristóf | 1 | -50/+14 |
2013-07-09 | DeviceSettings: bugfix: don't count daylight saving here | RALOVICH, Kristóf | 1 | -0/+1 |
2013-07-09 | DeviceSettings: comment the code | RALOVICH, Kristóf | 2 | -7/+12 |
2013-07-08 | remove a bunch of warnings | RALOVICH, Kristóf | 7 | -22/+37 |
2013-07-08 | remove a bunch of warnings | RALOVICH, Kristóf | 2 | -79/+105 |
2013-07-08 | getVersionString() | RALOVICH, Kristóf | 2 | -0/+32 |
2013-07-08 | fix build with gcc 4.7 | RALOVICH, Kristóf | 1 | -2/+2 |
2013-07-07 | improve comments | RALOVICH, Kristóf | 1 | -2/+2 |
2013-07-07 | AntFr310XT: bugfix: improve stopAsync() | RALOVICH, Kristóf | 2 | -30/+60 |