Skip to content

Commit

Permalink
Merge pull request #522 from filoozom/upgrade-snappy
Browse files Browse the repository at this point in the history
Upgrade snappy to 1.1.7
  • Loading branch information
ralphtheninja committed Oct 31, 2018
2 parents d72a533 + d41cc22 commit cdf0f1a
Show file tree
Hide file tree
Showing 57 changed files with 28 additions and 93,264 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "deps/snappy/snappy"]
path = deps/snappy/snappy
url = https://github.com/google/snappy.git
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -294,6 +294,20 @@ There are multiple ways you can find help in using LevelDB in Node.js:
See the [contribution guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details.

### Git Submodules

This project uses Git Submodules. This means that you should clone it recursively if you're planning on working on it:

```bash
$ git clone --recurse-submodules https://github.com/Level/leveldown.git
```

Alternatively, you can initialize submodules inside the cloned folder:

```bash
$ git submodule update --init --recursive
```

### Windows

A large portion of the Windows support comes from code by [Krzysztof Kowalczyk](http://blog.kowalczyk.info/) [@kjk](https://twitter.com/kjk), see his Windows LevelDB port [here](http://code.google.com/r/kkowalczyk-leveldb/). If you're using `leveldown` on Windows, you should give him your thanks!
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -15,6 +15,7 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
- git submodule update --init --recursive
- npm i

test_script:
Expand Down
1 change: 1 addition & 0 deletions deps/snappy/snappy
Submodule snappy added at b02bfa
1 change: 0 additions & 1 deletion deps/snappy/snappy-1.1.4/AUTHORS

This file was deleted.

54 changes: 0 additions & 54 deletions deps/snappy/snappy-1.1.4/COPYING

This file was deleted.

2,468 changes: 0 additions & 2,468 deletions deps/snappy/snappy-1.1.4/ChangeLog

This file was deleted.

0 comments on commit cdf0f1a

Please sign in to comment.