1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleted old version of MIT license More... over 8 years ago
Added explicit MIT license More... over 8 years ago
Gitignore is not needed anymore More... about 13 years ago
Test files only maintained in dev branch More... about 13 years ago
Converted to LF More... about 13 years ago
Tested for previous inclusion of lua.h More... over 13 years ago
Merge branch 'master' of github.com:prapin/LuaClassBasedCall More... over 13 years ago
Parametrized LuaT to specify the type of exceptions More... over 13 years ago
Corrected error handling in DoCall More... over 13 years ago
Corrected warning on Linux More... over 13 years ago
Output for Qt time and string classes More... almost 14 years ago
Input for Qt time and string classes More... almost 14 years ago
Fixed merge More... almost 14 years ago
Support of QString in File and Global. Grouped Qt conditionned code at the end. Corrected ECall. More... almost 14 years ago
QString now OK as code snippet and returned error More... almost 14 years ago
Introduced VCall in order to avoid template specialization problem in LuaT<>. Updated documentation. More... almost 14 years ago
Add helper Registry class enabling reading or writing to Lua registry More... almost 14 years ago
Merged with master More... almost 14 years ago
Ignoring MSVC symbols More... almost 14 years ago
Added Script constructors with a second name argument. Remove memoization for File. More... almost 14 years ago
Added Script constructors with a second name argument. Remove memoization for File. More... almost 14 years ago
In call, corrected memoization of snippets, et bypass it if the key is nil or false. Assured that the stack is flushed before calling Lua. More... almost 14 years ago
In LuaT<C> and ErrorT<C>, changed the meaning of C. Go from 'char' to 'const char*' for example. So QString or CString can be supported. More... almost 14 years ago
Begin support of Qt. First, try to have QString as scripts More... almost 14 years ago
Missing inline's More... almost 14 years ago
Used for Lua* classes the same pattern as Error* classes: LuaT<>, LuaW, LuaA and UNICODE variant Lua More... almost 14 years ago
TiXmlDocument arguments are accepted as references for input and output. Tested TinyXML. More... almost 14 years ago
TinyXml output essentially functional More... almost 14 years ago
TinyXml input is now complete. More... almost 14 years ago
Begun XML input More... almost 14 years ago