Commit Graph

10 Commits

Author SHA1 Message Date
c487a00175 debug: use newer CHECK macros 2015-01-30 17:36:35 +11:00
52f53caee5 debug: drop support for CHECK_HARD
HARD vs SOFT assertions were never very well defined or supported.
Currently they just imply a level of functionality that isn't present;
it's better to remove them instead of expending the effort at this
point.
2015-01-28 14:49:34 +11:00
976a4b7330 socket: explain and relax type casting requirement
The recv/send functions (and the assertions) were only tested under
32bit systems. They need relaxing for 64bit.
2014-12-05 13:21:40 +11:00
23b0a7b146 remove annotations header
The annotations were never particularly robust, and weren't used in many
locations (or consistently). And we should be migrating to c++14
annotation syntax anyway. By focusing on writing them all locally we
will be a little more standards compliant, and the attributes should be
more visible.
2014-10-17 19:24:53 +11:00
03a95ac05b Remove explict json constructor from range 2014-03-06 15:22:47 +11:00
798ea55ec9 Fix type warnings 2013-08-05 16:42:58 +10:00
fa5a6c9ed9 Instantiate net::address in net namespace.
Fixes compilation error under clang++.
2012-08-10 17:39:33 +10:00
2993d27ea8 Test for windows headers to enable the win32 build 2012-08-07 18:33:44 +10:00
d49dd41c65 Spacing and instantiation of templates 2012-07-30 16:33:12 +10:00
419c1d48f6 Move crystallised network wrapper to libgim 2012-06-25 16:54:26 +10:00