9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 6 months ago.
Nov 16, 2022 — Nov 16, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid Doxygen confusion. More... almost 21 years ago
fstream is not actually used, ostream is. More... almost 21 years ago
added missing file More... almost 21 years ago
Added missing ";". And some cleanup. More... almost 21 years ago
Added support for precompiled headers. Works fine for single compiles, but dependency files are broken so incremental compiles do not work well. More... almost 21 years ago
Moved tables to .cc file; they do not belong in a header. More... almost 21 years ago
fix more mem leaks More... almost 21 years ago
Z80Dasm.h was not really a header, replaced it by Dasm.hh and Dasm.cc. Also fixed some errors when compiling in debug mode. More... almost 21 years ago
Moved "_CPU_" and "ResumeFunc" macro redefinitions to .cc files. Changed CLOCK_FREQ into a const. More... almost 21 years ago
Put all openMSX code in namespace "openmsx". More... almost 21 years ago
fix mem leaks More... almost 21 years ago
SDL_Surface is a struct, not a class. Removed unused struct declaration tColorY. Moved struct declaration tColorRGBA to implementation file and renamed to ColorRGBA. More... almost 21 years ago
fix warning More... almost 21 years ago
Moved "#include" and "using" lines to the top of the file. Preparation for "openmsx" namespace. More... almost 21 years ago
Make "vramdump" command always available, not only in debug builds, because it has more uses that debugging openMSX. More... almost 21 years ago
Moved class declarations below includes. Preparation for "openmsx" namespace. More... almost 21 years ago
Added audio input pluggable/connector for turbor PCM More... almost 21 years ago
Configuration for development. More... almost 21 years ago
*** empty log message *** More... almost 21 years ago
fixed FileContext mem leak More... almost 21 years ago
Corrected double-include guard; it used to have one underscore too many, causing problems when using precompiled headers. More... almost 21 years ago
Obsolete because "--disable-music" configure option no longer exists. More... almost 21 years ago
GCC 3.4-pre evaluates the expression in the assert to true, so there is no point in keeping it. More... almost 21 years ago
delete More... almost 21 years ago
Obsolete according to tcm1998. More... almost 21 years ago
GCC 3.4-pre compile fixes: explicitly mention supertype. Also changed "<class T"> into "<typename T>". More... almost 21 years ago
Added missing include. More... almost 21 years ago
Fix for GCC 3.4-pre compilation. I'm not sure whether this was our bug or GCC's, but the new code is more clear anyway. More... almost 21 years ago
another FDC_DirAsDSK fix, seems to work now More... almost 21 years ago
a few FDC_DirAsDSK fixes More... almost 21 years ago