Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit cdf0f1a

Browse files
author
Lars-Magnus Skog
authored
Merge pull request #522 from filoozom/upgrade-snappy
Upgrade snappy to 1.1.7
2 parents d72a533 + d41cc22 commit cdf0f1a

57 files changed

Lines changed: 28 additions & 93264 deletions

Some content is hidden

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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "deps/snappy/snappy"]
2+
path = deps/snappy/snappy
3+
url = https://github.com/google/snappy.git

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,20 @@ There are multiple ways you can find help in using LevelDB in Node.js:
294294
295295
See the [contribution guide](https://github.com/Level/community/blob/master/CONTRIBUTING.md) for more details.
296296

297+
### Git Submodules
298+
299+
This project uses Git Submodules. This means that you should clone it recursively if you're planning on working on it:
300+
301+
```bash
302+
$ git clone --recurse-submodules https://github.com/Level/leveldown.git
303+
```
304+
305+
Alternatively, you can initialize submodules inside the cloned folder:
306+
307+
```bash
308+
$ git submodule update --init --recursive
309+
```
310+
297311
### Windows
298312

299313
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!

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ platform:
1515
install:
1616
- ps: Install-Product node $env:nodejs_version $env:platform
1717
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
18+
- git submodule update --init --recursive
1819
- npm i
1920

2021
test_script:

deps/snappy/snappy

Submodule snappy added at b02bfa7

deps/snappy/snappy-1.1.4/AUTHORS

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/snappy/snappy-1.1.4/COPYING

Lines changed: 0 additions & 54 deletions
This file was deleted.

deps/snappy/snappy-1.1.4/ChangeLog

Lines changed: 0 additions & 2468 deletions
This file was deleted.

0 commit comments

Comments
 (0)