# # ChangeLog for branches # # Generated by Trac 1.0.12 # 07/22/24 07:15:22 Tue, 16 Jun 2009 01:36:48 GMT swagner [2046] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AliasEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraphView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraphView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraphView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNode.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNodeBase.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CancelEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Cloner.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ExceptionEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallNode.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IEngine.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IVariable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemIndexEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/KeyValueEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/NameChangingEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperationEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorCallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorIndexEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ScopeEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ScopeIndexEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfoEventArgs.cs (deleted) Refactoring of the operator architecture (#95) Mon, 15 Jun 2009 00:18:42 GMT swagner [2042] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Auxiliary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CloneableBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Cloner.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CompositeOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloneable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloner.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorLibrary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Parameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfo.cs (modified) Refactoring of the operator architecture (#95) Mon, 08 Jun 2009 22:57:49 GMT swagner [2033] * branches/Operator Architecture Refactoring/HeuristicLab.AdvancedOptimizationFrontend/3.3/MainForm.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Auxiliary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallGraph.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CloneableBase.cs (moved) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/CompositeOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBase.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.Designer.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstrainedItemBaseView.resx (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ConstraintEventArgs.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallGraph.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICallNode.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/ICloneable.cs (moved) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IConstrainedItem.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IConstraint.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IItem.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IOperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Interfaces/IViewable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ItemBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBaseView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorBaseView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraph.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGraphView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorGroup.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/OperatorLibrary.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Parameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterType.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/PersistenceManager.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/Variable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/VariableInfo.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.OptimizationFrontend/3.3/MainForm.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.ThreadParallelEngine/3.3/ThreadParallelEngine.cs (modified) Refactoring of the operator architecture (#95) Mon, 08 Jun 2009 00:02:21 GMT swagner [2030] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IParameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Parameter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.cs (modified) Refactoring of the Operator Architecture (#95) Sat, 06 Jun 2009 14:53:27 GMT swagner [2029] * branches/Operator Architecture Refactoring/HeuristicLab.ThreadParallelEngine/3.2/ThreadParallelEngine.cs (modified) Refactoring of the Operator Architecture (#95) Sat, 06 Jun 2009 00:09:35 GMT swagner [2027] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/EngineBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Environment.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IEnvironment.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IVariablesContainer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseParametersView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.Designer.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.cs (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseVariablesView.resx (deleted) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorBaseView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/OperatorGraphView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Parameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Scope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.Designer.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/VariablesContainerView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ComparatorBase.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ConditionalBranch.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/Counter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/DoubleCounter.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/EmptyOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/HeuristicLab.Operators-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/HeuristicLabOperatorsPlugin.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ParallelProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/ParallelSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SequentialProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SequentialSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/SubScopesCreater.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/UniformParallelSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/UniformSequentialSubScopesProcessor.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjector.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.Designer.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Operators/3.2/VariableInjectorView.resx (added) * branches/Operator Architecture Refactoring/HeuristicLab.SequentialEngine/3.2/SequentialEngine.cs (modified) Refactoring of the operator architecture (#95) Wed, 03 Jun 2009 00:40:39 GMT swagner [1994] * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/AtomicOperation.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Environment.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/HeuristicLab.Core-3.2.csproj (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IEnvironment.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IItem.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IOperator.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IParameter.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IScope.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/Interfaces/IViewable.cs (modified) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterEventArgs.cs (added) * branches/Operator Architecture Refactoring/HeuristicLab.Core/3.2/ParameterType.cs (added) Refactoring of the operator architecture (#95) Tue, 02 Jun 2009 20:48:31 GMT swagner [1992] * branches/Operator Architecture Refactoring (copied) Created branch for refactoring the operator architecture (#95) Tue, 02 Jun 2009 20:46:33 GMT swagner [1991] * branches/Operator Architecture Refactoring (deleted) Removed branch "Operator Architecture Refactoring" (#95) Fri, 15 May 2009 13:17:34 GMT gkronber [1835] * branches/HeuristicLab.Hive_Milestone2 (copied) created a branch for milestone 2 of project HeuristicLab.Hive. Thu, 02 Apr 2009 13:01:04 GMT aleitner [1489] * branches/Hive_Management_Console_Refactoring_Ticket508 (deleted) merge Management-Console branch into trunk (#565) Thu, 02 Apr 2009 11:30:13 GMT aleitner [1479] * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.cs (modified) change status if client status changes (#508) Fri, 27 Mar 2009 14:27:25 GMT epitzer [1454] * branches/New Persistence Exploration (deleted) * trunk/sources/HeuristicLab.Persistence (added) * trunk/sources/HeuristicLab.Persistence.GUI (added) * trunk/sources/HeuristicLab.Persistence.GUI/HeuristicLab.Persistence.GUI.csproj (added) * trunk/sources/HeuristicLab.Persistence.GUI/HeuristicLabPersistenceGUIPlugin.cs (added) * trunk/sources/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.Designer.cs (added) * trunk/sources/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.cs (added) * trunk/sources/HeuristicLab.Persistence.GUI/PersistenceConfigurationForm.resx (added) * trunk/sources/HeuristicLab.Persistence.GUI/Properties (added) * trunk/sources/HeuristicLab.Persistence.GUI/Properties/AssemblyInfo.frame (added) * trunk/sources/HeuristicLab.Persistence.GUI/app.config (added) * trunk/sources/HeuristicLab.Persistence.Test (added) * trunk/sources/HeuristicLab.Persistence.Test/HeuristicLab.Persistence.Test.csproj (added) * trunk/sources/HeuristicLab.Persistence.Test/NewSerializationTest.cs (added) * trunk/sources/HeuristicLab.Persistence.Test/SerializationTest.cs (added) * trunk/sources/HeuristicLab.Persistence.Test/StorableAttributeTests.cs (added) * trunk/sources/HeuristicLab.Persistence/Core (added) * trunk/sources/HeuristicLab.Persistence/Core/Configuration.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/ConfigurationService.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/DataMemberAccessor.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/DeSerializer.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/Serializer.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/StorableAttribute.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/Tag.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/TypeMapping.cs (added) * trunk/sources/HeuristicLab.Persistence/Core/TypeStringBuilder.cs (added) * trunk/sources/HeuristicLab.Persistence/Default (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers/ArrayDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers/DictionaryDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers/EnumerableDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers/StorableDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Decomposers/TypeDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/ViewOnly (added) * trunk/sources/HeuristicLab.Persistence/Default/ViewOnly/ViewOnlyFormat.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact/DoubleArray2XmlFormatters.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact/DoubleList2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact/IntArray2XmlFormatters.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact/IntList2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact/NumberArray2XmlFormatters.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Compact/NumberEnumeration2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Primitive (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Primitive/Boolean2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Primitive/DateTime2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Primitive/Double2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Primitive/Int2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/Primitive/Sting2XmlFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/XmlFormat.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/XmlGenerator.cs (added) * trunk/sources/HeuristicLab.Persistence/Default/Xml/XmlParser.cs (added) * trunk/sources/HeuristicLab.Persistence/HeuristicLab.Persistence.csproj (added) * trunk/sources/HeuristicLab.Persistence/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Persistence/HeuristicLabPersistencePlugin.cs (added) * trunk/sources/HeuristicLab.Persistence/Interfaces (added) * trunk/sources/HeuristicLab.Persistence/Interfaces/IDecomposer.cs (added) * trunk/sources/HeuristicLab.Persistence/Interfaces/IFormatter.cs (added) * trunk/sources/HeuristicLab.Persistence/Interfaces/Tokens.cs (added) * trunk/sources/HeuristicLab.Persistence/Properties (added) * trunk/sources/HeuristicLab.Persistence/Properties/AssemblyInfo.frame (added) * trunk/sources/HeuristicLab.Persistence/Properties/Settings.Designer.cs (added) * trunk/sources/HeuristicLab.Persistence/Properties/Settings.settings (added) * trunk/sources/HeuristicLab.Persistence/Util.cs (added) * trunk/sources/HeuristicLab.Persistence/app.config (added) * trunk/sources/HeuristicLab.sln (modified) * trunk/sources/HeuristicLab/CopyAssemblies.cmd (modified) * trunk/sources/HeuristicLab/MergeConfigs.cmd (modified) * trunk/tools (modified) merge persistence exploration branch into trunk as HL plugin. (#506) Fri, 27 Mar 2009 13:34:02 GMT aleitner [1451] * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/AddJobForm.Designer.cs (modified) * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/Changes.cs (modified) * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerConsole.Designer.cs (modified) * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs (modified) * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.cs (modified) * branches/Hive_Management_Console_Refactoring_Ticket508/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.resx (modified) change group of job if changed check if client is offline (#508) Fri, 27 Mar 2009 12:45:33 GMT epitzer [1447] * branches/New Persistence Exploration/Persistence/Persistence/Core/ConfigurationService.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DataMemberAccessor.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Serializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/Tag.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Core/TypeMapping.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Core/TypeStringBuilder.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/StorableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/TypeDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/ViewOnly/ViewOnlyFormat.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlGenerator.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/HeuristicLab.Persistence-3.3.csproj (modified) * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IDecomposer.cs (modified) refactoring and code clean up. (#9999) Fri, 27 Mar 2009 11:51:32 GMT epitzer [1438] * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) Include lower bounds in serialized arrays. (#506) Fri, 27 Mar 2009 11:50:34 GMT epitzer [1437] * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/Compact/NumberArray2XmlFormatters.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlGenerator.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IDecomposer.cs (modified) Cleanup DeSerializer code. (#506) Fri, 27 Mar 2009 10:22:11 GMT epitzer [1435] * branches/New Persistence Exploration/Persistence/Persistence/Core/DataMemberAccessor.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Test/NewSerializationTest.cs (modified) Properly deserialize enumerables with parent references, use single ... Thu, 26 Mar 2009 16:56:55 GMT epitzer [1434] * branches/New Persistence Exploration/Persistence/Persistence/Core/DeSerializer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/ArrayDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/DictionaryDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/EnumerableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/KeyValuePairDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Default/Decomposers/StorableDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Persistence/Interfaces/IDecomposer.cs (modified) * branches/New Persistence Exploration/Persistence/Test/NewSerializationTest.cs (modified) Almost complete solution for correctly handling parent references. (#506) Thu, 26 Mar 2009 16:55:42 GMT epitzer [1433] * branches/New Persistence Exploration/Persistence/Persistence/Default/Xml/XmlParser.cs (modified) Fix nasty copy&paste bug. (#506)