react-native/ReactCommon/fabric/events
Valentin Shergin 9570d7d490 Fabric: Unifying usage of `auto`s
Summary:
I was watching a classic magnificent talk about modern C++ by Herb Sutter and I was totally sold on double down on using `auto` in our codebase. Surprisingly, 95% of the code base already follows Herb's guidence; I just changed the last 5% to make it consistent.
All those changes must work *exactly* like it was before.
The talk: https://youtu.be/xnqTKD8uD64?t=28m25s

Reviewed By: mdvacca

Differential Revision: D9753301

fbshipit-source-id: 9629aa485a5d6e51806cc96306c297284d4f90b8
2018-09-10 16:50:02 -07:00
..
tests
BUCK Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
BatchedEventQueue.cpp Fabric: Introducting EventQueue (+ Batched and Unbatched versions) 2018-08-27 07:32:35 -07:00
BatchedEventQueue.h Fabric: Introducting EventQueue (+ Batched and Unbatched versions) 2018-08-27 07:32:35 -07:00
EventBeat.cpp Fabric: Introducing EventBeat concept (and MainRunLoopEventBeat) 2018-08-27 07:32:34 -07:00
EventBeat.h Fabric: Introducing EventBeat concept (and MainRunLoopEventBeat) 2018-08-27 07:32:34 -07:00
EventDispatcher.cpp Fabric: Rethinking of `EventDispatcher` 2018-08-27 07:32:37 -07:00
EventDispatcher.h Fabric: Rethinking of `EventDispatcher` 2018-08-27 07:32:37 -07:00
EventEmitter.cpp Fabric: Unifying usage of `auto`s 2018-09-10 16:50:02 -07:00
EventEmitter.h Fabric: Rethinking of EventEmitter's role 2018-08-27 07:32:37 -07:00
EventQueue.cpp Fabric: Introducting EventQueue (+ Batched and Unbatched versions) 2018-08-27 07:32:35 -07:00
EventQueue.h Fabric: Introducting EventQueue (+ Batched and Unbatched versions) 2018-08-27 07:32:35 -07:00
RawEvent.cpp Fabric: Introducing `RawEvent` 2018-08-27 07:32:35 -07:00
RawEvent.h Fabric: Introducing `RawEvent` 2018-08-27 07:32:35 -07:00
UnbatchedEventQueue.cpp Fabric: Introducting EventQueue (+ Batched and Unbatched versions) 2018-08-27 07:32:35 -07:00
UnbatchedEventQueue.h Fabric: Introducting EventQueue (+ Batched and Unbatched versions) 2018-08-27 07:32:35 -07:00
primitives.h Fabric: `FabricUIManager::dispatchEventToEmptyTarget` got coupled with `dispatchEventToTarget` 2018-08-27 07:32:35 -07:00