Tags: yayanet/yoga
Tags
Sample workspace: remove XML comment Summary: @public Xcode does not like it Reviewed By: astreet Differential Revision: D14580168 fbshipit-source-id: 6d26b3961b45a59ef9dc977b21493e60e3cf9396
Move native methods to a single class Summary: @public Moving all native methods in a single class provides the benefit of not having to load native bindings eagerly when just creating config objects in the startup paths, or setting Java-only values on them. Loading native bindings triggers additional class loads (`YogaConfig` / `YogaNode`), and can lead to problems in multi-dex scenarions. Reviewed By: pasqualeanatriello Differential Revision: D14560658 fbshipit-source-id: 14e31e3c3b560675b5a752a38ae75ab80a565ea1
1.12.0-pre.1 (facebook#865) Summary: Push version in podspec. We will use `-SNAPSHOT` for bintray Pull Request resolved: facebook#865 Differential Revision: D14299474 Pulled By: davidaurelio fbshipit-source-id: e788479677e1b3c4155a24a336e625508e085f86
1.12.0-pre.1 (facebook#865) Summary: Push version in podspec. We will use `-SNAPSHOT` for bintray Pull Request resolved: facebook#865 Differential Revision: D14299474 Pulled By: davidaurelio fbshipit-source-id: e788479677e1b3c4155a24a336e625508e085f86
for experimentation: configurable measure cache size Summary: @public Allows to limit the number of measure cache entries used. This is purely for experimentation. The measure cache uses about half of every `YGNode`. Reducing its size would allow us to reduce resident memory used by Yoga. Reviewed By: SidharthGuglani Differential Revision: D14279027 fbshipit-source-id: e0d22138230bee7fb129c193eb6e4085de02a36e
Tidy up YGFloatOptional Summary: Just some convention/weird style things. `float` should be passed by value, weird use of ?: operator instead of ||. Reviewed By: priteshrnandgaonkar Differential Revision: D8804407 fbshipit-source-id: e0d67363ccde36ec5bccec7497ed0ffd364b3fcf
PreviousNext