You can subscribe to this list here.
2001 |
Jan
(23) |
Feb
(28) |
Mar
(27) |
Apr
(12) |
May
(16) |
Jun
(43) |
Jul
(96) |
Aug
(4) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(35) |
Feb
(13) |
Mar
(37) |
Apr
(18) |
May
(30) |
Jun
(7) |
Jul
(7) |
Aug
|
Sep
(39) |
Oct
(34) |
Nov
(11) |
Dec
(8) |
2003 |
Jan
(11) |
Feb
(2) |
Mar
(68) |
Apr
(15) |
May
(16) |
Jun
(9) |
Jul
(4) |
Aug
(22) |
Sep
(56) |
Oct
(58) |
Nov
(88) |
Dec
(71) |
2004 |
Jan
(137) |
Feb
(39) |
Mar
|
Apr
(27) |
May
(89) |
Jun
(78) |
Jul
(28) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(98) |
Dec
(69) |
2005 |
Jan
(57) |
Feb
(21) |
Mar
(76) |
Apr
(12) |
May
(28) |
Jun
(89) |
Jul
(53) |
Aug
(7) |
Sep
(5) |
Oct
(3) |
Nov
(69) |
Dec
(39) |
2006 |
Jan
(57) |
Feb
(19) |
Mar
(19) |
Apr
(45) |
May
(85) |
Jun
|
Jul
(75) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
(54) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(31) |
Jul
(19) |
Aug
(1) |
Sep
|
Oct
|
Nov
(7) |
Dec
(13) |
2008 |
Jan
(63) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
(8) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(1) |
Feb
(10) |
Mar
(6) |
Apr
(6) |
May
|
Jun
|
Jul
(16) |
Aug
(59) |
Sep
(6) |
Oct
(5) |
Nov
(9) |
Dec
|
2010 |
Jan
|
Feb
(9) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
(3) |
Oct
(11) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(39) |
2012 |
Jan
(21) |
Feb
(3) |
Mar
(10) |
Apr
(16) |
May
|
Jun
(14) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: CVS <do...@th...> - 2003-03-21 12:23:40
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: 1_prepare_files.sh Log Message: Generate some icons used by Interface from OS X's login panel |
From: CVS <do...@th...> - 2003-03-21 12:04:51
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: PrefsEditor.mm Log Message: Removed any OpenGL stuff |
From: CVS <do...@th...> - 2003-03-21 11:47:12
|
Update of /cvs/BasiliskII/src/MacOSX/English.lproj Added Files: Collapsed.tiff Expanded.tiff classes.nib info.nib objects.nib Log Message: Some Interface Builder files that somehow weren't checked in? |
From: CVS <do...@th...> - 2003-03-21 10:08:11
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: ToDo.html Versions.html Log Message: New version, removed a few things from ToDo list |
From: CVS <do...@th...> - 2003-03-21 09:14:55
|
Update of /cvs/BasiliskII Modified Files: README Log Message: Removed OpenGL relerences, updated description of windowed mode |
From: CVS <do...@th...> - 2003-03-21 07:05:44
|
Update of /cvs/BasiliskII/src/MacOSX Added Files: sys_darwin.cpp Log Message: Darwin-specific CD code. |
From: CVS <do...@th...> - 2003-03-21 07:03:22
|
Update of /cvs/BasiliskII/src/Unix Modified Files: sys_unix.cpp Log Message: Darwin-specific prefs and initial CD code. Since some of the CD code is just too weird to include here, I just call extern functions which I currently implement in a file sys_darwin.cpp |
From: CVS <do...@th...> - 2003-03-21 06:44:30
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: PrefsEditor.mm Log Message: When using CGIMAGEREF drawing strategy, allow any bit depth |
From: CVS <do...@th...> - 2003-03-21 06:41:21
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: EmulatorView.h EmulatorView.mm Log Message: Allow snapshot of window, no matter what the drawing strategy. Mention drawing strategy in benchmark results |
From: CVS <do...@th...> - 2003-03-21 06:29:45
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: video_macosx.mm Log Message: Now supports all bit depth when in windowed mode (but only when using CGIMAGEREF drawing strategy) |
From: CVS <do...@th...> - 2003-03-21 06:14:39
|
Update of /cvs/BasiliskII/src/MacOSX Modified Files: video_macosx.h Log Message: Use CGIMAGEREF as drawing strategy, and update comments explaining why |
From: CVS <do...@th...> - 2003-03-20 13:50:07
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.cpp Log Message: Detect x86-64 |
From: CVS <do...@th...> - 2003-03-19 17:06:40
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Optimize TEST[BWLQ]ir case where dest register is %rax Add JCCSii and JCCii which directly takes the displacement value to encode |
From: CVS <do...@th...> - 2003-03-19 17:05:20
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.cpp Log Message: Emulate CMOV in the new code generator for processors that don't support this intruction |
From: CVS <do...@th...> - 2003-03-19 16:33:09
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.cpp Log Message: Add missing wrappers of the new runtime-assembler primitives |
From: CVS <do...@th...> - 2003-03-19 16:28:40
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: compemu_support.cpp Log Message: Add facility to filter out some opcodes from the compfunctbl[] et al. |
From: CVS <do...@th...> - 2003-03-19 16:25:32
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Fix MOVBrr |
From: CVS <do...@th...> - 2003-03-19 11:34:29
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Fix 0(%rbp,<reg>,1) operand encoding |
From: CVS <do...@th...> - 2003-03-18 17:26:55
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.cpp Log Message: Add new backend, disabled for until it's proofread and fully functional Remove obsolete string-related instructions |
From: CVS <do...@th...> - 2003-03-18 17:02:01
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Add sign/zero-extend instructions |
From: CVS <do...@th...> - 2003-03-18 16:28:43
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Fix _REXBmr(). Add CPUID. Some C++ compiler fixes. Make x86_emit_failure() be void, and let x86_emit_failure0() be an int expression instead. |
From: CVS <do...@th...> - 2003-03-18 13:13:14
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Add CMOV and BSF/BSR instructions |
From: CVS <do...@th...> - 2003-03-18 10:08:33
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Handle absolute and RIP addressing modes in x86-64 |
From: CVS <do...@th...> - 2003-03-17 22:38:13
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.cpp Log Message: clobber "cc" for flags, not "flags". Thanks Milan for noticing it. |
From: CVS <do...@th...> - 2003-03-17 17:18:44
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: codegen_x86.h Log Message: Add some SSE/SSE2 instructions |