Zachary Levy zack
  • Joined on 2022-08-01
zack pushed to master at BFPOWER/libusb-odin 2024-10-30 05:27:56 +00:00
57c5dce4be Fixed types
zack pushed to master at BFPOWER/libusb-odin 2024-10-30 05:22:47 +00:00
fd6078170d Fixed types
zack pushed to master at BFPOWER/libusb-odin 2024-10-30 00:51:29 +00:00
c2e9566140 Fixed types
zack pushed to master at BFPOWER/libusb-odin 2024-10-29 23:56:49 +00:00
c69f4599ec Fixed types
zack pushed to master at BFPOWER/libusb-odin 2024-10-29 16:25:01 +00:00
ff09ee1adb Function signature fixes
zack pushed to master at BFPOWER/physical 2024-10-29 15:58:41 +00:00
dae7ae8a98 Remove requirement for derive_more attributes to be in scope when using quantity_type!
zack opened issue BFPOWER/physical#15 2024-10-29 15:57:34 +00:00
Remove requirement for quantity_type! macro to have Quantity and Value in scope
zack pushed to master at BFPOWER/libusb-odin 2024-10-29 15:20:37 +00:00
da0a6ff306 Function signature fixed
zack pushed to master at BFPOWER/libusb-odin 2024-10-28 22:54:56 +00:00
5c79c16337 Fix type in set_pollfd_notifiers
zack pushed to master at BFPOWER/libusb-odin 2024-10-28 22:19:26 +00:00
aa8cd7a8f2 Changed poll_fd callback definitions
zack pushed to master at BFPOWER/libusb-odin 2024-10-28 16:50:19 +00:00
c964310bf3 Changed multi pointer type of get_pollfds
zack pushed to master at BFPOWER/libusb-odin 2024-10-28 03:23:18 +00:00
5400ef419a Temporarily added partial posix libraris from Odin because posix support for Linux isn't done in Odin yet
zack pushed to master at BFPOWER/libusb-odin 2024-10-25 00:45:59 +00:00
dad9772659 Added asynchronous and polling functionality
zack pushed to master at BFPOWER/libusb-odin 2024-10-23 21:44:56 +00:00
1e3b294ee9 Added c.va_list to set_option to see if it magically works
zack pushed to master at BFPOWER/physical 2024-10-23 03:57:04 +00:00
60c9bbfee4 Change DegreesCelsius to Celsius
zack closed issue BFPOWER/physical#14 2024-10-23 03:33:00 +00:00
Enable attaching Rust attributes to all structs generated by quantity_type! macro
zack commented on issue BFPOWER/physical#14 2024-10-23 03:32:59 +00:00
Enable attaching Rust attributes to all structs generated by quantity_type! macro

Would probably be too weird to have vastly different functionality on different quantity types, even though they're not connected in the type system. If it's something specific like debug which…

zack opened issue BFPOWER/physical#14 2024-10-22 16:51:02 +00:00
Enable attaching Rust attributes to all structs generated by quantity_type! macro
zack created branch master in BFPOWER/libusb-odin 2024-10-10 03:02:12 +00:00
zack pushed to master at BFPOWER/libusb-odin 2024-10-10 03:02:12 +00:00
15173f499d Initial