log TOOLS/fastmemcpybench.c @ 36660:7fd255e0db1b

age author description
Tue, 19 Mar 2013 16:50:27 +0000 diego Move headers only required for the MGA code below MGA ifdef.
Sun, 17 Mar 2013 22:47:31 +0000 diego Avoid usage of obsolete and BSD-specific "struct timezone".
Sat, 30 Jan 2010 13:35:03 +0000 diego Add standard license header to C tools missing them.
Thu, 12 Mar 2009 11:55:26 +0000 diego Replace duplicated code by a macro.
Tue, 10 Mar 2009 10:05:09 +0000 diego Fix and restructure fastmemcpybench. It is now one binary that runs all
Mon, 09 Mar 2009 12:59:14 +0000 reimar Make fastmemcpybench almost working - only thing missing is a way to
Mon, 09 Mar 2009 11:32:43 +0000 diego comment/output cosmetics
Mon, 09 Mar 2009 11:28:31 +0000 diego whitespace cosmetics:
Sun, 08 Mar 2009 15:20:14 +0000 michael Revert
Mon, 05 Jan 2009 14:48:03 +0000 diego Add missing 'void' keyword to parameterless function declarations.
Thu, 16 Oct 2008 20:17:56 +0000 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Sat, 02 Aug 2008 17:38:11 +0000 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
Wed, 30 Apr 2008 13:53:40 +0000 diego Mark all functions that are only used within the file as static.