src/driver.h
Tue, 24 Jun 2008 09:15:45 +0000 smatz (svn r13619) -Codechange: use 'const char *' instead of std::string for blitter and driver names
Wed, 11 Jun 2008 12:46:28 +0000 smatz (svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB)
Fri, 16 May 2008 21:32:10 +0000 glx (svn r13126) -Fix (r13022) [FS#2009, FS#2010]: driver list should be dynamically allocated as static uninitialistion order is undetermined. The list is freed when the latest driver is removed.
Thu, 08 May 2008 23:26:17 +0000 smatz (svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one
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.
Sun, 06 Apr 2008 16:49:02 +0000 smatz (svn r12594) -Codechange: move large functions from driver.h to driver.cpp to reduce binary size and compile time
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
Fri, 21 Dec 2007 08:34:53 +0000 rubidium (svn r11673) -Codechange: move the overflow safe type to a separate file.
Sun, 09 Dec 2007 21:20:21 +0000 glx (svn r11611) -Codechange: it is now possible to use a define to enable asserts and show them in crash.log for MSVC release builds
Tue, 24 Jul 2007 17:01:23 +0000 rubidium (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
Sat, 14 Jul 2007 20:21:02 +0000 truelight (svn r10561) -Fix: don't give 'unused variable' warnings when disabling asserts
Sat, 07 Jul 2007 20:31:23 +0000 peter1138 (svn r10471) -Codechange: implement driver probing priority so that 'preferred' drivers are loaded first
Thu, 05 Jul 2007 12:23:54 +0000 peter1138 (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
Fri, 23 Feb 2007 18:55:07 +0000 belugas (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: