Commit Graph

7 Commits

Author SHA1 Message Date
Keith Reynolds
5dc6e8eb1a Use defines for units
Fix precision loss issues
Remove unused variables
2017-03-31 10:09:35 -06:00
Keith Reynolds
936b54291b Fix order of init in struct to match decl.
Remove double set of variable.
2017-03-31 00:30:44 -06:00
Joern
dba6f6f1af Fix Static Code Check results
... incomplete class initialization
... duplicate if statements
... typos in objects names (copy&paste) (AllPlot)
... missing else (CPPlot)
... missing DELETEs for objects (only if obvious that object is not used somewhere else)
... copy&paste errors (e.g. ModelPlot)
... small floats instead of integer evaluating to 0
... potential SEGV since pointer is not checked for NULL
... misleading code formatting (hard to read) in *zones.cpp
2017-03-23 20:07:09 +01:00
grauser
0292646b9e Joule: Mark end of interval in interval mode. 2016-07-28 23:50:22 +02:00
grauser
f17587a5a5 Bin2RideFile: Add some device type 2 2016-05-31 23:25:37 +02:00
grauser
73683b27e0 Bin2RideFile: Add some device type 2016-05-31 23:11:09 +02:00
Mark Liversedge
4b5201c4c5 Restructure source directory
Introducing a directory structure to make it a bit less
daunting for new developers and perhaps even old hands.

The main folders all start with an upper character, so src
files are now located in;

* Core - Core data structures
* Gui - Main GUI elements
* Metrics - Models and Metrics
* FileIO - Device and File I/O
* Charts - All the chart types
* Cloud - Working with Web Resources
* Train - Anything Train View specific
* ANT - Our ANT+ Stack
* Resources - Images, Translations, Web etc

Apologies to anyone who needs to merge across this update.
2016-02-25 14:51:53 +00:00