Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
71 check-ins using file src/remilib/digest/xxhash.cr version 45e22f8707
2024-11-04
| ||
09:11 |
Remove ConcurrentLogger#drain! and #start!. The normal #drain and channel size. Bump revision, tag as v0.92.5 Leaf check-in: 473d2c52d8 user: alexa tags: trunk, v0.92.5 | |
2024-11-03
| ||
12:35 | Bump revision, tag as v0.92.4 check-in: 71a4861635 user: alexa tags: trunk, v0.92.4 | |
12:34 | Use #start! in #drain! to ensure the logger starts back up before returning. check-in: 20ecfe0d85 user: alexa tags: trunk | |
2024-10-18
| ||
05:37 | Fix syntax error, bump revision, tag as v0.92.3 check-in: 4b01ff90cf user: alexa tags: trunk, v0.92.3 | |
05:34 | Bump revision, tag as v0.92.2 check-in: b86fa9b80f user: alexa tags: trunk, v0.92.2 | |
05:30 | Take a substring only once. Also use try. check-in: e40425a08a user: alexa tags: trunk | |
05:30 | Add ConcurrentLogger#start! method. check-in: 8c19fa3d75 user: alexa tags: trunk | |
03:02 | Bump revision, tag as v0.92.1 check-in: ab33a66e90 user: alexa tags: trunk, v0.92.1 | |
02:57 | Add ArrayPool#clear check-in: eac154c752 user: alexa tags: trunk | |
2024-10-15
| ||
09:47 | Bump version, tag as v0.92.0 check-in: 62d9ac292e user: alexa tags: trunk, v0.92.0 | |
09:47 | Add BitReader#reinitialize check-in: 899d512287 user: alexa tags: trunk | |
2024-09-03
| ||
10:56 | Update README check-in: 6004d45767 user: alexa tags: trunk | |
10:54 | Bump version, tag as v0.91.0 check-in: c92a0e9bfd user: alexa tags: trunk, v0.91.0 | |
10:53 | Update documentation check-in: 380daea8ee user: alexa tags: trunk | |
10:47 | Update ignore-glob check-in: 98aad2c3d6 user: alexa tags: trunk | |
10:46 | Integrate RemiConf into libremiliacr. check-in: 3ca3586ff3 user: alexa tags: trunk | |
2024-08-14
| ||
06:25 | Bump revision, tag as v0.90.9 check-in: 511f7bab3d user: alexa tags: trunk, v0.90.9 | |
06:24 |
Add the CommandParser class. This allows you to have command line programs that take a "command", such as "myflactool decode --foo", where "decode" is the command. check-in: b85b94785f user: alexa tags: trunk | |
2024-08-02
| ||
01:58 | Print --help and --version to STDOUT, not STDERR check-in: 1f960f03aa user: alexa tags: trunk | |
2024-07-28
| ||
03:09 | Add make-release-tarball.sh check-in: 27edcd97e8 user: alexa tags: trunk | |
2024-07-10
| ||
20:35 | Fix compilation when using -Dno_number_autocast. Bump revision, tag as v0.90.8 check-in: 78d2fa8324 user: alexa tags: trunk, v0.90.8 | |
2024-06-25
| ||
22:23 | Bump revision, tag as v0.90.7 check-in: ef89f3a027 user: alexa tags: trunk, v0.90.7 | |
22:22 | Change the recommended Crystal versions to 1.5.0-1.12.2, inclusive. check-in: b0ca7ec5d2 user: alexa tags: trunk | |
2024-05-27
| ||
07:46 | Let the bitreader position be set. Bump revision, tag as v0.90.6 check-in: aaba4464ff user: alexa tags: trunk, v0.90.6 | |
2024-05-25
| ||
08:11 | Add documentation for the ConcurrentLogger. Bump revision, tag as v0.90.5 check-in: 0259398ef9 user: alexa tags: trunk, v0.90.5 | |
08:05 | Add ConcurrentLogger#drain! method. check-in: d34f8b4288 user: alexa tags: trunk | |
2024-04-19
| ||
19:24 | Most extension methods are now covered check-in: 8b478e7396 user: alexa tags: trunk | |
19:10 | Add some more extension specs check-in: 68407d7ed2 user: alexa tags: trunk | |
19:10 | Add missing writeUInt8 methods check-in: 47897fed3c user: alexa tags: trunk | |
18:55 | Add spec for bitflag? macro check-in: 5d60980e13 user: alexa tags: trunk | |
18:51 | Merge gitlab-ci-test branch check-in: b8f373d8e4 user: alexa tags: trunk | |
18:48 | Add gitlab-ci.yml Leaf check-in: 357c588a53 user: alexa tags: gitlab-ci-test | |
05:45 | Bump revision, tag as v0.90.4 check-in: 64e224737a user: alexa tags: trunk, v0.90.4 | |
05:44 | Add some types check-in: 33a69f03af user: alexa tags: trunk | |
05:43 | Fix possible overflow check-in: 7bfae1d0cd user: alexa tags: trunk | |
05:00 | Clarify how #timestamp works check-in: 0ae782f194 user: alexa tags: trunk | |
2024-04-13
| ||
21:24 | Ignore an argument check-in: fb8773dcff user: alexa tags: trunk | |
21:24 | Remove duplicate keys check-in: 0c0e13a80b user: alexa tags: trunk | |
21:22 | Add shortSuffix parameter to Int#prettySize check-in: ae9c25ed11 user: alexa tags: trunk | |
21:22 | Remove unused constant check-in: 629d9692b0 user: alexa tags: trunk | |
2024-04-10
| ||
19:33 | Correctly handle forceFlush check-in: 2f52bd0774 user: alexa tags: trunk | |
2024-04-03
| ||
17:01 | Properly drain ConcurrentLogger. Add a Fiber.yield. check-in: 0a24104021 user: alexa tags: trunk | |
16:53 | Update README check-in: a107d3939c user: alexa tags: trunk | |
2024-03-11
| ||
07:52 | Make this strictly less than 1.7.0.Bump revision, tag as v0.90.3 check-in: 7e66dad7e1 user: alexa tags: trunk, v0.90.3 | |
07:50 | Add byte_swap to Int32 and friends if the Crystal version is less than 1.7.0 check-in: d9dc592e36 user: alexa tags: trunk | |
07:50 | Fix typo check-in: c98d610e25 user: alexa tags: trunk | |
2024-02-28
| ||
21:51 | Bump revision, tag as v0.90.1 check-in: cd62145774 user: alexa tags: trunk, v0.90.1 | |
21:41 | Add RemiLib.mkdtemp check-in: 046f9484d7 user: alexa tags: trunk | |
21:30 | Mangle the LibC bindings check-in: 9f7e937f1d user: alexa tags: trunk | |
11:34 |
Bump version, tag as v0.90.0
The project is now in a soft feature freeze. check-in: 589fbe7516 user: alexa tags: trunk, v0.90.0 | |
11:07 | Update formatting in readme check-in: c130a14bf9 user: alexa tags: trunk | |
2024-01-20
| ||
11:09 | Bump version, tag as v0.13.0 check-in: 7989602e54 user: alexa tags: trunk, v0.13.0 | |
11:05 | Sign extend int24s when reading them check-in: 17550cf3a3 user: alexa tags: trunk | |
10:32 | readInt24 and readInt24BE now raise a IO::EOFError if they can't read any more bytes check-in: 9868b8243b user: alexa tags: trunk | |
10:28 | Better error messages for readInt24 and readInt24BE check-in: 208dd08f20 user: alexa tags: trunk | |
2024-01-12
| ||
09:38 | Fix some documentation, add some new check-in: 8e0f0adac3 user: alexa tags: trunk | |
2024-01-11
| ||
08:24 | Add speed units and Nautical Miles check-in: b239730227 user: alexa tags: trunk | |
2024-01-10
| ||
07:36 | Leave the "extra chars" when sanitizing check-in: ca85c7b5f9 user: alexa tags: trunk | |
06:21 | Add license header check-in: 9e96fd35df user: alexa tags: trunk | |
06:19 | One extra test check-in: 5d46371fcb user: alexa tags: trunk | |
06:18 | More unit tests check-in: efeaf8d581 user: alexa tags: trunk | |
06:00 | Refactor check-in: 581b01d186 user: alexa tags: trunk | |
05:48 | Better formatting in the spec check-in: ec6444c0ec user: alexa tags: trunk | |
05:46 | Adjust some more math check-in: 6ce4a6a309 user: alexa tags: trunk | |
05:41 | Add some specs to check for Inches->[other length], and adjust some math check-in: 470e86e23f user: alexa tags: trunk | |
05:13 | Add a test to ensure we don't have duplicate abbreviations check-in: b5903bee22 user: alexa tags: trunk | |
05:11 | Add unit test for converting a Unit to its abbreviation check-in: cfb7628e09 user: alexa tags: trunk | |
05:09 | Add a few specs check-in: 568f027f3b user: alexa tags: trunk | |
04:51 | Remove an unneeded method check-in: edae4fd582 user: alexa tags: trunk | |
04:48 |
Add RemiMath::Conv module and the Unit enum.
Straight brute-force right now. There might be a way to make this | |
2024-01-05
| ||
07:26 | Copyright update time check-in: 5841ed07b4 user: alexa tags: trunk | |