11 Commits

Author SHA1 Message Date
Ștefan Talpalaru
26e3b1e15b
Nim-1.6 support (#4)
* Nim-1.6 support

* macOS fix
2022-01-03 02:31:43 +01:00
Mamy Ratsimbazafy
d0fc9cb4ab Remove destructors from Nim 1.2 2021-09-29 11:20:02 +02:00
Mamy Ratsimbazafy
e1fa0ec097 ensure task destructor is run 2021-09-29 10:47:08 +02:00
Mamy Ratsimbazafy
176656044b
rename to pinThreadsToCores 2021-09-21 11:06:11 +02:00
Mamy Ratsimbazafy
2eb22c61b3
Don't make pinToCPU default.
Causes issues when multiple nimbus single-threaded instances are launched on the same machine
2021-09-21 10:54:13 +02:00
Mamy Ratsimbazafy
39b90fa4a3
Add CI (#1)
* Add CI

* fix windows dlls and nightly->devel (how to pull the nightlies?)

* Nim devel csources are broken due to  /nim/config/nim.cfg(16, 1) Error: invalid command line option: '--hint'

* some benches requires POSIX

* deactivate depth-first search bench on Windows

* rename workflow

* mistake in skipping DFS on windows

* Fix aligned allocation requirements
2021-07-01 20:24:50 +02:00
Mamy André-Ratsimbazafy
a1e350094b
Setup tests 2021-07-01 10:51:35 +02:00
Mamy André-Ratsimbazafy
1f7f2dfe01
don't print debug info 2021-06-29 17:46:06 +02:00
Mamy André-Ratsimbazafy
b57bb8b606
make numThreads public 2021-06-29 17:25:10 +02:00
Mamy André-Ratsimbazafy
23e396bf30
Add license, .nimble, allow usage on 1.2.x 2021-06-29 16:49:53 +02:00
Mamy André-Ratsimbazafy
216aabe629
initial commit 2021-06-28 16:47:06 +02:00