Commit Graph

1380 Commits

Author SHA1 Message Date
Evgenii Kliuchnikov
34e43eb020 fix typos
PiperOrigin-RevId: 815676548
v1.2.0rc1
2025-10-06 05:16:07 -07:00
Evgenii Kliuchnikov
b3142143f6 add installation section to README
PiperOrigin-RevId: 815667870
2025-10-06 04:45:22 -07:00
Evgenii Kliuchnikov
0e7ea31e6b add alternative unaligned memory access for MIPS
PiperOrigin-RevId: 815662268
2025-10-06 04:26:03 -07:00
Evgenii Kliuchnikov
da2e091eb7 prepare for v1.2.0.rc1
PiperOrigin-RevId: 815650799
2025-10-06 03:48:49 -07:00
Copybara-Service
82d3c163cb Merge pull request #1328 from akazwz:go
PiperOrigin-RevId: 815626477
2025-10-06 02:29:02 -07:00
Copybara-Service
4876ada111 Merge pull request #1335 from google:dependabot/github_actions/actions/cache-4.3.0
PiperOrigin-RevId: 815624406
2025-10-06 02:21:54 -07:00
Eugene Kliuchnikov
f1c80224e8 Fix some typos / non-typos. (#1345) 2025-10-03 12:16:07 +02:00
Evgenii Kliuchnikov
ed93810e27 support multi-phase initialization
PiperOrigin-RevId: 814128632
2025-10-02 01:51:02 -07:00
Eugene Kliuchnikov
7cc02a1687 Merge branch 'master' into dependabot/github_actions/actions/cache-4.3.0 2025-10-01 21:06:49 +02:00
Evgenii Kliuchnikov
54481d4ebe use builtin bswap when available
PiperOrigin-RevId: 813849285
2025-10-01 11:56:09 -07:00
Evgenii Kliuchnikov
a896e79d4f Java: ramp-up artifact versions in pom files
PiperOrigin-RevId: 813673237
2025-10-01 03:26:40 -07:00
Evgenii Kliuchnikov
947f74e908 update links in readme
PiperOrigin-RevId: 813665159
2025-10-01 02:58:49 -07:00
Evgenii Kliuchnikov
916e4a46a8 update docs
PiperOrigin-RevId: 813658707
2025-10-01 02:37:06 -07:00
Eugene Kliuchnikov
e4e56a3203 Add missing newline 2025-09-29 16:32:28 +02:00
Eugene Kliuchnikov
2c5f2d1198 Merge branch 'master' into go 2025-09-29 15:39:10 +02:00
Eugene Kliuchnikov
f3b0ceed2d Merge branch 'master' into dependabot/github_actions/actions/cache-4.3.0 2025-09-29 15:37:19 +02:00
Evgenii Kliuchnikov
1f6ab76bff use module-bound exception
PiperOrigin-RevId: 812739918
2025-09-29 05:12:31 -07:00
dependabot[bot]
5c79b32b14 Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0400d5f644...0057852bfa)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 09:19:37 +00:00
Copybara-Service
d74b0a4a22 Merge pull request #1323 from google:dependabot/github_actions/actions/setup-python-6.0.0
PiperOrigin-RevId: 811710346
2025-09-26 01:25:56 -07:00
Copybara-Service
dbcb332b66 Merge pull request #1324 from google:dependabot/github_actions/softprops/action-gh-release-2.3.3
PiperOrigin-RevId: 811710240
2025-09-26 01:24:57 -07:00
dependabot[bot]
c0d785dfe2 Bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](a26af69be9...e797f83bcb)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-25 15:02:31 +00:00
dependabot[bot]
466613c266 Bump softprops/action-gh-release from 2.3.2 to 2.3.3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](72f2c25fcb...6cbd405e2c)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-25 15:01:52 +00:00
Evgenii Kliuchnikov
1406898440 Build and test with PY2.7
PiperOrigin-RevId: 811352084
2025-09-25 08:00:20 -07:00
Evgenii Kliuchnikov
0bef8a6936 clarify that prepared dictionaries are "lean"
PiperOrigin-RevId: 811236534
2025-09-25 01:27:28 -07:00
Evgenii Kliuchnikov
9686382ff3 PY: continue renovation of extension
Fixed unchecked malloc for "tail" input data.
Fixed inconsistencies in docstrings.

Rewritten "growable buffer" to C-code, so it could run without acquiring GIL.

Breaking changes:
 - native object allocation failures now handled at object creation time
 - some lower level exceptions (e.g. OOM) are not shadowed by brotli.error

PiperOrigin-RevId: 810813664
2025-09-24 03:52:44 -07:00
Evgenii Kliuchnikov
85d46ce6b5 Drop finalize()
Now it is solely embedders responisbility to close things that hold native resources. No more "safety net".

Consider "try-with-resources". For longer lasting items (e.g. native PreparedDictionary) use Cleaner as a last resort.

PiperOrigin-RevId: 807584792
2025-09-16 01:23:46 -07:00
akazwz
3d8eef20a6 Update Go modules to require Go 1.21 and replace ioutil with io package in reader.go 2025-09-12 23:52:50 +08:00
Evgenii Kliuchnikov
41a22f07f2 modernize PY3 class definition
PiperOrigin-RevId: 804460135
2025-09-08 09:15:53 -07:00
Evgenii Kliuchnikov
98a89b1563 temporary rollback
PiperOrigin-RevId: 803462595
2025-09-05 07:57:59 -07:00
Evgenii Kliuchnikov
35d4992ac8 PY: reformat _brotli.c
PiperOrigin-RevId: 803412055
2025-09-05 04:42:06 -07:00
Copybara-Service
3287b89bd4 Merge pull request #1257 from domysh:master
PiperOrigin-RevId: 803020625
2025-09-04 07:39:05 -07:00
Copybara-Service
4bf850a56a Merge pull request #1089 from SpaceIm:macos-relocatable
PiperOrigin-RevId: 803012803
2025-09-04 07:14:02 -07:00
Copybara-Service
0557c81d1e Merge pull request #1307 from google:dependabot/github_actions/actions/cache-4.2.4
PiperOrigin-RevId: 802995746
2025-09-04 06:14:21 -07:00
Eugene Kliuchnikov
f5e1f0641d Merge branch 'master' into macos-relocatable 2025-09-04 14:52:06 +02:00
Eugene Kliuchnikov
0903aad0d7 Update setup.py 2025-09-04 14:50:43 +02:00
Eugene Kliuchnikov
447385795f Update setup.py 2025-09-04 14:48:46 +02:00
Eugene Kliuchnikov
8fea9e31c8 Merge branch 'master' into master 2025-09-04 14:42:48 +02:00
Evgenii Kliuchnikov
20ed1374ff add decoder static init
PiperOrigin-RevId: 802957201
2025-09-04 03:58:47 -07:00
Evgenii Kliuchnikov
310f2119cf pull common static init header
PiperOrigin-RevId: 801763621
2025-09-01 04:46:12 -07:00
Evgenii Kliuchnikov
30c7d2f97d split prefix.h to .h/.cc/_inc.h
PiperOrigin-RevId: 801742168
2025-09-01 03:24:08 -07:00
Eugene Kliuchnikov
79ea7296d4 Merge branch 'master' into master 2025-08-29 15:06:37 +02:00
Eugene Kliuchnikov
7880aa1307 Merge branch 'master' into dependabot/github_actions/actions/cache-4.2.4 2025-08-29 14:48:15 +02:00
Evgenii Kliuchnikov
25190700e2 use BROTLI_COLD in enc
PiperOrigin-RevId: 800516878
2025-08-28 10:17:30 -07:00
Evgenii Kliuchnikov
cb29dec4ed Introduce BROTLI_COLD
PiperOrigin-RevId: 799674933
2025-08-26 12:48:16 -07:00
Evgenii Kliuchnikov
643b22949d AI ate my code
PiperOrigin-RevId: 799658697
2025-08-26 12:03:48 -07:00
Evgenii Kliuchnikov
e7b0c08b51 move bulky generated constants out of main code
PiperOrigin-RevId: 799083333
2025-08-25 05:36:04 -07:00
Evgenii Kliuchnikov
9a4ba5932b internal change
PiperOrigin-RevId: 795452145
2025-08-15 06:18:41 -07:00
Evgenii Kliuchnikov
3cc6172f58 uninline ShannonEntropy/BitsEntropy
PiperOrigin-RevId: 794966726
2025-08-14 03:50:40 -07:00
Evgenii Kliuchnikov
103b25fb1e explicitly specify model for relocatable variables
PiperOrigin-RevId: 794473371
2025-08-13 02:11:12 -07:00
dependabot[bot]
ea7d6c3737 Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](5a3ec84eff...0400d5f644)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 13:48:51 +00:00