blob: 4923783e856084e2e2f3f5a214a18be91bc344ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
antpm (1.6-2) UNRELEASED; urgency=low
[ Kristof Ralovich ]
* script to generate changelog from git
[ Ralovich Kristof ]
-- Ralovich Kristof <tade@cg.iit.bme.hu> Tue, 25 Jun 2013 17:10:28 +0200
antpm (1.6-0) UNRELEASED; urgency=low
[ RALOVICH, Kristóf ]
* include Release builds in a .deb. package
* clarify build- and run-time dependencies
* add todo
* fix build with clang 3.0
* add some documentation
* fix build warning
* git should ignore build folder
* AntFr310XT2::createDownloadFolder()
* further define folder name based on device S/N
* cleanup
* deb: lower build time dependencies
* create download folder after knowing the device id
* fit2gpx: option to decode ANT root folder
* initial, file based logging
* docs: note on performance
* fix output
* use centralized logging in more places
* fix output
* introduce namespace antpm
* namespace conversion
* missing namespace
* more unified logging
* more unified logging
* cleanup
* fix an assertion failure
* unified logging replaced loggerc()
* reindent
* define NDEBUG in release
* avoid crashes
[ unknown ]
* build fixes
[ RALOVICH, Kristóf ]
* add todo
* add todo
* move GARMIN_EPOCH to antdefs.hpp
* bugfix: fix thinko
* try setting date of .fit files
* change logging
* first stub for centralized per-device setting
[ RALOVICH, Kristof ]
* missing include
* cmake: fix linking under win
* previously the x86 dll hada weird name...
* cmake: make sure the correct generator is invoked
* fix 64-bit linking
* cmake: fix determination of win64
* scripts: build helper for win64
* antpm-downloader: bugfix
* update discriution list
[ Kristof Ralovich ]
* deb: relax build time dependencies
[ RALOVICH, Kristof ]
* deb: libusb was missing as a build-dep
[ Kristof Ralovich ]
* bugfix: resolve gcc-4.4 build issues
[ RALOVICH, Kristof ]
* pkgconfig should look for libusb-1.0
[ Kristof Ralovich ]
* cleanup
* fix missing include
* debian: fixing dependencies
* account for boost:filesystem version changes
[ RALOVICH, Kristof ]
* cmake: fix finding libusb under nix
[ Ralovich Kristof ]
-- Ralovich Kristof <tade@cg.iit.bme.hu> Tue, 25 Jun 2013 17:02:17 +0200
antpm (1.0-1) UNRELEASED; urgency=low
* Initial release.
-- Kristof Ralovich <tade60@freemail.hu> Tue, 21 Mar 2013 16:22:10 +0100
|