- 15 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
may not be a big deal in such a simple case, but just as suggested in review.
-
- 11 Oct, 2012 4 commits
-
-
JINMEI Tatuya authored
We don't have to worry about the case lock() throws in the constructor. In that case the destructor won't be called. This simplification will make the code simpler, and we can also make mutex_ member variable a const.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
(maybe a matter of taste, though)
-
- 02 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
So we don't throw from a destructor. This should never happen anyway.
-
- 01 Oct, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
They are not needed currently.
-
Michal 'vorner' Vaner authored
* Documentation * Exception texts * Exception safety for a rare situation
-
- 28 Sep, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 26 Sep, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
* Removed an unneeded friend declaration. * Typo
-
- 07 Sep, 2012 1 commit
-
-
JINMEI Tatuya authored
- spacing - new lines for readability - const - brace position for catch - position of ++/--
-
- 05 Sep, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
It should be the same according to the standard, but Clang seems not to agree with that.
-
Michal 'vorner' Vaner authored
It can be used to check the thing is locked.
-
- 31 Aug, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Created with minimalistic set of functionality. Created a new library for it, there'll be more thread-related stuff here.
-