Fix capitalization on src/components/{Interfaces,Utils}
authorBrendan Shanks <bshanks@audiovox.com>
Fri, 21 Mar 2014 01:30:01 +0000 (18:30 -0700)
committerJustin Dickow <jjdickow@gmail.com>
Fri, 21 Mar 2014 02:10:52 +0000 (22:10 -0400)
commit4006de7fc0b10d7a0e8c7b0b7393d3e74551e9a4
tree34f91ecd3c01637c2ecb5788928be083153fa366
parentee012572165d22bcd27e09540b25cc331ef3156c
Fix capitalization on src/components/{Interfaces,Utils}

Rename src/components/Interfaces, src/components/Utils, and
src/components/Utils/include/Utils to be all lowercase
41 files changed:
SDL_Core/src/components/interfaces/HMI_API.xml [moved from SDL_Core/src/components/Interfaces/HMI_API.xml with 100% similarity]
SDL_Core/src/components/interfaces/Json_HMI_message_specification.txt [moved from SDL_Core/src/components/Interfaces/Json_HMI_message_specification.txt with 100% similarity]
SDL_Core/src/components/interfaces/Json_Mobile_side_message_spec.txt [moved from SDL_Core/src/components/Interfaces/Json_Mobile_side_message_spec.txt with 100% similarity]
SDL_Core/src/components/interfaces/MOBILE_API.xml [moved from SDL_Core/src/components/Interfaces/MOBILE_API.xml with 100% similarity]
SDL_Core/src/components/interfaces/QT_HMI_API.xml [moved from SDL_Core/src/components/Interfaces/QT_HMI_API.xml with 100% similarity]
SDL_Core/src/components/interfaces/v4_protocol_v1_2_no_extra.xml [moved from SDL_Core/src/components/Interfaces/v4_protocol_v1_2_no_extra.xml with 100% similarity]
SDL_Core/src/components/utils/CMakeLists.txt [moved from SDL_Core/src/components/Utils/CMakeLists.txt with 100% similarity]
SDL_Core/src/components/utils/include/utils/atomic.h [moved from SDL_Core/src/components/Utils/include/utils/atomic.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/back_trace.h [moved from SDL_Core/src/components/Utils/include/Utils/back_trace.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/bitstream.h [moved from SDL_Core/src/components/Utils/include/Utils/bitstream.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/conditional_variable.h [moved from SDL_Core/src/components/Utils/include/Utils/conditional_variable.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/date_time.h [moved from SDL_Core/src/components/Utils/include/Utils/date_time.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/dict.h [moved from SDL_Core/src/components/Utils/include/Utils/dict.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/file_system.h [moved from SDL_Core/src/components/Utils/include/Utils/file_system.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/lock.h [moved from SDL_Core/src/components/Utils/include/Utils/lock.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/logger.h [moved from SDL_Core/src/components/Utils/include/Utils/logger.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/macro.h [moved from SDL_Core/src/components/Utils/include/Utils/macro.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/memory_barrier.h [moved from SDL_Core/src/components/Utils/include/Utils/memory_barrier.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/message_queue.h [moved from SDL_Core/src/components/Utils/include/Utils/message_queue.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/prioritized_queue.h [moved from SDL_Core/src/components/Utils/include/Utils/prioritized_queue.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/shared_ptr.h [moved from SDL_Core/src/components/Utils/include/Utils/shared_ptr.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/signals.h [moved from SDL_Core/src/components/Utils/include/Utils/signals.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/singleton.h [moved from SDL_Core/src/components/Utils/include/Utils/singleton.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/stl_utils.h [moved from SDL_Core/src/components/Utils/include/Utils/stl_utils.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/threads/message_loop_thread.h [moved from SDL_Core/src/components/Utils/include/Utils/threads/message_loop_thread.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/threads/thread.h [moved from SDL_Core/src/components/Utils/include/Utils/threads/thread.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/threads/thread_delegate.h [moved from SDL_Core/src/components/Utils/include/Utils/threads/thread_delegate.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/threads/thread_manager.h [moved from SDL_Core/src/components/Utils/include/Utils/threads/thread_manager.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/threads/thread_options.h [moved from SDL_Core/src/components/Utils/include/Utils/threads/thread_options.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/threads/thread_validator.h [moved from SDL_Core/src/components/Utils/include/Utils/threads/thread_validator.h with 100% similarity]
SDL_Core/src/components/utils/include/utils/timer_thread.h [moved from SDL_Core/src/components/Utils/include/Utils/timer_thread.h with 100% similarity]
SDL_Core/src/components/utils/src/back_trace.cc [moved from SDL_Core/src/components/Utils/src/back_trace.cc with 100% similarity]
SDL_Core/src/components/utils/src/bitstream.cc [moved from SDL_Core/src/components/Utils/src/bitstream.cc with 100% similarity]
SDL_Core/src/components/utils/src/conditional_variable_posix.cc [moved from SDL_Core/src/components/Utils/src/conditional_variable_posix.cc with 100% similarity]
SDL_Core/src/components/utils/src/date_time.cc [moved from SDL_Core/src/components/Utils/src/date_time.cc with 100% similarity]
SDL_Core/src/components/utils/src/file_system.cc [moved from SDL_Core/src/components/Utils/src/file_system.cc with 100% similarity]
SDL_Core/src/components/utils/src/lock_posix.cc [moved from SDL_Core/src/components/Utils/src/lock_posix.cc with 100% similarity]
SDL_Core/src/components/utils/src/signals_linux.cc [moved from SDL_Core/src/components/Utils/src/signals_linux.cc with 100% similarity]
SDL_Core/src/components/utils/src/threads/posix_thread.cc [moved from SDL_Core/src/components/Utils/src/threads/posix_thread.cc with 100% similarity]
SDL_Core/src/components/utils/src/threads/thread_manager.cc [moved from SDL_Core/src/components/Utils/src/threads/thread_manager.cc with 100% similarity]
SDL_Core/src/components/utils/src/threads/thread_validator.cc [moved from SDL_Core/src/components/Utils/src/threads/thread_validator.cc with 100% similarity]