# # ChangeLog for branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Protos # # Generated by Trac 1.0.12 # 04/28/24 10:14:52 Thu, 07 Dec 2017 15:07:30 GMT jkarder [15501] * branches/PersistenceReintegration/HeuristicLab.ExtLibs.sln (modified) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0 (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Google.Protobuf Changes-3.5.0.txt (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Google.Protobuf License-3.5.0.txt (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Google.Protobuf Readme-3.5.0.txt (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Google.Protobuf.dll (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Google.Protobuf.pdb (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Google.Protobuf.xml (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/HeuristicLab.Protobuf-3.5.0.csproj (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/HeuristicLab.snk (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Plugin.cs (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Plugin.cs.frame (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Properties (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/Properties/AssemblyInfo.cs (added) * branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/protoc-3.5.0.exe (added) * branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/HeuristicLab.Persistence-4.0.csproj (modified) * branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Protos/PersistenceMessages.proto (modified) * branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Protos/ProcessProtos.cmd (modified) #2520: added protobuf version 3.5.0 and changed proto definition Thu, 04 May 2017 07:59:15 GMT gkronber [14924] * branches/PersistenceReintegration/HeuristicLab.Persistence/4.0 (copied) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/BinarySerializer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/CustomTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/ShortIndex.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StorableAttribute.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StorableClassAttribute.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/IConverter.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/ArrayTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/DictionaryTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/EmptyTypeTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/KeyValuePairTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/ListTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/PointTransformer.cs (deleted) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/StackTransformer.cs (deleted) #2520 copied relevant files from persistence overhaul branch Mon, 20 Mar 2017 14:56:55 GMT gkronber [14771] * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableTypeAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/Mapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StorableConversionAttribute.cs (added) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/HeuristicLab.Persistence-4.0.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Protos/PersistenceMessages.proto (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/StorableClassTransformer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/Transformers.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCasesPersistenceNew.cs (modified) #2520 added versions to storable types and implemented conversion ...