Skip to content

Commit

Permalink
Bump mac/lz4 to 1.9.3. Bump pub project to 0.9.8. Rebuilt all mac lib…
Browse files Browse the repository at this point in the history
…s with xcode
  • Loading branch information
sethloco committed Nov 23, 2020
1 parent 0aa4c00 commit e63c5ec
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.9.8

- Updated [prebuilt libraries](lib/src/lz4/blobs) to [LZ4 v1.9.3](https://github.com/lz4/lz4/releases/tag/v1.9.3).
- Rebuilt mac 64-bit libraries for win/linux/mac using xcode project.
- Updated [cmake instructions](tool/blob_builder/CMakeLists.txt) for building prebuilt libraries on mac.
- Fix comments.

## 0.9.7

- **(Breaking Change: Codec Users)** Removed (user-override library) path argument in constructors for BrotliCodec, Lz4Codec
Expand Down
Binary file modified lib/src/brotli/blobs/esbrotli-mac64.dylib
Binary file not shown.
Binary file modified lib/src/lz4/blobs/eslz4-mac64.dylib
Binary file not shown.
Binary file modified lib/src/zstd/blobs/eszstd-mac64.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: es_compression
description: Compression framework providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
version: 0.9.7
version: 0.9.8
homepage: https://www.instantiations.com
issue_tracker: https://github.com/instantiations/es_compression/issues
repository: https://github.com/instantiations/es_compression
Expand Down
12 changes: 12 additions & 0 deletions tool/blob_builder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
# >cmake .. -DES_64BIT=OFF -G"Unix Makefiles"
# >make
#
# Mac
# Mac 64-bit - Unix Make
# >mkdir build && cd build
# >cmake .. -G"Unix Makefiles"
# >make
#
# Mac 64-bit - Xcode
# >mkdir build && cd build
# >cmake .. -G"xcode"
# <open xcode>
# <switch to ALL_BUILD target>
# <Menu: Product -> Build For -> Running>
#*******************************************************************************/
cmake_minimum_required(VERSION 3.14)
project(es_compression_blobs)
Expand Down

0 comments on commit e63c5ec

Please sign in to comment.