1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleted old version of MIT license More... over 9 years ago
Added explicit MIT license More... over 9 years ago
Gitignore is not needed anymore More... over 14 years ago
Test files only maintained in dev branch More... over 14 years ago
Converted to LF More... over 14 years ago
Tested for previous inclusion of lua.h More... over 14 years ago
Merge branch 'master' of github.com:prapin/LuaClassBasedCall More... almost 15 years ago
Parametrized LuaT to specify the type of exceptions More... almost 15 years ago
Corrected error handling in DoCall More... almost 15 years ago
Corrected warning on Linux More... almost 15 years ago
Output for Qt time and string classes More... almost 15 years ago
Input for Qt time and string classes More... almost 15 years ago
Fixed merge More... almost 15 years ago
Support of QString in File and Global. Grouped Qt conditionned code at the end. Corrected ECall. More... almost 15 years ago
QString now OK as code snippet and returned error More... almost 15 years ago
Introduced VCall in order to avoid template specialization problem in LuaT<>. Updated documentation. More... almost 15 years ago
Add helper Registry class enabling reading or writing to Lua registry More... almost 15 years ago
Merged with master More... almost 15 years ago
Ignoring MSVC symbols More... almost 15 years ago
Added Script constructors with a second name argument. Remove memoization for File. More... almost 15 years ago
Added Script constructors with a second name argument. Remove memoization for File. More... almost 15 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 15 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 15 years ago
Begin support of Qt. First, try to have QString as scripts More... almost 15 years ago
Missing inline's More... almost 15 years ago
Used for Lua* classes the same pattern as Error* classes: LuaT<>, LuaW, LuaA and UNICODE variant Lua More... almost 15 years ago
TiXmlDocument arguments are accepted as references for input and output. Tested TinyXML. More... almost 15 years ago
TinyXml output essentially functional More... almost 15 years ago
TinyXml input is now complete. More... almost 15 years ago
Begun XML input More... almost 15 years ago