react-native/ReactCommon/fabric/uimanager
Kevin Gozali 266016c521 iOS: Mark Scheduler class as final
Summary:
This fixes some build flavor:

```
error: destructor called on non-final 'facebook::react::Scheduler' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]
```

Reviewed By: shergin

Differential Revision: D7958022

fbshipit-source-id: 6ff64bdaa221b5c6430a98244d40d6d3789ba937
2018-05-10 15:17:53 -07:00
..
tests iOS: added placeholder test setup for fabric graphics/uimanager/view targets 2018-03-23 22:22:20 -07:00
BUCK Fabric/Text: Connecting the dots 2018-05-08 19:24:10 -07:00
ComponentDescriptorRegistry.cpp Fabric: ComponentDescriptorRegistry::operator[] marked as const 2018-04-10 12:59:51 -07:00
ComponentDescriptorRegistry.h Fabric: ComponentDescriptorRegistry::operator[] marked as const 2018-04-10 12:59:51 -07:00
Differentiator.cpp Fabric: Fixed issue in the diffing algorithm 2018-04-10 12:59:51 -07:00
Differentiator.h Fabric: Diffing Algorithm (computing shadow node tree mutation instructions) 2018-04-10 12:59:51 -07:00
FabricUIManager.cpp Fabric/Text: Connecting the dots 2018-05-08 19:24:10 -07:00
FabricUIManager.h Fabric: Introducing UIManagerDelegate 2018-04-10 12:59:51 -07:00
IFabricPlatformUIOperationManager.h `fabric/uimanager` module 2018-03-18 19:17:39 -07:00
Scheduler.cpp Fabric: Introducing `ShadowTree` 2018-05-08 23:03:36 -07:00
Scheduler.h iOS: Mark Scheduler class as final 2018-05-10 15:17:53 -07:00
SchedulerDelegate.h Fix dtor declaration for clang-6 2018-04-20 10:04:39 -07:00
ShadowTree.cpp Fabric: Introducing `ShadowTree` 2018-05-08 23:03:36 -07:00
ShadowTree.h Fabric: Introducing `ShadowTree` 2018-05-08 23:03:36 -07:00
ShadowTreeDelegate.h Fabric: Introducing `ShadowTree` 2018-05-08 23:03:36 -07:00
TreeMutationInstruction.cpp Fabric: Refined TreeMutationInstruction class 2018-04-10 12:59:50 -07:00
TreeMutationInstruction.h Fabric: Refined TreeMutationInstruction class 2018-04-10 12:59:50 -07:00
UIManagerDelegate.h Fabric: Introducing UIManagerDelegate 2018-04-10 12:59:51 -07:00