- 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 4 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
And update tests so they lock.
-
Michal 'vorner' Vaner authored
It can be used to check the thing is locked.
-
- 04 Sep, 2012 4 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
Hopefully at all places. Any idea how we can test this? That it is locked in all places and that we didn't forget a place?
-
Michal 'vorner' Vaner authored
To be used when accessing the client lists.
-
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.
-
- 30 Aug, 2012 2 commits
-
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
- 29 Aug, 2012 4 commits
-
-
Jeremy C. Reed authored
distcheck failed since wasn't listed
-
JINMEI Tatuya authored
okayed on jabber.
-
JINMEI Tatuya authored
some stricter compilers require this. this fixes a build failure: http://git.bind10.isc.org/~tester/builder/BIND10/20120829105133-Solaris10-sparc-Sunstudio/logs/build.out okayed on jabber.
-
Mukund Sivaraman authored
-
- 28 Aug, 2012 11 commits
-
-
JINMEI Tatuya authored
added some test cases to confirm the behavior; update the doc.
-
JINMEI Tatuya authored
with notes about the intent.
-
JINMEI Tatuya authored
hopefully the new name better represents the intent.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
not sure if it's absolute necessary for doxygen to process it, but I thought it's more readable anyway.
-
Michal 'vorner' Vaner authored
I forgot to add it before.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Obviously, it fails.
-