1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove dependency on Sweet Persist to serialize dependency graph More... over 8 years ago
Push filter function before resuming in `Scheduler::output()` More... over 8 years ago
Remove unused functions to persist `TargetPrototype` relationships More... over 8 years ago
Remove last remaining includes and uses of Sweet Lua More... over 8 years ago
Completely remove use of Sweet Lua library More... over 8 years ago
Remove calls to recover and update Lua bindings from Target::recover() More... over 8 years ago
Use Luaxx API to create and interact with Target objects More... over 8 years ago
Remove unused `lua_push()` and `lua_to()` functions for `std::time_t` More... over 8 years ago
Remove use of Sweet Lua to make calls into Lua from Scheduler More... over 8 years ago
Stop pooling Context objects in Scheduler by always recreating them More... over 8 years ago
Remove some unused includes of <sweet/lua/lua_functions.hpp> More... over 8 years ago
Remove unused functions to execute Lua script from a string More... over 8 years ago
Remove use of Sweet Lua from LuaTarget More... over 8 years ago
Remove assorted unused forward declarations and using declarations More... over 8 years ago
Remove use of Sweet Lua from LuaTargetPrototype More... over 8 years ago
Use luaL_ref() and luaL_unref() in place of LuaValue in postorder More... over 8 years ago
Use build tool defined Filter in place of LuaValue for filter functions More... over 8 years ago
Use luaL_ref() in place of LuaValue in Arguments More... over 8 years ago
Use Luaxx API to create and interact with the LuaTargetPrototype object More... over 8 years ago
Use the Luaxx API to create and interact with the LuaBuildTool object. More... over 8 years ago
Remove unused `build.TargetPrototype()` calls that accept a table as their parameter. More... over 8 years ago
Use simplified Lua binding API in LuaTargetPrototype. More... over 8 years ago
Use simplified Lua binding API in LuaTarget. More... over 8 years ago
Remove unused forward declaration of Pattern. More... over 8 years ago
Remove remaining uses of LuaConverter from LuaTarget. More... over 8 years ago
Use more lua_to_object() and lua_push_object() in LuaGraph. More... over 8 years ago
Register LuaTarget Lua API functions using luaL_setfuncs(). More... over 8 years ago
Use raw Lua API in LuaTarget. More... over 8 years ago
Use lua_to_object() instead of LuaConverter<> in LuaSystem. More... over 8 years ago
Use lua_to_object() instead of LuaConverter<> in LuaGraph. More... over 8 years ago