Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | Remove: performance measurements in YAPF | Patric Stout | |
YAPF was constantly measuring its performance, but only at certain debug-levels this information was shown. Now after years, I sincerely wonder if anyone still knows about this feature and who still use it. Especially with the new framerate window, this detailed performance is not as meaningful anymore as it once was. | |||
2021-04-30 | Cleanup: remove weird left-over comment in yapf.hpp | Patric Stout | |
2021-04-04 | Cleanup: Delete remaining Blob code | Charles Pigott | |
2021-04-04 | Codechange: Replace CStrA with std::string | Charles Pigott | |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2013-07-14 | (svn r25608) -Codechange: make EndSegmentReasonBits available in yapf_base.hpp | rubidium | |
2011-12-20 | (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the ↵ | truebrain | |
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) | |||
2010-12-22 | (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. | alberth | |
2010-08-12 | (svn r20475) -Fix (r20474): also remove the include of crc32.hpp | yexo | |
2009-12-07 | (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code | rubidium | |
2009-12-01 | (svn r18367) -Codechange: unify the ship pathfinder 'calls' | rubidium | |
2009-12-01 | (svn r18364) -Codechange: move the pathfinders and their related files into ↵ | rubidium | |
a separate directory |