summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove -xbaserock/danielsilverstone/smartdevicelinkDaniel Silverstone2014-09-301-2/+0
* Prevent path overrideDaniel Silverstone2014-09-291-2/+2
* Support /usr installed Qt on Baserock with busybox toolingDaniel Silverstone2014-09-261-6/+9
* Fix missing semi-colon syntax errorsDaniel Silverstone2014-09-263-3/+3
* Adding unit testsJustin Dickow2014-06-27197-0/+49666
* libLibusb library was not installed when BUILD_SHARED_LIBS is ONNewton Kim2014-06-271-1/+5
* libDBus.so was missing when HMI2 and BUILD_SHARED_LIBS are on togetherNewton Kim2014-06-271-0/+4
* Build fails when HMI2 and BUILD_SHARED_LIBS are on togetherNewton Kim2014-06-271-0/+2
* Libraries were not available when BUILD_SHARED_LIBS is onNewton Kim2014-06-2717-3/+80
* deleted files weren't added to last commitrelease_3.0Justin Dickow2014-05-093173-625464/+0
* Removed SDL_Android (now at git://git.projects.genivi.org/smartdevicelink_and...Justin Dickow2014-05-092728-0/+579319
* Removed build_and_run_steps.txt added README.mdJustin Dickow2014-04-232-150/+1
* FindQt.sh - changed execution permission to 755Justin Dickow2014-04-211-0/+0
* Added FindQt.sh to ${CMAKE_SOURCE_DIR}Justin Dickow2014-04-141-0/+174
* CMakeLists: Add _GLIBCXX_DEBUG to enable debug mode for GNU libstdc++Brendan Shanks2014-04-021-0/+4
* bitstream: Don't call vector::front() on an empty vectorBrendan Shanks2014-04-022-2/+8
* event_dispatcher: Don't advance STL iterator already at end()Brendan Shanks2014-04-021-2/+6
* request_controller: Don't advance STL iterator already at end()Brendan Shanks2014-04-021-1/+3
* Interface Generator: Initialize static maps with initializer listsJustin Dickow2014-03-271-7/+4
* Define CXXFLAGS only on UNIXBrendan Shanks2014-03-261-14/+16
* Only check for libavahi in top-level CMakeLists if BUILD_AVAHI_SUPPORT is ena...Brendan Shanks2014-03-261-3/+3
* spelling :DJustin Dickow2014-03-211-1/+1
* connection_handler_impl: Don't re-use erased STL iteratorBrendan Shanks2014-03-211-3/+7
* CMAKE_CXX_FLAGS removed --coverageJustin Dickow2014-03-211-1/+1
* Mac: use system() and osascript to launch the web HMI in ChromeBrendan Shanks2014-03-201-0/+20
* Detect log4cxx in top-level CMakeListsBrendan Shanks2014-03-201-0/+11
* threaded_socket_connection: Fix operator precedence error found by clangBrendan Shanks2014-03-201-1/+1
* Fix capitalization on src/components/{Interfaces,Utils}Brendan Shanks2014-03-2041-0/+0
* Removed unneeded toolsJustin Dickow2014-03-200-0/+0
* OSX: uses SO_NOSIGPIPE instead of MSG_NOSIGNALJustin Dickow2014-03-201-2/+9
* pthread_setname_np doesn't take a reference to the handler on mac. May need ...Justin Dickow2014-03-201-0/+4
* SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxyJustin Dickow2014-03-20294-12878/+33040
* Added Mike's tester application (not ideal but easy to update)Justin Dickow2014-03-20205-0/+13352
* Revert "Let's also compile with -O3 for mac..."Justin Dickow2014-03-191-2/+1
* Let's also compile with -O3 for mac...Justin Dickow2014-03-191-1/+2
* Turn off Bluetooth and Libusb support by default, set -arch i386 flag for OSX...Justin Dickow2014-03-191-2/+4
* include unistd.h for usleep()Justin Dickow2014-03-191-0/+1
* Only add libusb if BUILD_USB_SUPPORT flag is yesJustin Dickow2014-03-191-6/+6
* Only link rt on linuxJustin Dickow2014-03-191-1/+3
* replace clock_getting() with gettimeofday()Justin Dickow2014-03-191-2/+22
* Missing pthread.h includesJustin Dickow2014-03-192-0/+3
* Note - possibly need to set send timeout as wellJustin Dickow2014-03-191-0/+1
* setsockopt: use SO_RCVTIMEO instead of TCP_USER_TIMEOUTJustin Dickow2014-03-191-1/+1
* tcp_client_listener: remove tcp_var.h, change TCP_KEEPIDLE to TCP_KEEPALIVEJustin Dickow2014-03-191-2/+8
* Add definitions for UNIX and MACOSXJustin Dickow2014-03-191-0/+6
* Turn OFF libavahi (needed for WiFi direct only?)Justin Dickow2014-03-191-1/+1
* added () to Class's member function calls in the initializer listJustin Dickow2014-03-191-4/+4
* Removed old Android tester appJustin Dickow2014-03-1930-3936/+0
* Removed SDL_iOS project - pending release of updated mobile libraries and tes...Justin Dickow2014-03-19323-25203/+0
* Changed heart beat to 0Justin Dickow2014-03-191-1/+1