Philippe Casgrain

Results 3 issues of Philippe Casgrain

This pull request contains a new build recipe I built using the BinaryBuilder.jl wizard: * Package name: kdb_c_api * Version: v2022.7.19 @staticfloat please review and merge.

I think it would be useful to add a higher-resolution version of `Dates.now()`. Possible implementation could be something like ```julia function now_μs() tv = Libc.TimeVal() tm = Libc.TmStruct(tv.sec) return TimeDate(tm.year...

added extra compilation arguments for apple builds and updated git hash to latest