9 Commits

Author SHA1 Message Date
MihailRis
9340d8d48e Merge branch 'main' into dev 2025-10-14 21:53:40 +03:00
MihailRis
24931770d3
fix warnings (#648)
* fix unknown command line argument

* fix warnings settings for gcc

* fix -Wzero-as-null-pointer-constant

* revert CMakeLists.txt
2025-10-10 23:12:01 +03:00
MihailRis
2a9507b54e fix: byteutil.unpack 'b' is equivalent of 'B' 2025-10-10 19:57:53 +03:00
Onran
aae642a13e
Streaming I/O and support of named pipes (#570)
* added streaming i/o for scripting, and a byteutil.get_size function

* added i/o stream class, also added named pipes support on lua side via ffi

* added constant file.named_pipes_prefix

* added buffered and yield modes for io_stream

* added new time function for work with UTC - utc_time, utc_offset, local_time

* docs updated

* constant pid moved to os.pid

* now gmtime_s and localtime_s used only in windows
2025-08-01 20:26:43 +03:00
MihailRis
303e861fbb replace Bytearray with FFI implementation 2025-04-07 20:48:12 +03:00
MihailRis
17c4cd2054 fix libbyteutil 2025-01-17 03:58:22 +03:00
MihailRis
72394181c7 add unpack function documentation 2024-12-27 09:58:02 +03:00
MihailRis
0af0e8a58d update byteutil 2024-12-27 09:25:09 +03:00
MihailRis
cca153b66b add byteutil library 2024-12-27 08:33:52 +03:00