Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
  2. Sep 11, 2018
    • Tao Bao's avatar
      Revert "Merge tag 'v1.0.5' into HEAD" · c4af2b09
      Tao Bao authored
      This reverts commit 885730d6.
      
      Reason for revert: b/114832768 (32-bit
      recovery_component_test.UpdaterTest#brotli_new_data on marlin is
      broken).
      
      Bug: 114832768
      Test: The above test passes w/ the revert.
      Change-Id: I9d6ad3ce44069a94bc78020ed28c5aa1a6d10ce8
      c4af2b09
  3. Nov 29, 2017
    • Bernard Spil's avatar
      Fix missing symbols errors in libbrotlienc and dec (#623) · 1ca15159
      Bernard Spil authored
      When using autotools to build the binary and libraries, the resulting libraries don't link `brotlicommon` or `m`.
      This was detected when building cURL 7.57.0 which has now has brotli support. During configure it was failing
      ```
      checking run-time libs availability... failed
      configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lbrotlidec -lz -L/usr/local/lib
      ```
      inspection of config.log showed missing symbols from libbrotlicommon as the cause.
      
      This patch results in the encryption and decryption libs to be properly linked against libbrotlicommon and libm.
      See also https://bugs.freebsd.org/223966
      1ca15159
  4. Nov 28, 2017
    • Eugene Kliuchnikov's avatar
      Update (#620) · 0ad94eed
      Eugene Kliuchnikov authored
      * add autotools build
      * separate semantic and ABI version
      * extract sources.lst (used by CMake and Automake)
      * share pkgconfig templates (used by CMake and Automake)
      * decoder: always set `total_out`
      * encoder: fix `BROTLI_ENSURE_CAPACITY` macro (no-op after preprocessor)
      * decoder/encoder: refine `free_func` contract
Loading