Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14256


Ignore:
Timestamp:
08/16/16 12:37:18 (8 years ago)
Author:
abeham
Message:

#2651:

  • reverted Builder.testsettings
  • fixed bug in DllImporter (64bit call forwards)
Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/DllImporter.cs

    r14250 r14256  
    262262    [DllImport(X86Dll, EntryPoint = "igraph_vector_copy_to", CallingConvention = CallingConvention.Cdecl)]
    263263    private static extern void igraph_vector_copy_to_x86(igraph_vector_t from, [In, Out]double[] to);
    264     [DllImport(X64Dll, EntryPoint = "igraph_vector_copy", CallingConvention = CallingConvention.Cdecl)]
     264    [DllImport(X64Dll, EntryPoint = "igraph_vector_copy_to", CallingConvention = CallingConvention.Cdecl)]
    265265    private static extern void igraph_vector_copy_to_x64(igraph_vector_t from, [In, Out]double[] to);
    266266    [DllImport(X86Dll, EntryPoint = "igraph_vector_fill", CallingConvention = CallingConvention.Cdecl)]
  • trunk/sources/HeuristicLab.Tests/Builder.testsettings

    r14250 r14256  
    88    <TestTypeSpecific>
    99      <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
    10         <AssemblyResolution applicationBaseDirectory=".\bin">
     10        <AssemblyResolution>
    1111          <TestDirectory useLoadContext="true" />
    1212        </AssemblyResolution>
Note: See TracChangeset for help on using the changeset viewer.