Commit Graph

15 Commits

Author SHA1 Message Date
Justin Traglia c38957257f
Update versions in preparation for release (#428) 2024-05-07 15:25:24 -05:00
Justin Traglia 32d50df9cf Remove debug print 2024-04-29 11:39:01 -05:00
Justin Traglia e9153252a2 Use arm64 lib instead of x64 2024-04-29 11:28:17 -05:00
Justin Traglia 1591e77782 Move runtimes print 2024-04-29 11:27:08 -05:00
Justin Traglia bf676efe47 Print c# runtimes 2024-04-29 11:20:23 -05:00
Justin Traglia 94205cc1f6 Update versions in preparation for release 2024-03-12 08:19:33 -05:00
Justin Traglia 8a9014cf3e Update versions in preparation of release 2024-03-04 10:32:55 -06:00
Alexey af4e805c48
C# Ckzg.Bindings to become 0.4.0 (#378) 2023-10-20 07:40:48 -05:00
Alexey b2e41491ad
Improve ckzg native library search path + small improvements (#372) 2023-10-04 07:03:37 -05:00
Alexey 35eba325c6
Make C# package versions match library versions (#349) 2023-08-21 16:29:28 +03:00
Justin Traglia 5019e3a08d
[Go] Make UnmarshalText funcs safer (#306)
* [Go] Make UnmarshalText funcs safer

* Run apt update in C# tests
2023-05-25 14:40:21 +03:00
Alexey 5b727e5c3e
Export methods; test on multiple platforms (#289)
Properly export functions on Windows; test on multiple OS
2023-04-26 20:55:52 +03:00
Ruben Buniatyan 0b6791bbce
Revise NuGet packaging (#221) 2023-03-17 10:59:32 -05:00
Alexey 23d92e5c12
Automate publishing for C# (#207) 2023-03-16 12:59:48 -05:00
Justin Traglia 4f0546af81
Run clang sanitizers in CI + workflow cleanup (#196)
* Run clang sanitizers in CI + workflow cleanup

* Update makefile

* Update workflow names

* Simplify more

* Run go benchmarks in CI

* Fix indentation nits

* Initialize variable in fr_is_one

* Revert "Initialize variable in fr_is_one"

This reverts commit f4c2749e410c68479f83d78c9a1780efe191c7fe.

* Move .PHONY outside of condition
2023-03-13 12:42:12 +02:00