Results 9 issues of Ian Heisters

These are a few of the changes I had to make to get the sample compiling. Using OSX 10.8, latest drivers (OpenNI 1.5.4.0, Sensor 5.1.2.1, NITE 1.5.2.21). I had to...

The MSVC 2013 compiler requires `std::placeholders::_1`

https://github.com/BanTheRewind/Cinder-KinectSdk/blob/master/src/Kinect.cpp#L998 That line ensures that the device id is always `""`. Is this intentional? Seems to have made it into the code in commit 70b3c10.

This fixed an issue I was having where a virtual serial device was not being found. I believe this should fix issues mentioned on the forum: https://forum.libcinder.org/topic/serial-getdevices-always-returns-0 https://forum.libcinder.org/topic/serial-communication-with-arduino

networking

Usage: ``` MyApp::MyApp() { log::makeLogger< ui::Logger >(); } void MyApp::update() { for ( auto & log : log::manager()->getLoggers< ui::Logger >() ) { log->draw( "Log" ); } } ```

It would be awesome if it supported ENUM types. I may be of use in coding on it, if I can be given some direction.

I have a private key with fields kty, e, n, d, p, q, kid. When trying to decrypt an incoming JWE, I get an error "REJECTED error: no key found"....

enhancement
help wanted

Trying the play example, the command that is passed to spawn just makes omxplayer dump the help output and quits. I'm assuming that the problem is that the dbus client...

Fixes #1910 Without specifying PLATFORM_TOOLSET as a cache variable, there is no way to set it when configuring. This change allows the user to set the MSVC toolset like this:...

msw
build system