• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

C++ベースのLightweightなHTTPサーバー


RSS
Rev. Time Author
1101184 2013-01-13 12:25:23 Michio Hirai

[Refactor] Refine cm::SocketClient implementation so that it can surely play a role as factory method for cm::SocketIf to do further read/write operation.
[Refactor] Refine units test for both cm::SocketServer and cm::SocketClient classes

5201a39 2013-01-12 23:52:06 Michio Hirai

[Refactor] Refine unit testing for cm::SocketServer and cm::SocketClient (further refinement needed)
cm::SocketServer requires setsockopt(,SO_REUSEADDR,) to properly handle restart.

115feb3 2013-01-12 14:51:23 Michio Hirai

[Function] First introduction of cm::SocketClient class that is factory class for cm::Socket.

b48d7ce 2013-01-07 01:02:02 Michio Hirai

[Refactor] Tentative incorporation of cm::SocketServer unit test namely cm_socet_server_test.cpp

78077af 2013-01-07 00:04:59 Michio Hirai

[Function] New introduction of cm::Socket class

0fe2fd7 2013-01-06 09:40:47 Michio Hirai

[Function] New introduction of mt::clearMemory() shim operation functions.
[Function] First check-in of cm::SocketServer implementation, although it has not yet completed.

232bb1f 2013-01-05 10:56:55 Michio Hirai

[Refactor] New support of multiple ctor arguments handling (up to 4) in mt::ForEach class template.

21552c2 2013-01-05 10:35:47 Michio Hirai

[Refactor] Separation of typelist algorithm into differnt header files (ForEach, FindIf).

19c9301 2013-01-05 10:20:19 Michio Hirai

[Refactor] New support of implicit conversion from/to mt::AutoPtrRef class template so that
mt::AutoPtr class template can support the syntax of return value.
[Function] New support of handling multiple ctor arguments (up to 4) in mt::FindIf(_t) class template.

eb7abff 2013-01-04 01:00:47 Michio Hirai

[Function] New addition of FindIf class template to support conditional iterative
operation toward typelist elements.

981f584 2013-01-03 23:35:44 Michio Hirai

[Function] New addition of mt::ForEach class template to support
iterative operations toward typelist elements.

426e9a6 2012-12-16 23:39:14 Michio Hirai

[BugFix] Fix the problem that isMainThread() inline function is properly compiled in Linux environment.

91d3b61 2012-12-16 23:29:20 Michio Hirai

[Refactor] Properly handle the case that ThreadSpecificData<> class template is being tried to be used in
main thread context instead of the actual thread context.

e448315 2012-12-16 22:03:48 Michio Hirai

[Refactor] Remove implementation details for mt::getArrayLength() function.

27027ed 2012-12-16 10:32:09 Michio Hirai

[Refactor] Change ARRAY_LENGTH() macro implementation for compilation-time detection purpose.

93dfce1 2012-12-16 10:23:01 Michio Hirai

[Function] Support proper const semantics in mt::AutoPtr class template.

08220fc 2012-12-11 22:41:38 root

[BugFix] Fix the problem that STATIC_ASSERT() is not properly put in mt_auto_ptr.h

82973cc 2012-12-11 22:06:57 Michio Hirai

[Function] New introduction of mt::AutoPtr class template. Need further implementation of handling const AutoPtr.

983b6ec 2012-12-08 01:42:09 Michio Hirai

Merge branch 'master' of git.pf.sourceforge.jp:/gitroot/s/sm/smg_ykz/FlyingHttpServer

13956df 2012-12-07 23:18:16 smg_ykz

[Refactor] Clarify some other EXPECTATION in ContainerForeach unit tests.
[Function] New introduction ARRAY_LENGTH() macro

9700784 2012-12-07 23:18:16 Michio Hirai

[Refactor] Clarify some other EXPECTATION in ContainerForeach unit tests.
[Function] New introduction ARRAY_LENGTH() macro

4a48f8d 2012-12-07 23:03:44 smg_ykz

[Function] New support of fixed array in CONTAINER_FOREACH() and CONTAINER_FOREACH_CONST() macro by introducing indirection of Get(Const)IteratorType and GetValueType meta-functions.

f91041a 2012-12-07 23:03:44 Michio Hirai

[Function] New support of fixed array in CONTAINER_FOREACH() and CONTAINER_FOREACH_CONST() macro by introducing indirection of Get(Const)IteratorType and GetValueType meta-functions.

eedcea1 2012-12-02 22:11:03 smg_ykz

[Funciton] New addition of CONTAINER_FOREACH_CONST() macro

de40eb8 2012-12-02 22:11:03 Michio Hirai

[Funciton] New addition of CONTAINER_FOREACH_CONST() macro

92c9e50 2012-12-02 10:40:04 smg_ykz

[Function] New introduction of CONTAINER_FOREACH() macro which is basically based on the idea of BOOST_FOREACH() macro.

de76043 2012-12-02 10:40:04 Michio Hirai

[Function] New introduction of CONTAINER_FOREACH() macro which is basically based on the idea of BOOST_FOREACH() macro.

a692155 2012-12-02 10:38:56 smg_ykz

[Refactor] Minor fix for CMakeLists.txt files.

ccc7473 2012-12-02 10:38:56 Michio Hirai

[Refactor] Minor fix for CMakeLists.txt files.

2fa6a43 2012-11-27 23:08:50 smg_ykz

[BugFix] Fix the problem that interface changes was not so sufficient in the last check-in.
[Refactor] Remove unecessary file named as cm/cm_event.cpp