1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-03-24 17:16:12 -04:00
Commit graph

185 commits

Author SHA1 Message Date
2d1e37f688
Main: remove unnecessary attributes of test cases 2022-06-08 05:25:50 +03:00
619f7004e0
Main: generate tests for cmdline 2022-06-08 02:33:45 +03:00
6525dc1125
Main: include/kernaux/file.h: Add type KernAux_File 2022-06-07 21:08:49 +03:00
aa6077b88c
Main: include/kernaux/print.h: Functions "[v]printf" renamed to "[v]fprintf" 2022-06-07 19:24:11 +03:00
28e0cf6a54
Main: build with Tiny C Compiler 2022-06-06 05:42:18 +03:00
9ec149a12d
Main: include/kernaux/ntoa.h: Protect from too long prefix 2022-06-01 15:46:14 +03:00
ff29456300
Main: include/kernaux/ntoa.h: Add binary functions "kernaux_[u|i]toa2" 2022-05-30 23:11:16 +03:00
673f7c4b37
Main: include/kernaux/ntoa.h: Add octal functions "kernaux_[u|i]toa8" 2022-05-30 22:33:53 +03:00
f1e773f6fd
Main: include/kernaux/ntoa.h: functions "kernaux_[u|i]toa16" put default prefix 2022-05-30 17:04:54 +03:00
11df5e4693
Main: include/kernaux/ntoa.h: Return "char *" 2022-05-30 16:38:50 +03:00
60ddd1913f
Main: include/kernaux/ntoa.h: Renamed constants 2022-05-30 16:28:46 +03:00
2129255b5a
Common: include/ntoa.h: Functions "kernaux_utoa" and "kernaux_itoa" receive prefix 2022-05-30 12:49:58 +03:00
fdedd2574d
Main: tests/test_ntoa.c: DRY test 2022-05-30 11:36:18 +03:00
67b60b5406
Main: include/kernaux/printf_fmt.h: Add function to parse everything at once 2022-05-28 12:16:38 +03:00
11e9c24784
Main: include/kernaux/printf_fmt.h: Change API 2022-05-28 12:09:15 +03:00
81b6109031
Main: include/kernaux/printf_fmt.h: Rename functions 2022-05-28 11:56:48 +03:00
7041066109
Main: generate tests for printf format parser 2022-05-27 05:22:50 +03:00
62abac62e0
Common: move files with tests for printf 2022-05-24 21:02:46 +03:00
56ec03fb71
Main: resolve FIXME 2022-05-24 18:09:02 +03:00
0332f66928
Main: remove unnecessary test code 2022-05-24 17:55:16 +03:00
46d50ed954
Common: fix test for printf 2022-05-24 17:52:38 +03:00
356978f358
Common: add tests for printf 2022-05-24 17:01:24 +03:00
b3e6f490e8
Common: add tests for printf 2022-05-24 16:55:13 +03:00
26a1945ee0
Main: remove unnecessary test 2022-05-24 15:33:54 +03:00
8f1fb23f5b
Common: generate regular tests for printf 2022-05-24 15:29:05 +03:00
74128be3ff
Common: generate original tests for printf 2022-05-24 15:00:04 +03:00
880fdd0ba7
Common: move file with tests for printf 2022-05-24 10:55:19 +03:00
bfab5fcf71
Ruby: remove unnecessary comments 2022-05-23 22:12:58 +03:00
72582b63a9
Main: fix units 2022-02-10 02:30:13 +05:00
2026526ef3
Main: fix tests for units 2022-02-10 02:26:07 +05:00
19b209ac50
Main: improve tests for units 2022-02-10 02:24:11 +05:00
dbe99b83be
Main: fix warnings in tests 2022-02-02 08:09:54 +05:00
d3a2cc513a
Try to fix tests on CI (they work locally) 2022-01-24 22:05:36 +05:00
f381268d29
Try to fix tests on CI (they work locally) 2022-01-24 22:03:36 +05:00
396bbd92c1
Test ntoa assertions 2022-01-24 21:52:12 +05:00
c86a1807b1
Define constants 2022-01-24 21:30:58 +05:00
ed5ba41260
Improve tests 2022-01-24 21:27:44 +05:00
05719e8b40
Make func "kernaux_itoa" public 2022-01-24 21:25:01 +05:00
5c59abb6c5
Make func "kernaux_utoa" public 2022-01-24 08:32:13 +05:00
7ecbdd7c54
Add consts "KERNAUX_UTOA10_BUFFER_SIZE" and "KERNAUX_UTOA16_BUFFER_SIZE" 2022-01-24 02:59:54 +05:00
92ecb5f7eb
Add funcs "kernaux_utoa16" and "kernaux_itoa16" 2022-01-24 02:47:39 +05:00
81f89a65b1
Rename const "KERNAUX_ITOA_BUFFER_SIZE" to "KERNAUX_ITOA10_BUFFER_SIZE" 2022-01-24 01:43:32 +05:00
fa0523c024
Improve tests for cmdline 2022-01-23 22:48:54 +05:00
b9a3c92b8c
Fix very stupid bug
Never remove const qualified for args without extreme need!
2022-01-23 05:19:30 +05:00
27393da2a5
Don't allow to disable assert and guard (part of ) 2022-01-23 01:44:33 +05:00
3b2da38480
Ruby: implement width for printf 2022-01-23 01:04:41 +05:00
f9d4a37165
Add original tests for printf 2022-01-23 00:38:31 +05:00
b769e71245
Add original tests for printf 2022-01-22 23:59:50 +05:00
e10c4f60b7
Do not allow to disable guards separately 2022-01-22 22:12:26 +05:00
8038b50000
Change and test cmdline 2022-01-22 03:07:08 +05:00