summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/LogManager.cpp
AgeCommit message (Expand)Author
2013-04-24Merge branch 'master' into wii-networkMatthew Parlane
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-11Merge branch 'master' into wii-networkMatthew Parlane
2013-03-27Fix a slight leak in LogManager.Lioncash
2013-03-27Merge branch 'master' into wii-networkskidau
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-28Open std::fstream in a unicode-safe manner.Jordan Woyak
2013-02-26ARM Support without GLSLRyan Houdek
2013-01-11Merge branch 'wii-usb' into temp merge branchMatthew Parlane
2013-01-08Merge branch 'gdbstub' into wii-networkMatthew Parlane
2013-01-06Started gdb stub support.Matthew Parlane
2013-01-04Add generate id support.Matthew Parlane
2012-04-04Implemented /dev/usb/hid as libusb, but this will not work on mac. Code start...Matthew Parlane
2012-01-07added an option to log to the attached Windows debugger (so e.g. NOTICE_LOG m...nitsuja
2011-04-01Use mutexes in LogManager to make it threadsafe, as suggested by beistin's pa...Jordan Woyak
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-11Remove the need for the less than standard strnlen()/strndup().Soren Jorvang
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-22Build Speaker.cpp.Soren Jorvang
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2010-12-27Core/DSPCore: Improve Interpreter address register add/sub, convert topierre
2010-12-14Revert back to LogTypes. Fixes issue 3668.Glenn Rice
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-11-13Simplify GenericLog() for C/C++.Soren Jorvang
2010-07-16Allow C code to use the Dolphin log manager so that Wiiuse text outputSoren Jorvang
2010-05-29Changed both video plugins to save PNG screenshots. Made GCPad New default in...Jordan Woyak
2010-05-28Improve iterator usage.Jordan Woyak
2010-04-10JIT single steppingskidau
2010-03-18Did some clean up of the GUI main. Also, parse command line options first, t...Glenn Rice
2010-02-16Fixed a few memory leaks. Made Init and Shutdown functions for some core syst...donkopunchstania
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2010-01-19JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin...hrydgard
2010-01-03Adding line and file name to the log.nakeee
2009-10-06Add ability to use Reset (reset button interrupt, still figuring out the othe...Shawn Hoffman
2009-09-15normalize wiimote logging: no more crazy newlines, plugin logs to...wiimote p...Shawn Hoffman
2009-09-03GUI: Added file monitor logJohn Peterson
2009-08-31Some code cleanup, disabled listchilren as it seems to move Pods where nakeee
2009-08-15NETPLAY : display game name correctly in gui , added netplay to logmanager (n...daco65
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-18Add log for MEMCARD_MANAGER (requires an almost complete rebuild :( sorry)LPFaint99
2009-07-12Rearrange LogManager includes. The main purpose is to make it possible to mod...Nolan Check
2009-07-07Various changes: Fixed linux build, added some zelda ucode RE, added HLE mail...XTra.KrazzY
2009-06-09Debugging: Added 'insert nop' to menu, added 'show history' code for interpre...John Peterson
2009-05-04give serial port 1 it's own logShawn Hoffman
2009-05-01DSPSpy: Hide loop stack registers - they aren't relevant for most investigati...hrydgard
2009-04-24get rid of annoying extra null byte at the end of log lines written to file.Shawn Hoffman
2009-04-19give /dev/stm it's own logShawn Hoffman
2009-04-06Added separate log for DSP LLE.XTra.KrazzY