react-native-macos/ReactCommon/better
Valentin Shergin 15302284cc Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets
Summary:
First of all, seems it's the right thing to do. Fabric C++ code is cross-platfrom and should run on *all* platforms including Windows, Linux, and Mac.
While we don't have a real *production* use cases where we need compilation for desktops, having CXX target is really handy for two reasons:
* It simplifies local test running process. Instead of going to `/fbandroid/` and executing something like `buck test fbsource//xplat/js/react-native-github/ReactCommon/fabric/core:coreAndroid` (note the suffix). We can just do `buck test fbsource//xplat/js/react-native-github/ReactCommon/fabric/core:core` everywhere and it works now out of the box. Running tests with "Apple" flavor never worked for me.
* It allows creating synthetic benchmark tests (using Google Benchmark) that can be used as a rough approximation of code micro-optimizations.

Reviewed By: JoshuaGross

Differential Revision: D15608678

fbshipit-source-id: d2449035685dbca6ab983480f5334ec4ac11cd35
2019-06-04 15:34:34 -07:00
..
BUCK Fabric: Enable CXX (aka Default) platfrom fravour for all C++ Fabric targets 2019-06-04 15:34:34 -07:00
better.h Fabric: Disabling custom ("better") containers in DEBUG mode 2019-03-20 09:24:59 -07:00
map.h Fabric: Introducing Better: For faster, clear and ideomatic codebase 2019-02-08 13:57:33 -08:00
mutex.h Fabric: Introducting State, an escape path from unidirectional data flow 2019-02-27 00:32:25 -08:00
optional.h Fabric: Disabling custom ("better") containers in DEBUG mode 2019-03-20 09:24:59 -07:00
set.h Fabric: Introducing Better: For faster, clear and ideomatic codebase 2019-02-08 13:57:33 -08:00
small_vector.h Fabric: Using small_vector for SharedShadowNodeList 2019-03-07 13:41:20 -08:00