Skip to content

Commit

Permalink
upload version 1.84 of Boost (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Apr 5, 2024
1 parent 9bcd890 commit 59ed9e5
Show file tree
Hide file tree
Showing 12,971 changed files with 306,356 additions and 2,502,640 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Boost for React Native

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.
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.

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

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.

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

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

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

```
tar -cvzf boost_1_63_0.tar.gz boost_1_63_0/
tar -cvzf boost_<version>.tar.gz boost_<version>/
```

Then drag&drop the tar.gz file to the releases page.
Expand Down
18 changes: 0 additions & 18 deletions boost-for-react-native.podspec

This file was deleted.

27 changes: 0 additions & 27 deletions boost/accumulators/accumulators.hpp

This file was deleted.

230 changes: 0 additions & 230 deletions boost/accumulators/accumulators_fwd.hpp

This file was deleted.

65 changes: 0 additions & 65 deletions boost/accumulators/framework/accumulator_base.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions boost/accumulators/framework/accumulator_concept.hpp

This file was deleted.

Loading

0 comments on commit 59ed9e5

Please sign in to comment.