Filter RSS
smg_ykz's History

2013-01-16
New commit d4be928451be169f700b65dc7d038aa28c12f299 on FlyingHttpServer
[Refactor] Modify some comment in the source code (inc/mt_typelist_algo_find_if.h)
2013-01-13
New commit 56a8027977afc42ac00b6d522957bd4c84101ed2 on FlyingHttpServer
[Refactor] Further refine the unit test for cm::SocketServer and cm::SocketClient classes
New commit 829b654095a5bec96cc110fccade0cd750782710 on FlyingHttpServer
[Refactor] Some introduction of some delay between server thread and first attempt to do connect ...
New commit 1101184c71111baa0d312bfe527fe86ff22b5fb0 on FlyingHttpServer
[Refactor] Refine cm::SocketClient implementation so that it can surely play a role as factory me...
2013-01-12
New commit 5201a3954ea0f6a36ff5f8828af6f211ce3ffff3 on FlyingHttpServer
[Refactor] Refine unit testing for cm::SocketServer and cm::SocketClient (further refinement need...
2013-01-07
New commit b48d7ce3aabf7ca2fea33357d1ceb66211aa10f2 on FlyingHttpServer
[Refactor] Tentative incorporation of cm::SocketServer unit test namely cm_socet_server_test.cpp
2013-01-06
New commit 0fe2fd78588bd9cfe7f8609c53798fababf8214c on FlyingHttpServer
[Function] New introduction of mt::clearMemory() shim operation functions. [Function] First check...
2013-01-05
New commit 232bb1f6b8b6c1535087a7483974d48cd76acb3a on FlyingHttpServer
[Refactor] New support of multiple ctor arguments handling (up to 4) in mt::ForEach class template.
New commit 21552c2903cfbd8598ec5be979cacd05f06bd79f on FlyingHttpServer
[Refactor] Separation of typelist algorithm into differnt header files (ForEach, FindIf).
New commit 19c9301bf3c842f429387a583cdbe8e65c976e8a on FlyingHttpServer
[Refactor] New support of implicit conversion from/to mt::AutoPtrRef class template so that mt::...
2012-12-16
New commit 426e9a6532f48c2c213eb03617a54d14e34e0faa on FlyingHttpServer
[BugFix] Fix the problem that isMainThread() inline function is properly compiled in Linux enviro...
New commit 91d3b61a78bd026b44a1ee68381c2d3fc72b2a93 on FlyingHttpServer
[Refactor] Properly handle the case that ThreadSpecificData<> class template is being tried to be...
New commit e44831518755dd8fbf2836a7a579d0aea629c6e9 on FlyingHttpServer
[Refactor] Remove implementation details for mt::getArrayLength() function.
2012-12-11
New commit 08220fc8a20b9fa54c7733b8fe7cd01e6d86fd40 on FlyingHttpServer
[BugFix] Fix the problem that STATIC_ASSERT() is not properly put in mt_auto_ptr.h
New commit 82973cc20f1f5db4228eda625bcb3e36deae141e on FlyingHttpServer
[Function] New introduction of mt::AutoPtr class template. Need further implementation of handlin...
2012-12-08
New commit 983b6ec338fa94383c9bebf1656ce3255bb8bdad on FlyingHttpServer
Merge branch 'master' of git.pf.sourceforge.jp:/gitroot/s/sm/smg_ykz/FlyingHttpServer
2012-12-07
New commit 9700784b96894a057792d266dcdb3af2a0ba103c on FlyingHttpServer
[Refactor] Clarify some other EXPECTATION in ContainerForeach unit tests. [Function] New introduc...
New commit f91041a53dd67c7fb18fa6415d12418cbe29a18c on FlyingHttpServer
[Function] New support of fixed array in CONTAINER_FOREACH() and CONTAINER_FOREACH_CONST() macro ...
2012-12-02
New commit de40eb86a188324d346107105682829e4276b1ba on FlyingHttpServer
[Funciton] New addition of CONTAINER_FOREACH_CONST() macro