Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19244] Windows: Avoid recompile of native C++ Wrappers

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-08-14T20:06:40.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.0.0
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2015-07-21T23:59:17.000+0000
Updated2017-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).

Comments

  1. Christopher Williams 2015-08-14

    https://github.com/appcelerator/titanium_mobile_windows/pull/403
  2. Lee Morris 2017-03-14

    Closing ticket as fixed.

JSON Source