Commit graph

16 commits

Author SHA1 Message Date
ee7
8cb8720b56 Fix error with styleCheck v0.1.11
Before this commit, running `nim c --styleCheck:error` on a file
that imports the `uuids` package would produce an error on Windows.

`WINBOOL` is defined here:
52cf728001/lib/windows/winlean.nim (L33)

Fixes: #5
2021-01-15 17:07:13 +07:00
Giovanni
c5039c1cc6 fixed nimble check and compatibility with new nim compiler (strings can't be nil) v0.1.10 2018-09-05 15:00:33 +07:00
Ruslan Mustakov
2ff415fb2b Update isaac dependency v0.1.9 2017-11-22 16:53:53 +07:00
Ruslan Mustakov
57396065ce Fix for latest Nim v0.1.8 2017-11-01 19:53:09 +01:00
Ruslan Mustakov
78fadcb469 Expose mostSigBits and leastSigBits v0.1.7 2017-06-18 22:37:13 +07:00
Ruslan Mustakov
c58d9474ee Implement own parseHexInt v0.1.6
stdlib version allows some non-hex characters and doesn't work
with long numbers on 32-bit platforms
2017-06-18 22:24:57 +07:00
Ruslan Mustakov
654e32c43e Up version to 0.1.5 v0.1.5 2017-03-13 13:52:15 +07:00
Anatoly Galiulin
ff5d895688 Fix `isaac` dependency 2017-03-13 13:49:25 +07:00
Ruslan Mustakov
cc0f61aa39 Bumped version to v0.1.4 v0.1.4 2016-11-30 18:33:33 +07:00
Ruslan Mustakov
eca7e21194 Fixed urandom when windows.h is not included 2016-11-30 17:09:29 +07:00
Ruslan Mustakov
f6d0227369 Fixed headers for urandom on Windows v0.1.3 2016-11-30 15:50:54 +07:00
Ruslan Mustakov
c6783039ac Added isZero proc v0.1.2 2016-10-23 20:51:22 +07:00
Ruslan Mustakov
360ad9b082 Fixed setting unnecessary bit 2016-09-16 12:41:51 +07:00
Ruslan Mustakov
5f31daada2 Use ISAAC v0.1.1 2016-09-16 01:36:19 +07:00
Ruslan Mustakov
e9772338df Renamed toUUID to parseUUID v0.1.0 2016-09-15 20:37:45 +07:00
Ruslan Mustakov
3951521a16 First version 2016-09-15 20:35:01 +07:00