0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jun 16, 2025 — Jun 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make UnitRunner verbose when V is set More... about 11 years ago
Travis: Install cppunit to /usr More... about 11 years ago
Travis: Try to fix integration with coveralls.io More... about 11 years ago
Travis: Must build cppunit for clang/libc++ due to ABI differences More... about 11 years ago
Clang may not be installed as clang++-3.4 More... about 11 years ago
No need for cd here More... about 11 years ago
No need for cd here More... about 11 years ago
Travis: Don't skip setting of stdlib for clang More... about 11 years ago
Travis: Copy libc++.so.1.0 properly More... about 11 years ago
Travis: Stop changing directory More... about 11 years ago
Travis: Use a hammer and build libc++ from SVN. More... about 11 years ago
Travis: Set CPPFLAGS=-D_FORTIFY_SOURCE More... about 11 years ago
Travis: Try to build with libc++ when using clang. More... about 11 years ago
Make libc++ happier about specialiing hash<Array<T>> More... about 11 years ago
HashTable.o not needed More... about 11 years ago
Remove more pointless object files More... about 11 years ago
No need to make the hasher typedef public More... about 11 years ago
No need for empty Array.o More... about 11 years ago
Avoid some TCL leaks in tests. More... about 11 years ago
ScriptInterpTCL: Fix commands not being deregistered when interp is destructed More... about 11 years ago
Remove more useless classes More... about 11 years ago
Adapt HashTable to just use std::unordered_map until consumers are updated. More... about 11 years ago
ScriptInterpTCL: Use std::shared_ptr for script_cmd_handler_clientdata which fixes a known memory leak. More... about 11 years ago
GCC pointed out that const was redundant here More... about 11 years ago
ScriptInterpTCL: Initialize trace_ptrs in constructor More... about 11 years ago
Disallow copying of some internal structs More... about 11 years ago
Remove useless classes. STL covers them. More... about 11 years ago
Array: Optimize operator== by comparing size first More... about 11 years ago
Fix improper move constructors More... about 11 years ago
ScriptInterpTCL: Really fix saving 'oldval' for link_var_hooks when using char*. More... about 11 years ago