Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3
- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2520_PersistenceReintegration/HeuristicLab.Clients.Hive.Slave.WindowsService merged eligible /branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Slave.WindowsService merged eligible /branches/2947_ConfigurableIndexedDataTable/HeuristicLab.Clients.Hive.Slave.WindowsService merged eligible /branches/2965_CancelablePersistence/HeuristicLab.Clients.Hive.Slave.WindowsService merged eligible /stable/HeuristicLab.Clients.Hive.Slave.WindowsService merged eligible /trunk/HeuristicLab.Clients.Hive.Slave.WindowsService merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Clients.Hive.Slave.WindowsService 10321-10322 /branches/2892_LR-prediction-intervals/HeuristicLab.Clients.Hive.Slave.WindowsService 15743-16388 /branches/2915-AbsoluteSymbol/HeuristicLab.Clients.Hive.Slave.WindowsService 15943-16355 /branches/Algorithms.GradientDescent/HeuristicLab.Clients.Hive.Slave.WindowsService 5516-5520 /branches/Benchmarking/sources/HeuristicLab.Clients.Hive.Slave.WindowsService 6917-7005 /branches/CloningRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService 4656-4721 /branches/CodeEditor/HeuristicLab.Clients.Hive.Slave.WindowsService 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Clients.Hive.Slave.WindowsService 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Clients.Hive.Slave.WindowsService 5815-6180 /branches/DataAnalysis/HeuristicLab.Clients.Hive.Slave.WindowsService 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Clients.Hive.Slave.WindowsService 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Clients.Hive.Slave.WindowsService 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Clients.Hive.Slave.WindowsService 5060 /branches/HLScript/HeuristicLab.Clients.Hive.Slave.WindowsService 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Clients.Hive.Slave.WindowsService 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Clients.Hive.Slave.WindowsService 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.Hive.Slave.WindowsService 11130-12721 /branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Slave.WindowsService 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Clients.Hive.Slave.WindowsService 10202-10483 /branches/NET40/sources/HeuristicLab.Clients.Hive.Slave.WindowsService 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Clients.Hive.Slave.WindowsService 12033-12122 /branches/ParallelEngine/HeuristicLab.Clients.Hive.Slave.WindowsService 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Clients.Hive.Slave.WindowsService 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Clients.Hive.Slave.WindowsService 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Clients.Hive.Slave.WindowsService 6828 /branches/RuntimeOptimizer/HeuristicLab.Clients.Hive.Slave.WindowsService 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Clients.Hive.Slave.WindowsService 7787-8333 /branches/SlaveShutdown/HeuristicLab.Clients.Hive.Slave.WindowsService 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Clients.Hive.Slave.WindowsService 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Clients.Hive.Slave.WindowsService 5370-5682 /branches/Trunk/HeuristicLab.Clients.Hive.Slave.WindowsService 6829-6865 /branches/UnloadJobs/HeuristicLab.Clients.Hive.Slave.WindowsService 9168-9215 /branches/VNS/HeuristicLab.Clients.Hive.Slave.WindowsService 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Clients.Hive.Slave.WindowsService 12948-12950 /branches/histogram/HeuristicLab.Clients.Hive.Slave.WindowsService 5959-6341
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/HeuristicLab.Clients.Hive.Slave.WindowsService-3.3.csproj
r11623 r16723 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Slave.WindowsService</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave.WindowsService</AssemblyName> 13 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <IsWebBootstrapper>false</IsWebBootstrapper> -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/Program.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/ProjectInstaller.Designer.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/ProjectInstaller.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/Properties/AssemblyInfo.cs.frame
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/SlaveWindowsService.Designer.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/SlaveWindowsService.cs
r16692 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. -
branches/2521_ProblemRefactoring/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config
r16692 r16723 150 150 <client> 151 151 <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/> 152 <endpoint address="http://services.heuristiclab.com/Hive-3. 3/HiveService.svc"152 <endpoint address="http://services.heuristiclab.com/Hive-3.4/HiveService.svc" 153 153 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 154 154 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> … … 157 157 </identity> 158 158 </endpoint> 159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3. 3/HiveService.svc"159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.4/HiveService.svc" 160 160 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 161 161 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService">
Note: See TracChangeset
for help on using the changeset viewer.