Changes between Initial Version and Version 1 of FDORfc70


Ignore:
Timestamp:
Mar 26, 2015, 5:32:51 AM (9 years ago)
Author:
kwi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc70

    v1 v1  
     1= FDO RFC 70 - Migrate FDO to VS2015 compiler =
     2
     3This page contains a request for comments document (RFC) for the FDO Open Source project. 
     4More FDO RFCs can be found on the [wiki:FDORfcs RFCs] page.
     5
     6== Status ==
     7 
     8||RFC Template Version||1.1|| 
     9||Submission Date||March 26, 2015||
     10||Last Modified||Karsten Winter - March 26, 2015||
     11||Author||Karsten Winter||
     12||RFC Status||draft||
     13||Implementation Status||pending||
     14||Proposed Milestone||4.1.0||
     15||Assigned PSC guide(s)||Greg Boone||
     16||'''Voting History'''||(vote date)||
     17||+1||Greg||
     18||+0||||
     19||-0||||
     20||-1||||
     21 
     22== Overview ==
     23
     24This is a proposal to update the FDO project to completely support the VC15 compiler and the v150 runtime for the current FDO 4.1.0 release. These changes will be made for the FDO, FDO Provider unmanaged and managed C++ projects. With the completion of this RFC, all binaries shipped with FDO 4.1.0 will use the v150 runtime, and none will remain using the v110 runtime.
     25
     26== Motivation ==
     27
     28Supporting the new v150 runtime shipped with Visual Studio 2015 will allow clients and developers to take advantage of the latest Microsoft compiler release and its associated APIs and functionality.
     29
     30== Proposed Solution ==
     31
     32•       All *_vs12.sln solution files in the trunk will be renamed to *_vs15.sln and the project files will be upgraded to use the VC15 compiler and v150 runtime.[[BR]]
     33•       All projects will be recompiled and code changes made as appropriate[[BR]]
     34•       All unit tests will be run and must pass before the above changes can be submitted back to the FDO Trunk.[[BR]]
     35
     36'''NOTE:'''
     37
     38•       The KingInformix, KingKML and KingMsSqlSpatial providers will not be updated to VC15 by Autodesk.[[BR]]
     39Responsibility for updating the build settings for these providers and verifying that these providers build with the v150 runtime will have to be undertaken by other Open Source FDO developers, potentially the King developer group.
     40
     41== Implications ==
     42
     43As we will replace the compiler and the runtime version in trunk, the VC11 compiler and v110 runtime will not be available anymore.
     44
     45== Test Plan ==
     46
     47No new unit tests will be created for this. However, the existing unit tests will be run to ensure that they still pass.
     48
     49== !Funding/Resources ==
     50
     51Autodesk to migrate the FDO API and the set of providers released in the FDO 4.1.0