Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f2483f8b | 2013-12-17 15:17:29 | Add a "make verify_coverage" target generation coverage info. Use lcov/gcov to gather coverage info for the tests (Only works with gcc/clang and make). cmake -DEVENT__COVERAGE=1 -DCMAKE_BUILD_TYPE=Debug .. make make verify_coverage Current coverage (run on debian): Line coverage 79.1 % 10231 / 12939 Function coverage 86.1 % 933 / 1083 | ||
| 2799b359 | 2013-12-17 14:01:21 | Added a test for testing if kqueue works with pipes. | ||
| c259d53c | 2013-12-16 11:27:13 | Add copyright and licensing files for CMake modules. | ||
| e415196a | 2013-12-09 18:05:32 | Initial CMake commit. |