- 30 Dec, 2015 9 commits
-
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Jacob Gladish authored
-
Jacob Gladish authored
-
Jacob Gladish authored
-
Jacob Gladish authored
Fix more build problems
-
- 29 Dec, 2015 7 commits
-
-
Brendan Long authored
Change AllJoynHelper to use a vector<uint8_t> instead of vector<bool> when setting ajn::MsgArg, since vector<bool> is a specialization that doesn't allow us to access the underlying array.
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
Fix unused parameter and variable warnings, plus no return value in void function warnings (due to DSB_ASSERT() only working on Apple platforms).
-
- 23 Dec, 2015 1 commit
-
-
Jacob Gladish authored
-
- 19 Dec, 2015 1 commit
-
-
Jacob Gladish authored
ConfigManager, Bridge, and Makefile improvements
-
- 18 Dec, 2015 4 commits
-
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
Brendan Long authored
-
- 13 Dec, 2015 2 commits
- 12 Dec, 2015 4 commits
- 09 Dec, 2015 2 commits
- 05 Dec, 2015 1 commit
-
-
Jacob Gladish authored
Warning fixes
-
- 02 Dec, 2015 3 commits
-
-
Brendan Long authored
The loop was: ~DeviceSystemBridge() Shutdown() ShutdownInternal() RegisterAdapterSignalHandlers() ~DeviceSystemBridge() g_Instance seemed to be used to prevent the DeviceSystemBridge from going out of scope while the adapter listener was still alive. I handled this by notifying the listener in the bridge's destructor.
-
Brendan Long authored
When make clean is run, remove the built program, top-level *.o files, and ignore the built program in git.
-
Brendan Long authored
Fix warnings by removing or using unused variables, initializing a variable, and turning off unfixable warnings.
-
- 16 Nov, 2015 1 commit
-
-
Jacob Gladish authored
-
- 09 Aug, 2015 2 commits
- 08 Aug, 2015 3 commits