• 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
6917812 2012-11-30 22:01:27 smg_ykz

[Refactor] Interface change for cm::Event class for handling polymorphic object type.
[Refactor] Change CMakeLists.txt to accommodate coverage feature supported by clang.

030d98e 2012-11-27 23:08:50 Michio Hirai

[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

871b30a 2012-11-30 22:01:27 Michio Hirai

[Refactor] Interface change for cm::Event class for handling polymorphic object type.
[Refactor] Change CMakeLists.txt to accommodate coverage feature supported by clang.

309678a 2012-11-26 01:44:07 smg_ykz

[Refactor] Introduction of include_parent_directories() function to easily setup header files include directories.

8c01bc2 2012-11-26 01:44:07 Michio Hirai

[Refactor] Introduction of include_parent_directories() function to easily setup header files include directories.

b04a2ba 2012-11-26 00:14:06 smg_ykz

[BugFix] Fix the problem that clang compilation fails.

62f42e4 2012-11-26 00:14:06 Michio Hirai

[BugFix] Fix the problem that clang compilation fails.

c76de7d 2012-11-23 01:01:36 smg_ykz

[Refactor] Maintain CMakeLists.txt so that the coverage data doesn't show unrelated results
such as standard libraries and gtest/gmock etc.

a097d79 2012-11-25 23:15:12 smg_ykz

[Refactor] Change CMakeLists.txt to accommodate COVERAGE_ENABLED option, which need to be further checked
on whether it surely works or not.

3977990 2012-11-25 10:29:30 smg_ykz

[Refactor] Divide system header checking portion into another cmake files namely header_files_checker.cmake .

ab46640 2012-11-25 10:15:13 smg_ykz

[Refactor] Change CMakeLists.txt to have unified system header checking for sys/epoll.h, sys/event.h.
[Refactor] Change the argument sequence for addHandlerRead() template methods in cm::Event class.

4c3cbae 2012-11-23 23:08:58 smg_ykz

[BugFix] Change the implementation of cm::Event in case it is based on kqueue.
[Refactor] New introduction of cm::SocketIf class along with its Mock class.

5d064b8 2012-11-23 12:32:46 smg_ykz

[Merge] Merge from the latest check-in

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

Conflicts:
cm/CMakeLists.txt

68b7c47 2012-11-23 12:29:19 smg_ykz

[Refactor] Change cm/CMakeLists.txt for cmake to automaticlly detect which wait mechanism should
be used, either by kevent or epoll depending on the platform.

66ae7d6 2012-11-23 11:30:19 smg_ykz

[Refacot] First attempt to have kqueue version of Event class (still having some issue).

bcd1657 2012-11-23 01:01:36 Michio Hirai

[Refactor] Maintain CMakeLists.txt so that the coverage data doesn't show unrelated results
such as standard libraries and gtest/gmock etc.

79b2c7c 2012-11-25 23:15:12 Michio Hirai

[Refactor] Change CMakeLists.txt to accommodate COVERAGE_ENABLED option, which need to be further checked
on whether it surely works or not.

d464769 2012-11-25 10:29:30 Michio Hirai

[Refactor] Divide system header checking portion into another cmake files namely header_files_checker.cmake .

3eaee0c 2012-11-25 10:15:13 Michio Hirai

[Refactor] Change CMakeLists.txt to have unified system header checking for sys/epoll.h, sys/event.h.
[Refactor] Change the argument sequence for addHandlerRead() template methods in cm::Event class.

1012f51 2012-11-23 23:08:58 Michio Hirai

[BugFix] Change the implementation of cm::Event in case it is based on kqueue.
[Refactor] New introduction of cm::SocketIf class along with its Mock class.

69fe502 2012-11-23 12:32:46 Michio Hirai

[Merge] Merge from the latest check-in

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

Conflicts:
cm/CMakeLists.txt

a9257cb 2012-11-23 12:29:19 Michio Hirai

[Refactor] Change cm/CMakeLists.txt for cmake to automaticlly detect which wait mechanism should
be used, either by kevent or epoll depending on the platform.

21e6eab 2012-11-23 11:30:19 Michio Hirai

[Refacot] First attempt to have kqueue version of Event class (still having some issue).

c65f2cf 2012-11-20 12:40:41 smg_ykz

[BugFix] Fix compilation error in epoll base cm::Event class.
[BugFix] Fix the problem that delHandlerRead() doesn't properly delete the FD in question
from the wait queue in epoll.

bf59199 2012-11-20 12:40:41 Michio Hirai

[BugFix] Fix compilation error in epoll base cm::Event class.
[BugFix] Fix the problem that delHandlerRead() doesn't properly delete the FD in question
from the wait queue in epoll.

4006e6c 2012-11-20 02:11:35 smg_ykz

[Refactor] Add some unit test in cm::Event class testing.

298de1e 2012-11-20 02:11:35 Michio Hirai

[Refactor] Add some unit test in cm::Event class testing.

719b378 2012-11-20 01:47:52 smg_ykz

[Refactor] Remove unecessary header file inclusions.

b6c545f 2012-11-20 01:47:52 Michio Hirai

[Refactor] Remove unecessary header file inclusions.

eeb5611 2012-11-19 02:37:16 smg_ykz

[Function] First check-in of cm::Event class and mt::Tuple class