Jeff Lawson

Results 29 comments of Jeff Lawson

Was gh-pages originally being used to host the raphaeljs.com website? I don't see a "CNAME" file nor a "gh-pages" branch in the repo, so that makes me think it wasn't......

This would make it more difficult to manually revert a tsp::proc to an uncompiled proc (such as for debugging purposes) by simply removing the "tsp::" part from the proc line.

Since MotionPie has been discontinued in favor of MotionEyeOS, this should be closed and a new pull request opened against https://github.com/ccrisan/motioneyeos if it is still relevant.

There appears to be an undocumented "panic" option that can be specified to the "create" method (which sets ctable->share_panic), however it does not seem to be honored in all of...

Actually, it looks the argument parsing for the "panic" option was just bad. It was misinterpreting the return value from strcmp(). I committed a change to fix that obvious error,...

My new "cpp" branch of speedtables is C++ and uses boost :)

Is this what the multiterp branch intends to fix? https://github.com/flightaware/speedtables/tree/multiterp

Boost supports relative pointers in shared-memory regions using the offset_ptr template: http://www.boost.org/doc/libs/1_51_0/doc/html/interprocess/offset_ptr.html Although it still incurs a performance penalty, it might be worth investigating. The 64-bit address space does potentially...

This should probably only be done if they are out of date only because of changes in the ctable package. If the shared library is older than the user's table...

currently waiting for FreeBSD ports to be updated to boost 1.54 first. I've contacted the ports maintainer and he said: "I'm exp-running to make sure it doesn't break a port...