Skip to content

Commit

Permalink
Merge tag '3.10.00'
Browse files Browse the repository at this point in the history
3.10.00 Release
  • Loading branch information
rparolin committed Jul 6, 2018
2 parents a57bafa + 5403710 commit 2b516e7
Show file tree
Hide file tree
Showing 64 changed files with 2,885 additions and 1,018 deletions.
1 change: 1 addition & 0 deletions .p4ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.git/
tags
.gitignore
cscope.out
21 changes: 0 additions & 21 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,3 @@ popd
popd
```

### Building using Buck

EASTL can also be built using [Buck Build](https://www.buckbuild.com).

To build EASTL:

```bash=
buck build :eastl
```

To run the tests:

```bash=
buck run :test-runner
```

To run the benchmarks:

```bash=
buck run :benchmark
```
Loading

0 comments on commit 2b516e7

Please sign in to comment.