Skip to content
  1. Apr 22, 2015
  2. Apr 17, 2015
  3. Apr 14, 2015
  4. Apr 03, 2015
  5. Mar 25, 2015
  6. Feb 23, 2015
  7. Feb 12, 2015
  8. Jan 24, 2015
  9. Jan 23, 2015
  10. Jan 22, 2015
  11. Jan 21, 2015
  12. Jan 16, 2015
  13. Dec 19, 2014
  14. Dec 09, 2014
  15. Dec 05, 2014
  16. Dec 02, 2014
  17. Nov 28, 2014
    • David Novak's avatar
      * modified behavior of '.repeatEvery' modifier of each action in... · de1a0441
      David Novak authored
       * modified behavior of '.repeatEvery' modifier of each action in CoreApplication - now the 'repeating thread' is removed after the loop ends (or if another .repeatEvery action with the same name is executed)
       * added the possibility to have RMIAlgorithm (client) with multiple threads:
         - the orig. RMI algorithm renamed to RMIAlgorithmOriginal
         - the actual connection to RMI server now encapsulated by RMIMethodExecutor
         - the new RMIAlgorithm manages a queue of RMIMethodExecutors, but by default it has only one connection (single thread)
         - new RMIAlgorithmMultiThread extends the RMIAlgorithm using multiple threads (and multiple connections) used in round robin manner
       * version updated to 2.8.5
      de1a0441
  18. Nov 27, 2014
  19. Nov 26, 2014
  20. Nov 20, 2014
  21. Oct 23, 2014
  22. Oct 22, 2014
  23. Sep 22, 2014
  24. Sep 18, 2014
  25. Sep 15, 2014
  26. Aug 28, 2014
    • xnovak8's avatar
      * AbstractOperation.toString() now prints out also additional Parameters, if any · c11ca8f7
      xnovak8 authored
       * ApproxKNNOp now properly works with its Arguments (and uses standard toString()) 
       * Algorithm processOPeration now puts an "output" parameter "OperationTime" to processed operation
       * MultipleOverlaysAlgorithm.setThreadPool now does not share the pool with the inner algorithms any more
       * fix in SortedCOllection - internal fields are now "volatile"
      c11ca8f7