Josh Simmons
Josh Simmons
``` gcc -shared -fPIC -DPIC -Wl,-rpath -Wl,/home/josh/projects/ratchet/src/.libs ./.libs/libratchet.so -lzmq -levent -O2 -Wl,-soname -Wl,ratchet.so -o .libs/ratchet.so ``` Which is not exactly useful. :)
This needs to be implemented, and I wanted to check out this issue tracker
We have some documentation in the code, but nothing external and complete.
Especially worrisome for the config stuff.
totally just check out your code and re-indent everything because there were annoying mixed tabs and spaces. Also warnings. Also it doesn't actually compile but I haven't fixed that yet...
If I'm not mistaken the sample http://jakobovrum.github.com/LuaCpp/config_8cpp-example.html is technically broken. const char\* bar; c.bar = t["bar"]; This will invoke the char \* conversion which does not imply a copy, and...
stb_rect_pack was producing different results on different platforms due to differing qsort implementations. This change uses the existing `was_packed` field to make the sort stable.