Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
d34087f
feat: Context and Settings WIP
Mar 4, 2026
ee5d047
fix: Docs 1
Mar 4, 2026
7d9f472
fix: WIP
Mar 4, 2026
2e58197
fix: WIP
Mar 4, 2026
f0cf765
Delete docs/faqs.md
tmathern Mar 4, 2026
bc64806
Update settings.md
tmathern Mar 4, 2026
9e43c53
Update usage instructions for context managers
tmathern Mar 4, 2026
431198c
fix: WIP
tmathern Mar 4, 2026
52675d5
ci: Merge remote-tracking branch 'refs/remotes/origin/mathern/context…
tmathern Mar 4, 2026
55e1d29
fix: Docs
tmathern Mar 4, 2026
8e34eac
fix: Clean up
tmathern Mar 4, 2026
477b5fd
fix: Move docs out
tmathern Mar 4, 2026
5c97dcc
Delete tests/test_docs.py
tmathern Mar 4, 2026
a2c2eb9
fix: Switch to Interface and not protocol
tmathern Mar 4, 2026
b3f7d58
ci: Merge remote-tracking branch 'refs/remotes/origin/mathern/context…
tmathern Mar 4, 2026
2b0318e
fix: Updates
Mar 4, 2026
64c076d
fix: Update things
Mar 4, 2026
042910c
fix: CLean up notes
Mar 4, 2026
90012c1
fix: Require funcs
Mar 5, 2026
b878b21
fix: Examples
Mar 5, 2026
e2621df
fix: Refactor
Mar 5, 2026
8b9fb93
fix: Refactor
Mar 5, 2026
d37245b
fix: Unnest example
Mar 5, 2026
8a55f5a
fix: The exampels
Mar 5, 2026
ba68755
fix: The useless refactors
Mar 5, 2026
d214ed6
fix: Refactor
Mar 5, 2026
4f58186
fix: Refactor 2
Mar 5, 2026
55a4418
fix: Refactor 3
Mar 5, 2026
8f3f21e
fix: Refactor
Mar 5, 2026
0552f5d
fix: Refactor 4
Mar 5, 2026
d02be00
fix: Version bump
Mar 5, 2026
28d683f
fix: Deprec warning
Mar 5, 2026
f38e21d
fix: Test also the contextual APIs in threading
tmathern Mar 5, 2026
4db0566
ci: Merge remote-tracking branch 'refs/remotes/origin/mathern/context…
tmathern Mar 5, 2026
e39a64c
fix: Refactor
tmathern Mar 5, 2026
de05365
fix: Native handles handling refactoring (#232)
tmathern Mar 5, 2026
21f3d95
fix: Format
tmathern Mar 5, 2026
bd9c172
fix: Tests
tmathern Mar 5, 2026
c75fc27
fix: Test with trust
Mar 5, 2026
60380d1
Clean up comments in read.py
tmathern Mar 5, 2026
2aeb453
Update read.py
tmathern Mar 5, 2026
daf43dd
fix: Typos
Mar 5, 2026
a4b0ae1
ci: Merge remote-tracking branch 'refs/remotes/origin/mathern/context…
Mar 5, 2026
b99f819
fix: Typos
Mar 5, 2026
ceeae56
fix: Notes for WIP
Mar 5, 2026
5f038b6
fix: Refactor
Mar 5, 2026
52889b0
Remove version vNext details from release notes
tmathern Mar 6, 2026
42d52f2
fix: docs
Mar 6, 2026
ddd2b6d
ci: Merge remote-tracking branch 'refs/remotes/origin/mathern/context…
Mar 6, 2026
2bb9697
fix:signfile
Mar 6, 2026
2b378e4
Merge branch 'vNext' into mathern/context
tmathern Mar 6, 2026
f6ba198
fix: Clean up
tmathern Mar 6, 2026
de15a8b
fix: Clean up
tmathern Mar 6, 2026
5525809
fix: Remove unused APIs
Mar 6, 2026
75c4ff7
fix: Remove unused APIs, with_archive added
Mar 6, 2026
9033698
fix: Clean up notes and tests
Mar 6, 2026
d35489e
fix: Double free
Mar 8, 2026
4920322
fix: Wording and examples
Mar 9, 2026
b06f6d9
fix: Ownership handling
Mar 9, 2026
67d699c
fix: Improve resources handling
Mar 9, 2026
006d2ab
fix: Docs
tmathern Mar 9, 2026
a0d7c02
fix: refactor & docs
tmathern Mar 9, 2026
30dda7b
fix: refactor & docs
tmathern Mar 9, 2026
b39a809
fix: refactor & docs
tmathern Mar 9, 2026
4dd8198
fix: refactor
tmathern Mar 9, 2026
58595ea
fix: refactor
tmathern Mar 9, 2026
ebf6cdc
feat: Fragment APIs (e.g. for video) (#237)
tmathern Mar 9, 2026
98908f3
fix: Refactor
Mar 9, 2026
95b0486
fix: Refactor
Mar 9, 2026
427b3d0
docs: Managed resources (#238)
tmathern Mar 10, 2026
0f0b4bb
fix: refactor
tmathern Mar 10, 2026
fad17eb
fix: refactor
tmathern Mar 10, 2026
b1976f1
fix: refactor
tmathern Mar 10, 2026
ba312ea
fix: refactor
tmathern Mar 10, 2026
40badb9
fix: refactor
tmathern Mar 10, 2026
aa6b834
fix: refactor
tmathern Mar 10, 2026
37c8f26
fix: refactor
tmathern Mar 10, 2026
edc345b
fix: refactor
tmathern Mar 10, 2026
0ba283f
fix: Memory handling
Mar 10, 2026
df6a3e5
fix: Remote manifest support in Reader with Context (#233)
tmathern Mar 11, 2026
9ad7e3a
fix: Master of typos
tmathern Mar 11, 2026
5a04949
fix: Docs
Mar 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rebuild: clean-c2pa-env install-deps download-native-artifacts build-python
run-examples:
python3 ./examples/sign.py
python3 ./examples/sign_info.py
python3 ./examples/no_thumbnails.py
python3 ./examples/training.py
rm -rf output/

Expand Down
2 changes: 1 addition & 1 deletion c2pa-native-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2pa-v0.75.21
c2pa-v0.77.1
339 changes: 339 additions & 0 deletions docs/native-resources-management.md

Large diffs are not rendered by default.

Loading
Loading