- 14 Feb, 2011 10 commits
-
-
Jelte Jansen authored
The test directory now contains test files that used to be in internal/ (where the makefile did have this addition)
-
Jelte Jansen authored
-
Jelte Jansen authored
and removed empty top level file
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Though most of the tests fell into recursive_query_unittest.cc
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
and moved them out of internal. Changed the internal/ workaround (to prevent files outside of asiolink/ to indirectly include asio.hpp), the .cc files that include the relevant headers must include asio.hpp themselves (and this is checked in the headers) Also moved coroutine out of internal. Tests are still todo (which is why internal/ still exists)
-
- 12 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 11 Feb, 2011 13 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
asiolink.h is now merely a 'collection' header that includes all the rest
-
Jelte Jansen authored
Small fix, skipping review
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
as to copySection, it's now called appendSection, and works the other way around (i.e. it copies from a source message into the object, instead of copying from the object to a target message), which feels more natural
-
Michal 'vorner' Vaner authored
Checks that we don't reject synthesized name of the maximum length by mistake.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
note: qtype_is_any was originally const, and was temporarily changed to mutable. it's now immutable again.
-
- 10 Feb, 2011 5 commits
-
-
Jeremy C. Reed authored
as discussed on jabber.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 09 Feb, 2011 10 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the actual bit position isn't a big deal right now, but the intent would be a bit clearer than an odd intermediate position (and, in fact, using the MSB was the original intent; the previous value was a typo)
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
We overflow the size of name by prolonging a name of full length by little bit.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
-
Jelte Jansen authored
and updated some doxygens as per Jeremy's mail
-