| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Using the unlinekely macro with e.g. functions returning a pointer would
result in "integer from pointer without a cast" warning. This patch
works around that and silences such warnings.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
|
|
| |
Also inadvertently fixed a bug with defining _GNU_SOURCE at the wrong
time, which could have possibly led to unexpected build failures down
the line.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
| |
flags are now dropped in place of per-stream format strings.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
|
| |
This allows the compiler to check the format string and give
warnings accordingly.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
| |
New header, meant for various compatibility definitions and such.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
|
| |
Added a function to allow changing a channel's output stream.
This also makes it possible to direct output to a file.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
| |
This also starts preparations for overhaul of this subsystem.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
|
|
|
| |
We now got functions to operate on both struct timespec and
struct timeval.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
|
|
|
| |
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
These were forgotten previously and only
[float types] -> [integer types] functions were present.
This commit adds the missing "reverse" functions.
|
| |
|
|
|