Skip to content

Commit

Permalink
Bumped submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Optiroc committed Sep 7, 2018
1 parent afcb703 commit b2601ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/brrtools
Submodule brrtools updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion tools/cc65
Submodule cc65 updated 453 files
2 changes: 1 addition & 1 deletion tools/lz4
Submodule lz4 updated 50 files
+4 −0 .gitignore
+12 −4 .travis.yml
+20 −19 Makefile
+12 −0 NEWS
+16 −17 README.md
+7 −7 circle.yml
+4 −4 contrib/gen_manual/Makefile
+ doc/images/usingCDict_1_8_2.png
+38 −25 doc/lz4_Block_format.md
+12 −4 doc/lz4_Frame_format.md
+173 −81 doc/lz4_manual.html
+113 −43 doc/lz4frame_manual.html
+25 −19 examples/Makefile
+246 −173 examples/frameCompress.c
+59 −41 lib/Makefile
+1 −1 lib/README.md
+766 −415 lib/lz4.c
+211 −83 lib/lz4.h
+200 −92 lib/lz4frame.c
+164 −28 lib/lz4frame.h
+4 −111 lib/lz4frame_static.h
+661 −145 lib/lz4hc.c
+106 −31 lib/lz4hc.h
+0 −356 lib/lz4opt.h
+1 −1 lib/xxhash.c
+30 −32 programs/Makefile
+66 −35 programs/bench.c
+3 −2 programs/bench.h
+3 −3 programs/lz4.1.md
+9 −3 programs/lz4cli.c
+17 −6 programs/lz4io.c
+6 −1 programs/lz4io.h
+17 −3 programs/util.h
+1 −0 tests/.gitignore
+38 −25 tests/Makefile
+79 −0 tests/checkTag.c
+28 −14 tests/frametest.c
+35 −19 tests/fullbench.c
+424 −141 tests/fuzzer.c
+20 −0 tests/test_install.sh
+1 −1 visual/.gitignore
+173 −0 visual/VS2017/datagen/datagen.vcxproj
+180 −0 visual/VS2017/frametest/frametest.vcxproj
+184 −0 visual/VS2017/fullbench-dll/fullbench-dll.vcxproj
+180 −0 visual/VS2017/fullbench/fullbench.vcxproj
+177 −0 visual/VS2017/fuzzer/fuzzer.vcxproj
+51 −0 visual/VS2017/liblz4-dll/liblz4-dll.rc
+183 −0 visual/VS2017/liblz4-dll/liblz4-dll.vcxproj
+179 −0 visual/VS2017/liblz4/liblz4.vcxproj
+98 −0 visual/VS2017/lz4.sln

0 comments on commit b2601ff

Please sign in to comment.