0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Jun 18, 2025 — Jun 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove defunct Thread class More... about 11 years ago
Remove unneeded this-> More... about 11 years ago
ScriptInterpTCL: Use std::move() to steal the oldval More... about 11 years ago
ScriptInterpTCL: Add a constructor for trace_ptr_data More... about 11 years ago
Add and use std::make_unique<> More... about 11 years ago
ScriptInterpTCL: Make ScriptCommandHandlerBase use std::unique_ptr More... about 11 years ago
ScriptInterp::script_cmd_handler_clientdata should not be public More... about 11 years ago
ScriptInterp[TCL]: Make ScriptCaller a shared_ptr by use of ScriptCallbackerPtr typedef More... about 11 years ago
ScriptInterpTCL: Use references for c_to_tcl_casts More... about 11 years ago
ScriptInterpTCL: Handle deleting unknown commands More... about 11 years ago
Use std::unordered_map for this test More... about 11 years ago
ScriptInterpTCL: Use std::unordered_map for CmdHandlerData More... about 11 years ago
String: Optimize ==/!= by checking length first. More... about 11 years ago
Remove dead code More... about 11 years ago
Use BDLIB_NS More... about 11 years ago
Use std::hash rather than bd::Hash More... about 11 years ago
ScriptInterpTCL: Use std::unordered_map for link_var_hooks More... about 11 years ago
ScriptInterpTCL: Use std::unordered_map/std::unique_ptr for trace_ptrs More... about 11 years ago
GCC did not like this-> here More... about 11 years ago
ScriptInterpTCL: Fix not clearing link_var_hooks on destruct More... about 11 years ago
ScriptInterpTCL: Handle linked pointers properly with memmove(3) and NUL-terminate strings. More... about 11 years ago
ScriptInterpTCL: link_var_hooks should not be public. More... about 11 years ago
ScriptInterpTCL: All of the main trace methods can be private. More... about 11 years ago
ScriptInterpTCL: Remove the need to define tcl_traceGet() for each type More... about 11 years ago
ScriptInterpTCL: Remove the need to define tcl_traceSet() for each type More... about 11 years ago
Rename ScriptCallback* to ScriptCommandHandler* More... about 11 years ago
ScriptInterpTCL: Attempt to inline some trivial functions More... about 11 years ago
ScriptInterpTCL: Add missing support for casting [const] char* More... about 11 years ago
ScriptInterpTCP: Add casts for [unsigned] char More... about 11 years ago
ScriptInterpTCP: Add missing uint32/64 casts More... about 11 years ago