Skip to content

Commit 59ed9e5

Browse files
authored
upload version 1.84 of Boost (#20)
1 parent 9bcd890 commit 59ed9e5

File tree

12,971 files changed

+306356
-2502640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,971 files changed

+306356
-2502640
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Boost for React Native
22

3-
This is a copy of [Boost](http://www.boost.org/) that is used to build React Native from source. It includes just the Boost source code (without the docs, for example) so that downloading and extracting the files doesn't take too long.
3+
This is the subset of [Boost](http://www.boost.org/) required by React Native. It includes only the Boost source code (without the docs, for example) that is needed by RN.
44

5-
You probably don't want to directly use this repository. Its sole purpose is to distribute the Boost code for building React Native.
5+
Do not use this repo directly: its sole purpose is to distribute Boost code for building React Native.
66

77
This library does not necessarily follow semver. It follows Boost's versioning plus a number in the prerelease identifier position. React Native declares the exact version of this library it depends on instead of using semver ranges.
88

@@ -12,11 +12,11 @@ First, download a new version of Boost, e.g.: http://www.boost.org/users/history
1212

1313
Then create a dummy commit and a git tag so you can create a new release.
1414

15-
React Native build tools (Gradle) expect specific folder structure.
15+
React Native build tools (Gradle and Cocoapods) expect specific folder structure.
1616
Run this command to get a .tar.gz file:
1717

1818
```
19-
tar -cvzf boost_1_63_0.tar.gz boost_1_63_0/
19+
tar -cvzf boost_<version>.tar.gz boost_<version>/
2020
```
2121

2222
Then drag&drop the tar.gz file to the releases page.

Diff for: boost-for-react-native.podspec

-18
This file was deleted.

Diff for: boost/accumulators/accumulators.hpp

-27
This file was deleted.

Diff for: boost/accumulators/accumulators_fwd.hpp

-230
This file was deleted.

Diff for: boost/accumulators/framework/accumulator_base.hpp

-65
This file was deleted.

Diff for: boost/accumulators/framework/accumulator_concept.hpp

-29
This file was deleted.

0 commit comments

Comments
 (0)