yapf/yapf_costcache.hpp
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Sat, 18 Nov 2006 19:20:47 +0000 KUDr (svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron)
Tue, 14 Nov 2006 13:42:50 +0000 KUDr (svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
Fri, 03 Nov 2006 01:18:40 +0000 Darkvater (svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Thu, 17 Aug 2006 20:22:35 +0000 rubidium (svn r5934) -Cleanup: forgot some conversions to Year and to Date
Mon, 29 May 2006 18:39:42 +0000 KUDr (svn r5018) [YAPF] Added some comments to YAPF implementation.
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.