Mercurial > hg > openttd
log src/misc/binaryheap.hpp @ 10957:132f9d86265b draft
age | author | description |
---|---|---|
Fri, 30 Jan 2009 17:54:48 +0000 | smatz | (svn r15296) -Cleanup: remove redundant _MSC_VER >= 1400 checks, older versions aren't supported anymore. One check in stdafx.h is enough draft |
Sat, 10 Jan 2009 00:31:47 +0000 | rubidium | (svn r14949) -Cleanup: pointer coding style draft |
Wed, 20 Aug 2008 01:38:12 +0000 | belugas | (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. draft |
Tue, 06 May 2008 15:11:33 +0000 | rubidium | (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. draft |
Tue, 17 Apr 2007 20:23:13 +0000 | belugas | (svn r9662) -Documentation: Doxygen corrections and @file omissions draft |
Sat, 13 Jan 2007 13:33:36 +0000 | KUDr | (svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere. draft |