Micke Prag
|
6666dc0294
|
Do not use namespace using-directives according to Google style guidelines "build/namespaces"
|
2012-06-19 12:30:51 +02:00 |
|
Micke Prag
|
e1608f94a8
|
{ should almost always be at the end of the previous line, according to Google style guidelines "whitespace/braces"
|
2012-06-19 12:30:50 +02:00 |
|
Micke Prag
|
5b5be387cd
|
Include the directory when naming .h files. According to Google style guideline "build/include".
|
2012-06-19 12:30:49 +02:00 |
|
Micke Prag
|
d0e006c481
|
LoggedMutex now works on Linux
|
2010-10-27 14:26:06 +00:00 |
|
Micke Prag
|
b9663ab8ac
|
Changed (buggy?) CriticalSection code and replaced with (marginally?) slower Mutex code.
|
2010-10-27 09:09:14 +00:00 |
|
Micke Prag
|
af1aad4143
|
GetCurrentThreadId() only exists on windows so turn of logging on other platforms
|
2010-10-24 16:05:05 +00:00 |
|
Stefan Persson
|
750a28aa8f
|
|
2010-10-21 12:08:15 +00:00 |
|
Stefan Persson
|
b1bbecbe99
|
Fix for non-unlocking mutexes on Windows.
|
2010-10-21 10:11:56 +00:00 |
|
Micke Prag
|
8105da7101
|
Made the Mutex be an own class.
|
2010-10-13 13:53:39 +00:00 |
|