- 13 Feb, 2012 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
of honoring C++ namespaces).
-
Stephen Morris authored
"string.h" is requested to define memset().
-
- 11 Feb, 2012 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 10 Feb, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the original code would still throw an exception (bad_alloc) due to the resulting huge size of alloc request, but it should be better to catch it explicitly.
-
JINMEI Tatuya authored
-
- 09 Feb, 2012 2 commits
-
-
JINMEI Tatuya authored
due to an incorrect assert() condition.
-
JINMEI Tatuya authored
-
- 08 Feb, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 07 Feb, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
It should not exist in the real namespace (unless there's something as well).
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 03 Feb, 2012 5 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: src/lib/datasrc/memory_datasrc.cc
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The constructor now has multiple parameters, so there's no chance it'd get triggered by conversion.
-
- 02 Feb, 2012 9 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Stephen Morris authored
addRRsig does not change its arguments, so there is no reason why they cannont be declared "const Xxxx&", thereby saving the overhead of a copy when the method is called.
-
Stephen Morris authored
... instead of throwing an exception.
-
Michal 'vorner' Vaner authored
Instead of don't share ‒ we configure the application name, so it should work.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It is used when the share name is not explicitly set.
-
Jeremy C. Reed authored
-