Move sources into src directory
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 14 Feb 2017 13:32:55 +0000 (14:32 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 14 Feb 2017 13:32:55 +0000 (14:32 +0100)
commitc2a2b12c1ec1a4e17a3c95ceb8f010ce961a909e
tree049a4cd7ebbbd2e8d6b4df3939b12e6303de805c
parent3a24351bda1208281189d17850555c017a7d342b
Move sources into src directory
make some cleaning

Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
22 files changed:
.gitmodules
src/CMakeLists.txt [moved from CMakeLists.txt with 100% similarity]
src/can-decoder.cpp [moved from can-decoder.cpp with 100% similarity]
src/can-decoder.h [moved from can-decoder.h with 100% similarity]
src/can-signals.cpp [moved from can-signals.cpp with 100% similarity]
src/can-signals.h [moved from can-signals.h with 100% similarity]
src/can-utils.cpp [moved from can-utils.cpp with 100% similarity]
src/can-utils.h [moved from can-utils.h with 100% similarity]
src/can_decode_message.cpp [moved from can_decoder.cpp with 95% similarity]
src/can_event_push.cpp [moved from can_event_push.cpp with 100% similarity]
src/can_reader.cpp [moved from can_reader.cpp with 100% similarity]
src/config.xml.in [moved from config.xml.in with 100% similarity]
src/export.map [moved from export.map with 100% similarity]
src/icon.png [moved from icon.png with 100% similarity]
src/libs/bitfield-c [moved from libs/bitfield-c with 100% similarity]
src/libs/nanopb [moved from libs/nanopb with 100% similarity]
src/libs/openxc-message-format [moved from libs/openxc-message-format with 100% similarity]
src/libs/uds-c [moved from libs/uds-c with 100% similarity]
src/low-can-binding.cpp [moved from low-can-binding.cpp with 100% similarity]
src/obd2.cpp [moved from obd2.cpp with 100% similarity]
src/obd2.h [moved from obd2.h with 100% similarity]
src/timer.h [moved from timer.h with 100% similarity]