8 Commits

Author SHA1 Message Date
Eric
4d4fdf6210
Use nim v1.6+ (#12)
* Use nim v1.6+

nim-stew now requires nim >= 1.6, so nim-leopard must be bumped

* Use macos-13 (intel) runner image instead of arm
* change 1.2 to 1.6 in readme and .nimble
2024-06-20 13:20:55 +10:00
Mark Spanbroek
ae043fd262 Version 0.1.0
Using version number 0.1.0, so that we can introduce
non-breaking changes in 0.1.x versions, and breaking
changes in 0.2.0.
2022-11-14 13:29:19 +01:00
Michael Bradley, Jr
c4ecdd3499
v0.0.2 2022-06-18 11:04:36 -05:00
Csaba Kiraly
2a6a63923e
Merge pull request #5 from status-im/arm64
Add Apple M1 and generic ARM64+Neon support
2022-05-19 10:50:02 +02:00
Csaba Kiraly
7d922ca9a0
change README: recursive git submodule update
now that leopard uses sse2neon as a submodule, we need recursive clone.
2022-05-19 10:42:38 +02:00
Michael Bradley
9027119c67
update readme with basic usage info and some other small changes (#4) 2022-05-11 12:36:12 -06:00
Dmitriy Ryajov
41cd86df5b
High level wrapper (#3)
* initial implementation and tests

* [wip] refactor checking of RS code validity

* [wip] point GHA badge link to main branch instead of initial_impl

* [wip] delete leftover echo at bottom of test_leopard.nim

* [wip] add basic usage info to README

* [wip] more basic info added to README re: requirements, installation, usage

* [wip] add config.nims with --tlsEmulation:off to check if it helps with perf on Windows

* [wip] use `object` instead of `object of CatchableError` for LeopardError

workaround for edge case encountered in context of nimbus-build-system project

* [wip] clarify wording in README re: stability

* [wip] can use `object of CatchableError` for LeopardError with workaround

* Initial implementation

* make Leo a case object

* initial test

* cleanup

* remove echo

* use `func` where possible

* comments, misc

* make construction more convenient

* add more tests

* more tests

* unused warnings

* remove sideeffects pragma

* fix importc pragma on unix

* fix windows build

* fix ci

* better warning

* adding more comprehensive tests

* moar tests

* add TODO for usage

* Update leopard/leopard.nim

Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>

* Update leopard/wrapper.nim

Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>

* add tests to reuse same encoder/decoder

* check that parity and data buffers are < 65536

* test that data+parity isn't > 65536

Co-authored-by: Michael Bradley, Jr <michaelsbradleyjr@gmail.com>
2022-03-28 18:42:45 -06:00
Michael Bradley, Jr
5d42ae57ff
first commit 2022-03-07 16:29:47 -06:00