-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dinit-iostream: Custom new special-purpose library #263
base: master
Are you sure you want to change the base?
Commits on May 17, 2024
-
dinit-iostream: Custom new special-purpose library
This is replacement for C++ standard library iostream/fstream. See dinit-iostream.h for more information and the usage. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for 45c25ec - Browse repository at this point
Copy the full SHA 45c25ecView commit details -
test-bpsys: Add mock function for open(2) with "mode_t mode"
Required for testing dinit-iostream. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for c2d7503 - Browse repository at this point
Copy the full SHA c2d7503View commit details -
tests: Some tests around the dinit-iostream
Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for cb76b8f - Browse repository at this point
Copy the full SHA cb76b8fView commit details
Commits on Oct 21, 2024
-
FIX: dinit-iostream.cc: Better comment for cur_msg_in_buf_count variable
Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for f53d674 - Browse repository at this point
Copy the full SHA f53d674View commit details -
FIX: test-bpsys: Fix grammar and consistency with code-style
Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for c862906 - Browse repository at this point
Copy the full SHA c862906View commit details -
FIX: dinit-iostream: Change name of "cur_msg_in_buf_count" variable t…
…o "output_count" Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for 878b7f1 - Browse repository at this point
Copy the full SHA 878b7f1View commit details -
FIX: dinit-iostream: Remove useless else(s)
According to CODE-STYLE: > 2.2. Omit "else" if the body of the associated "if" does not fall through (i.e. if it always > either returns or throws an exception). Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for 074ee79 - Browse repository at this point
Copy the full SHA 074ee79View commit details -
FIX: dinit-iostream: Rethink the "message larger than the buffer" cas…
…e in ostream::put() With this change, The best case write count will be 1 instead of 2. Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for 20c831d - Browse repository at this point
Copy the full SHA 20c831dView commit details -
FIX: dinit-iostream.h: Explain "states" parameter in throw_exception_…
…on() Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for 135c5fa - Browse repository at this point
Copy the full SHA 135c5faView commit details -
FIX: dinit-iostream.h: Fix missing dot for many lines and a small pro…
…nunciation fix Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Configuration menu - View commit details
-
Copy full SHA for a432e40 - Browse repository at this point
Copy the full SHA a432e40View commit details