- 03 May, 2013 11 commits
-
-
JINMEI Tatuya authored
it can't handle it if we pass a function object directly to asio function (also templated). okayed on jabber.
-
JINMEI Tatuya authored
depending on the version of boost and sunstudio, passing a temporary still doesn't seem to work.
-
JINMEI Tatuya authored
this works as a workaround for a build failure with SunStudio.
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
The directory has been wrong for a long time. Reviewed via jabber.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
used tools/reorder_message_file.py
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 02 May, 2013 6 commits
-
-
JINMEI Tatuya authored
some compilers complained about it if we pass a temporary, as they try to copy it (IOMessage is nonopyable) this should fix some error reports from buildbots
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
... in case someone wants to autoreconf from a tarball.
-
Mukund Sivaraman authored
-
- 01 May, 2013 10 commits
-
-
JINMEI Tatuya authored
we simply didn't need it.
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Don't make ZoneTableAccessorCache derive from boost::noncopyable, as ZoneTableAccessor derives from it already.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 30 Apr, 2013 9 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
providing more detailed explanations in some cases, revisiting message ID to be more concise and appropriate. reconsider one log level.
-
JINMEI Tatuya authored
it shouldn't have caused a real trouble because of how they are used, but style-wise it's cleaner, and it suppresses warning from static analyzers.
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
Fake work for resolution models testing. (The correct version of branch now)
-
Michal 'vorner' Vaner authored
This reverts commit 33e10c84, reversing changes made to 3a382331. Revert the merge of wrong version of branch.
-
Michal 'vorner' Vaner authored
Fake work for resolution models testing.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 29 Apr, 2013 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
use assert() rather than ignoring it; we should be able to assert it safely in this case.
-
JINMEI Tatuya authored
-