summaryrefslogtreecommitdiff
path: root/yapf/fixedsizearray.hpp
AgeCommit message (Collapse)Author
2006-11-18(svn r7210) -CodeChange: [YAPF] the global cache object is now not ↵KUDr
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)
2006-11-14(svn r7146) -CodeChange: ST_CONST macro removed as it is no longer needed (Tron)KUDr
2006-11-14(svn r7145) Remove extra semicolonstron
2006-10-28(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There ↵tron
is a difference between const FOO* and FOO* const)
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines ↵rubidium
more uniform. -Cleanup: whitespace alignment of a few tables.
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous ↵KUDr
support and users for testing.