Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 10:04:37 (15 years ago)
Author:
gkronber
Message:

Added plugin for new version of ALGLIB. #875 (Update ALGLIB sources)

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0
Files:
121 added
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0/ALGLIB-2.3.0/ALGLIB-2.3.0.csproj

    r2805 r2806  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{44456535-5DB5-454A-BE2B-7426DA6700B6}</ProjectGuid>
     8    <ProjectGuid>{B5EAF001-021A-4572-84E3-FED4B8AEBBAB}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>ALGLIB</RootNamespace>
    12     <AssemblyName>ALGLIB-2.1.2.2591</AssemblyName>
     12    <AssemblyName>ALGLIB-2.3.0</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    8080  </ItemGroup>
    8181  <ItemGroup>
     82    <Compile Include="ablas.cs" />
     83    <Compile Include="ablasf.cs" />
    8284    <Compile Include="airyf.cs" />
    8385    <Compile Include="ap.cs" />
     
    9496    <Compile Include="chebyshev.cs" />
    9597    <Compile Include="chisquaredistr.cs" />
    96     <Compile Include="cholesky.cs" />
    9798    <Compile Include="cinverse.cs" />
    98     <Compile Include="clu.cs" />
    9999    <Compile Include="conv.cs" />
    100100    <Compile Include="corr.cs" />
     
    102102    <Compile Include="correlationtests.cs" />
    103103    <Compile Include="cqr.cs" />
    104     <Compile Include="crcond.cs" />
    105104    <Compile Include="creflections.cs" />
    106     <Compile Include="csolve.cs" />
    107105    <Compile Include="ctrinverse.cs" />
    108     <Compile Include="ctrlinsolve.cs" />
    109106    <Compile Include="dawson.cs" />
    110107    <Compile Include="densesolver.cs" />
     
    125122    <Compile Include="hbisinv.cs" />
    126123    <Compile Include="hblas.cs" />
    127     <Compile Include="hcholesky.cs" />
    128124    <Compile Include="hermite.cs" />
    129125    <Compile Include="hessenberg.cs" />
     
    149145    <Compile Include="lq.cs" />
    150146    <Compile Include="lsfit.cs" />
    151     <Compile Include="lu.cs" />
    152147    <Compile Include="mannwhitneyu.cs" />
    153148    <Compile Include="matgen.cs" />
     
    171166    <Compile Include="reflections.cs" />
    172167    <Compile Include="rotations.cs" />
     168    <Compile Include="safesolve.cs" />
    173169    <Compile Include="sbisinv.cs" />
    174170    <Compile Include="sblas.cs" />
     
    180176    <Compile Include="spdgevd.cs" />
    181177    <Compile Include="spdinverse.cs" />
    182     <Compile Include="spdrcond.cs" />
    183     <Compile Include="spdsolve.cs" />
    184178    <Compile Include="spline1d.cs" />
    185179    <Compile Include="spline2d.cs" />
     
    194188    <Compile Include="tdbisinv.cs" />
    195189    <Compile Include="tdevd.cs" />
     190    <Compile Include="trfac.cs" />
    196191    <Compile Include="tridiagonal.cs" />
    197192    <Compile Include="trigintegrals.cs" />
     
    205200  <ItemGroup>
    206201    <None Include="HeuristicLab.snk" />
     202  </ItemGroup>
     203  <ItemGroup>
     204    <Content Include="ALGLIB License.txt" />
    207205  </ItemGroup>
    208206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0/ALGLIB-2.3.0/Properties/AssemblyInfo.cs

    r2645 r2806  
    3232[assembly: AssemblyCompany("")]
    3333[assembly: AssemblyProduct("ALGLIB")]
    34 [assembly: AssemblyCopyright("Copyright (c) 2003-2009 Sergey Bochkanov (ALGLIB project)")]
     34[assembly: AssemblyCopyright("Copyright (c) 2003-2010 Sergey Bochkanov (ALGLIB project)")]
    3535[assembly: AssemblyTrademark("")]
    3636[assembly: AssemblyCulture("")]
     
    5454// by using the '*' as shown below:
    5555// [assembly: AssemblyVersion("1.0.*")]
    56 [assembly: AssemblyVersion("2.1.2.2591")]
    57 [assembly: AssemblyFileVersion("2.1.2.2591")]
     56[assembly: AssemblyVersion("2.3.0")]
     57[assembly: AssemblyFileVersion("2.3.0")]
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0/HeuristicLab.ALGLIB-2.3.0/HeuristicLab.ALGLIB-2.3.0.csproj

    r2805 r2806  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{B6C53341-86C0-4063-87E2-F573EFE51132}</ProjectGuid>
     8    <ProjectGuid>{8113BA87-375C-47C7-B005-8F36062B194E}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.ALGLIB</RootNamespace>
    12     <AssemblyName>HeuristicLab.ALGLIB-2.1.2.2591</AssemblyName>
     12    <AssemblyName>HeuristicLab.ALGLIB-2.3.0</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    9090      <Name>HeuristicLab.PluginInfrastructure</Name>
    9191    </ProjectReference>
    92     <ProjectReference Include="..\ALGLIB-2.1.2.2591\ALGLIB-2.1.2.2591.csproj">
    93       <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project>
    94       <Name>ALGLIB-2.1.2.2591</Name>
     92    <ProjectReference Include="..\ALGLIB-2.3.0\ALGLIB-2.3.0.csproj">
     93      <Project>{B5EAF001-021A-4572-84E3-FED4B8AEBBAB}</Project>
     94      <Name>ALGLIB-2.3.0</Name>
    9595    </ProjectReference>
    9696  </ItemGroup>
    9797  <ItemGroup>
    98     <Content Include="ALGLIB License.txt">
    99       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     98    <Content Include="ALGLIB License-2.3.0.txt">
     99      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    100100    </Content>
    101101  </ItemGroup>
    102102  <ItemGroup>
    103103    <None Include="HeuristicLab.snk" />
     104    <None Include="HeuristicLabAlgLibPlugin.cs.frame" />
    104105    <None Include="Properties\AssemblyInfo.frame" />
    105106  </ItemGroup>
     
    118119set Outdir=$(Outdir)
    119120
    120 call PreBuildEvent.cmd</PreBuildEvent>
     121call PreBuildEvent.cmd
     122SubWCRev "%25ProjectDir%25/" "%25ProjectDir%25/HeuristicLabAlgLibPlugin.cs.frame" "%25ProjectDir%25/HeuristicLabAlgLibPlugin.cs"</PreBuildEvent>
    121123  </PropertyGroup>
    122124</Project>
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.3.0/HeuristicLab.ALGLIB-2.3.0/Properties/AssemblyInfo.frame

    r2645 r2806  
    1212[assembly: AssemblyCompany("")]
    1313[assembly: AssemblyProduct("HeuristicLab")]
    14 [assembly: AssemblyCopyright("(c) 2002-2008 HEAL")]
     14[assembly: AssemblyCopyright("(c) 2002-2010 HEAL")]
    1515[assembly: AssemblyTrademark("")]
    1616[assembly: AssemblyCulture("")]
     
    3434// by using the '*' as shown below:
    3535// [assembly: AssemblyVersion("1.0.*")]
    36 [assembly: AssemblyVersion("2.1.2.2591")]
    37 [assembly: AssemblyFileVersion("2.1.2.2591")]
    38 [assembly: AssemblyBuildDate("$WCNOW$")]
     36[assembly: AssemblyVersion("2.3.0")]
     37[assembly: AssemblyFileVersion("2.3.0.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.