Timeline
05/30/08:
- 18:58 Ticket #162 (TreeGenerator always generates the same trees even when ...) closed by
- fixed: fixed with r280
- 18:58 Changeset [280] by
-
fixed #162
- 18:46 Ticket #162 (TreeGenerator always generates the same trees even when ...) created by
- 17:59 Ticket #161 (Please review and add / replace the attached RealVector manipulator ...) created by
- Please review and add or replace the attached manipulation operators …
- 13:41 Changeset [279] by
-
merged changesets r219:r228, r240, r241:258, r263:265, r267,r268, r269 from trunk into the HL3 stable branch
- 13:08 Changeset [278] by
-
merged changesets r166 r168 r195:196 r209 from the trunk into the stable branch
- 12:42 Changeset [277] by
-
merged changesets r154 r160 r162 from trunk into the stable branch
05/29/08:
- 18:28 Ticket #157 (Importing data throws exception because of datagridview sort-mode) closed by
- fixed: fixed with r275, r276. DataGridView is bitching around. When it's …
- 18:27 Changeset [276] by
-
improved comment (#157)
- 18:23 Changeset [275] by
-
fixed #157
- 18:14 Changeset [274] by
-
addition changeset (r273). added a warning dialog showing what was the problem while parsing if strict parsing fails.
- 18:05 Ticket #160 (Application crashes when trying to import syntacically incorrect data ...) closed by
- fixed: fixed with r273
- 18:05 Changeset [273] by
-
fixed #160
- 17:25 Ticket #160 (Application crashes when trying to import syntacically incorrect data ...) created by
- 17:22 Ticket #158 (File is not closed when exception is thrown while trying to import data) closed by
- fixed: fixed with r272
- 17:22 Changeset [272] by
-
fixed #158
05/28/08:
- 16:45 Ticket #159 (Mark methods virtual in ObjectDataVisitorBase) closed by
- fixed: fixed in trunk in r270 fixed in release branch in r271
- 16:45 Changeset [271] by
-
marked two methods virtual and removed NotImplementedException (ticket #159)
- 16:44 Changeset [270] by
-
marked two methods virtual and removed NotImplementedException (ticket #159)
- 16:42 Ticket #159 (Mark methods virtual in ObjectDataVisitorBase) created by
05/27/08:
- 17:29 Changeset [269] by
-
Fixed small bug in OperationUpdater (scheduled operation was not deleted from all predecessor lists)
05/26/08:
- 17:46 Ticket #158 (File is not closed when exception is thrown while trying to import data) created by
- 17:45 Ticket #157 (Importing data throws exception because of datagridview sort-mode) created by
- 16:24 Ticket #156 (All GP-evaluators should update the number of total evaluated nodes) created by
- 15:17 WorkbenchesHL3 edited by
- also added adjective 'demo' (diff)
- 15:16 OldWikiStart edited by
- specified that the listed engines are just a few demo engines (diff)
- 10:07 Ticket #155 (Exceptions in engines are not handled correctly) created by
- The distributed-engine doesn't handle results from aborted engines …
05/19/08:
- 17:26 Ticket #154 (Remove text-field to enter the port number in the grid-client form) created by
- The port number is not used because the client doesn't open a …
- 16:29 Ticket #153 (DistributedEngine needs too much RAM) closed by
- fixed: fixed with r268
- 16:29 Changeset [268] by
-
improved RAM footprint of distributed-engine by serializing only the part of the scope-tree that contains the scope (including sub-scopes) on which a parallel operation 'operates' on. (ticket #153)
05/17/08:
- 15:50 Changeset [267] by
-
using string.substring(0..n) instead of string.split()[0] because it is more light-weight
- 15:48 Changeset [266] by
-
added missing GPL headers
- 15:47 Changeset [265] by
-
added missing GPL header
- 14:15 Ticket #153 (DistributedEngine needs too much RAM) created by
- There is a large increase in memory-footprint when executing an …
05/16/08:
- 11:40 Ticket #152 (Grid-server allows only 10 connections) closed by
- fixed: fixed with r264
- 11:30 Changeset [264] by
-
fixed #152, increased maximum allowed concurrent sessions to 20
- 11:17 Changeset [263] by
-
removed binding that is not needed anymore (#152)
- 11:15 Ticket #152 (Grid-server allows only 10 connections) created by
- 01:02 Ticket #151 (GetScope(String name) method of the Scope implementation in ...) closed by
- fixed
- 01:01 Changeset [262] by
-
Merged fix of ticket #151 (r260:261) from trunk into 3.0 release branch
- 00:53 Changeset [261] by
-
Fixed ticket #151
- corrected error in GetScope(string name) and GetScope(Guid guid)