- 01 Oct, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
* Reimplementing destroyLocked as death test * Comments * Includes to use < > instead of " " * Don't use c99-isms.
-
Michal 'vorner' Vaner authored
* Documentation * Exception texts * Exception safety for a rare situation
-
- 26 Sep, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
The situations are very bad anyway, and that should not happen during normal operation. So we assert instead.
-
Michal 'vorner' Vaner authored
The previous looked like it should be boolean (there's something good about lisp's P suffix).
-
Michal 'vorner' Vaner authored
Because of fear of possible future collisions.
-
Michal 'vorner' Vaner authored
* Removed an unneeded friend declaration. * Typo
-
- 17 Sep, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 07 Sep, 2012 1 commit
-
-
JINMEI Tatuya authored
- spacing - new lines for readability - const - brace position for catch - position of ++/--
-
- 05 Sep, 2012 3 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 seems it isn't portable and it's not very useful check.
-
Michal 'vorner' Vaner authored
It can be used to check the thing is locked.
-
- 04 Sep, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
The test may be broken by design. In such case, it should be removed. But it is left there for now, maybe it's just broken implementation and someone (the reviewer?) may have an idea how to fix it.
-
Michal 'vorner' Vaner authored
And fix the tests. Some of them were broken a lot, some of them only little.
-
- 03 Sep, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 31 Aug, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
To test the Mutexes, we'll need to run threads. So this is mostly to support some tests for now, but it'll be needed later too.
-
Michal 'vorner' Vaner authored
Created with minimalistic set of functionality. Created a new library for it, there'll be more thread-related stuff here.
-