Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
|
mathieui
|
4b06e92731
|
A few more asterisks, mostly casts
|
2016-01-21 22:20:22 +01:00 |
|
mathieui
|
3e283ea9f1
|
More asterisks
|
2016-01-21 21:16:51 +01:00 |
|
mathieui
|
78aa398e7c
|
Common: asterisks go against the type name
not the variable name
|
2016-01-21 20:46:25 +01:00 |
|
Scott Mansell
|
a759883ae5
|
Merge pull request #3126 from phire/remove-logging-lock
Refactor logging code to get rid of a mutex.
|
2015-12-03 13:32:07 +13:00 |
|
Scott Mansell
|
f84577b90b
|
LogManager: Move android logcat code into the proper place.
|
2015-10-04 02:18:06 +13:00 |
|
Scott Mansell
|
5f8a67250f
|
Bitset: Make bool() operator explicit.
|
2015-10-04 01:37:32 +13:00 |
|
Scott Mansell
|
18142eddb4
|
LogManager: Remove unused define.
|
2015-10-04 00:38:47 +13:00 |
|
Scott Mansell
|
6153424b8c
|
LogManager: replace set of LogListener pointers with bitset.
Mostly so we can iterate over which LogListeners are enabled without
having to aquire a lock.
|
2015-10-04 00:38:34 +13:00 |
|
Rohit Nirmal
|
3b75f45cf6
|
Fix building with PCH disabled.
|
2015-09-28 11:51:08 -05:00 |
|
Lioncash
|
cc036ca86c
|
Common: Remove other Common prefixed headers from Common.h
|
2015-09-26 18:51:58 -04:00 |
|
Lioncash
|
19ac565e0d
|
Common: Move asserts to their own header
|
2015-09-26 18:51:27 -04:00 |
|
Lioncash
|
1d42db2439
|
Common: Move NonCopyable to its own header
|
2015-09-26 18:50:35 -04:00 |
|
Scott Mansell
|
ef4974b6a2
|
Remove unused log type.
|
2015-09-10 18:39:32 +12:00 |
|
Scott Mansell
|
0ed1e977cc
|
Rearrange the logtypes into something closer to alphabetical order.
Also fix up a few of the long names.
|
2015-09-10 18:39:08 +12:00 |
|
Scott Mansell
|
de9310fe70
|
Split OpenGL errors into a separate logtype from Video errors.
Allows them to be enabled/disabled separately.
|
2015-09-10 18:38:45 +12:00 |
|
Rohit Nirmal
|
8aed7589ae
|
Fix building with PCH disabled.
|
2015-09-04 10:34:45 -05:00 |
|
Rohit Nirmal
|
c38ae5236e
|
Fix building with PCH disabled.
|
2015-07-08 13:52:43 -05:00 |
|
Tillmann Karras
|
a725c06425
|
Logging: trigger _assert_() in release builds
|
2015-06-24 15:16:55 +02:00 |
|
Tillmann Karras
|
5b23182793
|
Common: drop GEKKO define
Afaict, it was used to build parts of Dolphin with DSPSpy, but that's
been broken forever, so lets clean up a little bit.
|
2015-06-24 12:13:41 +02:00 |
|
JosJuice
|
6fb8ce58d6
|
Honor logging settings at startup
https://code.google.com/p/dolphin-emu/issues/detail?id=7959
|
2015-05-28 09:28:23 +02:00 |
|
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
|
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
|
Lioncash
|
b0613bb1c8
|
General: Apply the const specifier where applicable
|
2015-04-15 02:04:03 -04:00 |
|
Shawn Hoffman
|
0a79b6d5a7
|
[windows] Remove ConsoleListener, which was not actually used.
Replace it with the DebuggerLogListener.
|
2015-03-15 22:11:18 -07:00 |
|