コミット履歴

作者 SHA1 メッセージ 日付
  Sascha Zelzer f267cfe024 Used the wrong mutex to lock 14 年 前
  Sascha Zelzer 13bb56693e Fixed warning about unused computation result. 14 年 前
  Sascha Zelzer 2f5fcce4c0 Renamed enum types to avoid an ERROR type. 14 年 前
  Sascha Zelzer 556b31aec1 Disable the plug-in because its dependencies cannot be satisfied. 14 年 前
  Sascha Zelzer 27509cf091 Check dependencies for all targets (not only enabled ones) 14 年 前
  Sascha Zelzer e1c7c4d1e7 Fixed Windows compile errors. 14 年 前
  Jean-Christophe Fillion-Robin 35561f21f5 Merge branch '119-ctkTest-expose-to-project'. Closes #119 14 年 前
  Jean-Christophe Fillion-Robin 61d5a94846 Make sure project depending on CTK can include ctkTest.h. See #119 14 年 前
  Sascha Zelzer 4f2805eb19 Validate apps first, since they might trigger plug-in build options. 14 年 前
  Sascha Zelzer bf43a3087c Do not delete the plugin activator. 14 年 前
  Sascha Zelzer 2c42979d5c Merge branch 'add-pluginfw-stop' 14 年 前
  Sascha Zelzer 489a12d25c Added convenience method for stopping plug-ins or the framework. 14 年 前
  Sascha Zelzer 7e8e2904e4 Fixed memory leak in test suite. 14 年 前
  Sascha Zelzer 1cdadca5f4 Properly shut down the plugin framework after running tests. 14 年 前
  Sascha Zelzer 62db2b8c83 Added plugin framework stop support. 15 年 前
  Sascha Zelzer 7c7215f716 Use QSharedPointer objects as list elements. 14 年 前
  Sascha Zelzer ac69b0273b Added qDebug() stream operator for ctkRuntimeException. 14 年 前
  Sascha Zelzer 96e24db86e Throw std::invalid_argument instead of generic std::logic_error. 14 年 前
  Sascha Zelzer d7c504bdeb Use ctkIllegalStateException instead of generic std::logic_error. 14 年 前
  Sascha Zelzer fad4bbc83d EventAdmin: subscribed slot connection type can now be specified. 14 年 前
  Sascha Zelzer ad00a7fe7f Make event classes known to the Qt meta object system. 14 年 前
  Sascha Zelzer 313fbf5c29 Replaced tabs with spaces. 14 年 前
  Sascha Zelzer 2bdae7e819 Merge branch 'fix-eventadmin-crash' 14 年 前
  Sascha Zelzer 8c5711d74b Merge branch 'fix-pluginfw-memory-leaks' 14 年 前
  Sascha Zelzer 39fb966893 Use a smaller thread pool size for improved test coverage. 14 年 前
  Sascha Zelzer 9e8a1e8c88 Explicitly free heap memory to avoid leaks. 14 年 前
  Sascha Zelzer 22d496e556 Fixed crash in case # of "sendEvent" calls exceeds thread pool size. 14 年 前
  Sascha Zelzer 93d2a3f719 Fix dead locks when sendEvent is called from a "handleEvent" method. 14 年 前
  Sascha Zelzer 84fc8e2698 Delete test suites when stopping plug-ins. 14 年 前
  Sascha Zelzer c3d790ce76 Fixed typo in debug message. 14 年 前