[TIMOB-19244] Windows: Avoid recompile of native C++ Wrappers
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-14T20:06:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-07-21T23:59:17.000+0000 |
Updated | 2017-03-14T20:16:37.000+0000 |
Description
When developers use native API access we generate C++ wrapper types for any native type they may touch. These take a significant amount of time to build. If the list of types hasn't changed we shouldn't rebuild any of the native WinRT component. If the set of types gets larger, we should only recompile the new types (and RequireHook/Platform::Object/ModuleLoader).
https://github.com/appcelerator/titanium_mobile_windows/pull/403
Closing ticket as fixed.