Skip to content
  1. Apr 03, 2015
  2. Mar 25, 2015
  3. Feb 23, 2015
  4. Feb 12, 2015
  5. Jan 24, 2015
  6. Jan 23, 2015
  7. Jan 22, 2015
  8. Jan 21, 2015
  9. Jan 16, 2015
  10. Dec 19, 2014
  11. Dec 09, 2014
  12. Dec 05, 2014
  13. Dec 02, 2014
  14. 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
  15. Nov 27, 2014
  16. Nov 26, 2014
  17. Nov 20, 2014
  18. Oct 23, 2014
  19. Oct 22, 2014
  20. Sep 22, 2014
  21. Sep 18, 2014
  22. Sep 15, 2014
  23. 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
  24. Aug 25, 2014
  25. Aug 06, 2014
  26. Jul 24, 2014