1. c07ddb5 source/signal: Clarify signal bocking during construction by William A. Kennington III · 6 years ago
  2. ba04ffb utility/timer: Implement oneshot timers by William A. Kennington III · 6 years ago
  3. fa9431d example: Add a repeating timer sample by William A. Kennington III · 6 years ago
  4. 406b86e example/heartbeat: Refactor by William A. Kennington III · 6 years ago
  5. 4755818 utility/timer: Callback should pass in the timer by William A. Kennington III · 6 years ago
  6. 2923d17 source/signal: Document by William A. Kennington III · 6 years ago
  7. 51c9b4c documentation: Cleanup and clarification by William A. Kennington III · 6 years ago
  8. 6a447ba Spelling fixes by Gunnar Mills · 6 years ago
  9. 81282e1 utility/timer: Implement by William A. Kennington III · 6 years ago
  10. 7f58b2a source/io: Fix documentation by William A. Kennington III · 6 years ago
  11. 65da782 source/time: Fix missing documentation by William A. Kennington III · 6 years ago
  12. 59a4722 test: Build test cases with their respective c++ files by William A. Kennington III · 6 years ago
  13. de22092 pkg-config: Add missing description field by William A. Kennington III · 6 years ago
  14. 5f3cdfa Upgrade to C++17 by William A. Kennington III · 6 years ago
  15. d38b8ff configure: Fix accidentally used tabs by William A. Kennington III · 6 years ago
  16. cf1f4f9 configure: Fix location of code coverage disablement by William A. Kennington III · 6 years ago
  17. 90dbcd7 configure: Fix building when tests are disabled by William A. Kennington III · 6 years ago
  18. 20832de configure: Style fixes by William A. Kennington III · 6 years ago
  19. a576582 source/io: Document header by William A. Kennington III · 6 years ago
  20. 6342364 source/event: Document header by William A. Kennington III · 6 years ago
  21. b779307 source/child: Document header by William A. Kennington III · 6 years ago
  22. bc4e456 source/base: More documentation by William A. Kennington III · 6 years ago
  23. 8fd0cd4 source/base: Improve some method types by William A. Kennington III · 6 years ago
  24. 3c845ca source/base: Document header by William A. Kennington III · 6 years ago
  25. eeef469 exception: Document header by William A. Kennington III · 6 years ago
  26. f16d903 clock: Document header by William A. Kennington III · 6 years ago
  27. 0005e30 event: Fix watchdog types by William A. Kennington III · 6 years ago
  28. fb601de event: Add header documentation by William A. Kennington III · 6 years ago
  29. 85aa760 internal: More doc clarification by William A. Kennington III · 6 years ago
  30. 16cf1b6 internal: Add header documentation by William A. Kennington III · 6 years ago
  31. 7b79fb5 example/follow: Implement by William A. Kennington III · 6 years ago
  32. 86be5dd source/event: Rename Event to EventBase by William A. Kennington III · 6 years ago
  33. eaf815f source/io: Temporarily remove {get,set}_fd_own by William A. Kennington III · 6 years ago
  34. 571fdf9 source/child: Implement by William A. Kennington III · 6 years ago
  35. 210ce58 source/signal: Missing <sdeventplus/evet.hpp> by William A. Kennington III · 6 years ago
  36. a3a3850 source/signal: Implement by William A. Kennington III · 6 years ago
  37. ce80c3f source/io: Implement by William A. Kennington III · 6 years ago
  38. ebcb4f1 test/source/event: Add missing <type_traits> by William A. Kennington III · 6 years ago
  39. 09e36d7 internal/sdevent: Build impl into object by William A. Kennington III · 6 years ago
  40. 5a7365c source/event: Implement event_handler style sources by William A. Kennington III · 6 years ago
  41. 425691a test/time: Missing functional by William A. Kennington III · 6 years ago
  42. 1072c7f test/time: Validate callback by William A. Kennington III · 6 years ago
  43. 7e2e60e example/heartbeat: Show a time example by William A. Kennington III · 6 years ago
  44. e32a88e source/time: Implement by William A. Kennington III · 6 years ago
  45. 15ac222 configure: Remove default automake includes by William A. Kennington III · 6 years ago
  46. 00ede16 utils: Fix type of performCallback by William A. Kennington III · 6 years ago
  47. e0f1d19 source/base: Make callback handling generic by William A. Kennington III · 6 years ago
  48. 4e9e604 internal/utils: Errors now have names by William A. Kennington III · 6 years ago
  49. feef68f source/base: Refactor out callback routine by William A. Kennington III · 6 years ago
  50. 2d943ea source/base: Support automatically configuring userdata by William A. Kennington III · 6 years ago
  51. e3e1df0 test/source/base: Clean up duplicated code by William A. Kennington III · 6 years ago
  52. cc6b12b source/base: Implement moving by William A. Kennington III · 6 years ago
  53. f5285c7 source/base: Make it possible to get the prepare callback by William A. Kennington III · 6 years ago
  54. 4863b96 source/base: Make it possible to get the underlying sd_event_source by William A. Kennington III · 6 years ago
  55. 7c24e05 source/base: Only disable the event if it exists by William A. Kennington III · 6 years ago
  56. 715c72f source/base: Take an event directly instead of sdevent by William A. Kennington III · 6 years ago
  57. d9fd981 source/base: Constify by William A. Kennington III · 6 years ago
  58. fe05991 event: Add trivial functions by William A. Kennington III · 6 years ago
  59. ed05921 code-coverage: Make lcov options configurable by William A. Kennington III · 6 years ago
  60. 7597a08 clock: Add class for future use by William A. Kennington III · 6 years ago
  61. bdc5901 event: Allow extracting the event and sdevent impl by William A. Kennington III · 6 years ago
  62. f9f2881 event: Constify operations by William A. Kennington III · 6 years ago
  63. f28b28e code-coverage: Don't use full paths in HTML output by William A. Kennington III · 6 years ago
  64. 2cc1c17 event: Constify sdevent by William A. Kennington III · 6 years ago
  65. 1744c16 sdref: Moves should actually invalidate the reference by William A. Kennington III · 6 years ago
  66. e3de31b sdref: Fix styling by William A. Kennington III · 6 years ago
  67. 76d66de sdref: Constify sdevent by William A. Kennington III · 6 years ago
  68. 809f26f sdevent: Cleanup spacing by William A. Kennington III · 6 years ago
  69. ca7db85 clang-format: Always break template declarations by William A. Kennington III · 6 years ago
  70. 6364dd9 test/event: Fix extraneous Event creation by William A. Kennington III · 6 years ago
  71. 48c4275 source/base: Add the prepare callback functionality by William A. Kennington III · 6 years ago
  72. 65db863 source/base: Expose trivial built in methods by William A. Kennington III · 6 years ago
  73. 321ed01 configure: Make examples optional by William A. Kennington III · 6 years ago
  74. d6d5314 configure: Fix help strings by William A. Kennington III · 6 years ago
  75. 0a816c5 Large refactoring by William A. Kennington III · 6 years ago
  76. 154a2b3 code-coverage: Ignore system headers and sd_event impl by William A. Kennington III · 6 years ago
  77. ae7d4c5 makefile: Clean up compiler flags by William A. Kennington III · 6 years ago
  78. 631c246 event: Add watchdog functions by William A. Kennington III · 6 years ago
  79. dcc08b6 source: Add class by William A. Kennington III · 6 years ago
  80. 1967df4 event: Don't need memory by William A. Kennington III · 6 years ago
  81. 030ca1b Update gitignore by William A. Kennington III · 6 years ago
  82. 27efe8f Designate some headers as internal by William A. Kennington III · 6 years ago
  83. 8f90e28 Initial Commit by William A. Kennington III · 6 years ago