| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-16 | WFS: Use a separate log type for WFS related logs | Léo Lam | |
| Makes it easier to turn off general IOS messages that can be distracting (e.g. /dev/net/ssl being opened hundreds of time...) without losing the ability to view WFS messages. | |||
| 2017-07-27 | LogManager: remove stand-alone semicolon | ligfx | |
| My bad! | |||
| 2017-07-09 | LogManager: use layered config | Michael Maltese | |
| 2017-07-09 | remove commented-out FileLogListener::GetName | Michael Maltese | |
| 2017-07-07 | LogManager: add SaveSettings | Michael Maltese | |
| 2017-07-07 | LogManager: make LogContainer a POD and don't allocate | Michael Maltese | |
| 2017-07-07 | LogManager: remove per-container listeners | Michael Maltese | |
| 2017-07-07 | LogManager: remove per-container verbosities | Michael Maltese | |
| 2017-07-07 | LogManager: clean up header | Michael Maltese | |
| 2017-06-17 | LogManager: Check if listener is valid before using it | Léo Lam | |
| 2017-06-17 | Logging: Remove duplicated code | Léo Lam | |
| 2017-06-17 | Logging: Move verbosity setting code to LogManager | Léo Lam | |
| No clue why it was in DolphinWX. | |||
| 2017-06-15 | Add a namespace to OpenFStream | JosJuice | |
| For consistency with the other functions in FileUtil.h. | |||
| 2017-05-27 | Add CubebUtils namespace and hook up cubeb logging | Michael Maltese | |
| 2017-03-05 | Logging: Add CORE type | Léo Lam | |
| 2017-02-05 | IOS: Re-implement USB_HIDv4 (/dev/usb/hid) | Léo Lam | |
| This reimplements the USB HID v4 IOS device using the new common USB code (to reuse more code and allow emulated HIDs to be added more easily in the future). The main difference is that HIDs now have to be whitelisted, like every other USB device for OH0 and VEN. | |||
| 2017-01-20 | IOS: Move out common USB structures | Léo Lam | |
| Some structures will be reused and shared between several IOS USB device implementations. This prepares for the upcoming USB PR. I've also removed GetPointer calls in the trivial case (BT passthrough) | |||
| 2017-01-18 | Update log types names from IPC_HLE to IOS | Léo Lam | |
| For consistency with the other changes. WII_IPC_DVD was changed to IOS_DI, as this describes what the log type is used for in a more specific way. | |||
| 2016-10-04 | Reduces the the filename of logs | aldelaro5 | |
| Using cmake and GCC, logs would contain the full file path when logging making logs lines unnecessarily long. This is solved by just removing anything before "/Source/Core/" (where / is whatever your OS uses to separated directory). | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2016-01-21 | A few more asterisks, mostly casts | mathieui | |
| 2016-01-21 | Common: asterisks go against the type name | mathieui | |
| not the variable name | |||
| 2015-10-04 | LogManager: Move android logcat code into the proper place. | Scott Mansell | |
| 2015-10-04 | LogManager: replace set of LogListener pointers with bitset. | Scott Mansell | |
| Mostly so we can iterate over which LogListeners are enabled without having to aquire a lock. | |||
| 2015-09-10 | Remove unused log type. | Scott Mansell | |
| 2015-09-10 | Rearrange the logtypes into something closer to alphabetical order. | Scott Mansell | |
| Also fix up a few of the long names. | |||
| 2015-09-10 | Split OpenGL errors into a separate logtype from Video errors. | Scott Mansell | |
| Allows them to be enabled/disabled separately. | |||
| 2015-05-28 | Honor logging settings at startup | JosJuice | |
| https://code.google.com/p/dolphin-emu/issues/detail?id=7959 | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-03-15 | [windows] Remove ConsoleListener, which was not actually used. | Shawn Hoffman | |
| Replace it with the DebuggerLogListener. | |||
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2014-11-05 | Host: Kill off Host_SysMessage | Lioncash | |
| Equivalent facilities already exist. | |||
| 2014-09-03 | Read the config file before enabling logs. | Rachel Bryk | |
| 2014-06-25 | Centralize the logging code into its own folder in Common. | Lioncash | |
