Thomas Fjellstrom

Results 51 comments of Thomas Fjellstrom

One important thing to note, my recent work will likely cause everyone's forks to break if you have modifications in the core that touch LuaGlueClass and LuaGlueObject. It's a massive...

Can you explain why `snprintf(buff, sizeof(buff), "LUA_TNONE");` is expected to fail? I only test directly on 64bit linux, and it works fine there. (you can argue about snprintf not being...

Ok, so ms still hasn't fixed the _ prepended posix api bugs yet, sigh. As for the template support, it used to work, so I'm not sure what is up...

I've been following a blog post from MS's VS team, about snapshots, where they release work in progress versions of the compiler ahead of actual VS releases. If it's possible...

Oh god, its conflicting against my stack:: and std::stack, and I see a "in class initializer" error that should be easily fixable.. "should". but that might cause some duplicate symbol...

yeah, the stack problem isn't a real problem. rename, or namespace. but really, if gcc and clang can do it, so can msvc, but they choose not to? Really, they...

Multiplatform development can sure be challenging, but I haven't guaranteed support for MSVC due to its lack of support for full C++11. I'd like to support it if possible, but...

Does the android ndk support C++11? Also I can't imagine why it doesn't support an underscore on template parameter names.... it's a pretty common thing. I'll look into it.

I think that is incredibly strange. what version of gcc does it use? I really don't want to support gcc prior to 4.8. 4.7 and before are buggy and incomplete...