Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(printf,test_suite): fix compiler warnings | Marco Paland | 2018-05-11 | 2 | -6/+6 | |
| | ||||||
* | feat(printf): added support for %h, %hh, %j and %t length modifiers | Marco Paland | 2018-05-11 | 3 | -52/+106 | |
| | | | | | - Renamed compiler switches - Minor cleanup Closes #12 | |||||
* | Merge branch 'out_function' | Marco Paland | 2018-05-11 | 3 | -96/+112 | |
|\ | ||||||
| * | fix(printf): use null output function for nullptr buffer | Marco Paland | 2018-05-08 | 1 | -1/+13 | |
| | | | | | | Improving #11 | |||||
| * | refactor(printf): usage of (buffer) output routine, fixes return value | Marco Paland | 2018-05-08 | 3 | -99/+103 | |
|/ | | | | | Buffer for printf is no longer needed, chars are directly written now. Return value is specification conform now. Fixes #11 | |||||
* | fix(printf): move <stddef.h> to header | Marco Paland | 2018-05-06 | 2 | -1/+1 | |
| | | | Fixes #13 | |||||
* | chore(readme): updated readme | Marco Paland | 2018-04-20 | 1 | -2/+2 | |
| | ||||||
* | fix(printf): fixed floating point sign handling | Marco Paland | 2018-04-20 | 2 | -4/+22 | |
| | ||||||
* | chore(travis): removed coveralls support | Marco Paland | 2018-04-20 | 2 | -7/+0 | |
| | ||||||
* | chore(codecov): added codecov config | Marco Paland | 2018-04-20 | 1 | -0/+2 | |
| | ||||||
* | chore(travis): support for codecov.io | Marco Paland | 2018-04-20 | 2 | -0/+5 | |
| | ||||||
* | chore(readme): updated readme | Marco Paland | 2018-04-20 | 1 | -31/+45 | |
| | ||||||
* | fix(test_suite): fixed test cases | Marco Paland | 2018-04-20 | 1 | -5/+5 | |
| | ||||||
* | chore(printf): update comments | Marco Paland | 2018-04-20 | 1 | -3/+3 | |
| | ||||||
* | feat(printf): add vsnprintf function | Marco Paland | 2018-04-20 | 2 | -19/+30 | |
| | | | fixes #5 | |||||
* | docs(printf): update docs and usage | Marco Paland | 2018-04-19 | 1 | -7/+7 | |
| | ||||||
* | refactor(printf): improved _strlen() function | Marco Paland | 2018-04-19 | 1 | -7/+6 | |
| | ||||||
* | Merge branch 'snprintf_fix' | Marco Paland | 2018-04-19 | 2 | -39/+107 | |
|\ | ||||||
| * | fix(printf): fix snprintf buffer termination | Marco Paland | 2018-04-19 | 2 | -6/+66 | |
| | | | | | | Fixes #7 (partly) | |||||
| * | fix(printf): fixed conversion buffer handling | Marco Paland | 2018-04-18 | 2 | -33/+41 | |
|/ | | | Added according test cases | |||||
* | Merge branch 'size_t_specifier_support' | Marco Paland | 2018-04-17 | 3 | -1/+21 | |
|\ | ||||||
| * | test(test_suite): added 'z' test cases | Marco Paland | 2018-04-17 | 1 | -1/+16 | |
| | | ||||||
| * | docs(readme): added 'z' length specifier | Marco Paland | 2018-04-17 | 1 | -0/+1 | |
| | | ||||||
| * | cleanup(printf): don't use fixed size for long type | Marco Paland | 2018-04-17 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #10 from Leandros/size_t_support | Marco Paland | 2018-04-17 | 1 | -0/+4 | |
|/| | | | | | add support for size_t flag: %zd/%zu | |||||
| * | add support for size_t flag: %zd | Arvid Gerstmann | 2018-04-16 | 1 | -0/+4 | |
| | | ||||||
* | | chore(catch): update to catch v2.2.2 | Marco Paland | 2018-04-11 | 1 | -8275/+9780 | |
|/ | ||||||
* | Fixed 64 bit %p testcase, again | Marco Paland | 2017-11-23 | 1 | -5/+5 | |
| | ||||||
* | Fixed 64 bit pointer casting | Marco Paland | 2017-11-22 | 2 | -6/+8 | |
| | ||||||
* | Merge branch 'no_ntoa_template' | Marco Paland | 2017-11-21 | 5 | -158/+243 | |
|\ | ||||||
| * | Code cleanup | Marco Paland | 2017-11-21 | 1 | -13/+14 | |
| | | ||||||
| * | Return %p values in upper case, fixed %p 64 bit support | Marco Paland | 2017-11-21 | 1 | -3/+2 | |
| | | ||||||
| * | Removed ftoa NaN check | Marco Paland | 2017-11-21 | 1 | -11/+6 | |
| | | | | | | NaN check may not work with optimizing compilers. Use your implementation specific NaN check if necessary | |||||
| * | Updated comments | Marco Paland | 2017-11-21 | 1 | -3/+3 | |
| | | ||||||
| * | Added pointer testcase | Marco Paland | 2017-11-21 | 1 | -0/+8 | |
| | | ||||||
| * | Fixed param comment | Marco Paland | 2017-11-21 | 1 | -1/+0 | |
| | | ||||||
| * | Code cleanup | Marco Paland | 2017-11-13 | 1 | -4/+4 | |
| | | ||||||
| * | Updated license info | Marco Paland | 2017-11-13 | 1 | -1/+0 | |
| | | ||||||
| * | Updated readme | Marco Paland | 2017-11-13 | 1 | -5/+6 | |
| | | ||||||
| * | linguist should ignore 'test' path | Marco Paland | 2017-11-13 | 1 | -0/+2 | |
| | | ||||||
| * | Update readme | Marco Paland | 2017-11-13 | 1 | -3/+3 | |
| | | ||||||
| * | Changed printf.cpp to printf.c to be usable with 'C'-compilers | Marco Paland | 2017-11-13 | 3 | -9/+17 | |
| | | | | | | closes #1 | |||||
| * | Changed _putchar() to void, changed format to CRLF | Marco Paland | 2017-11-13 | 1 | -76/+87 | |
| | | ||||||
| * | Added more test cases | Marco Paland | 2017-11-13 | 1 | -0/+27 | |
| | | ||||||
| * | Convert _ntoa template in discrete functions | Marco Paland | 2017-11-13 | 1 | -41/+75 | |
| | | | | | | This reduces the compiled size and makes this file 'c' compatible | |||||
| * | Add 'bool' type support | Marco Paland | 2017-11-13 | 1 | -0/+1 | |
|/ | ||||||
* | Added test cases to improve coverage tests | Marco Paland | 2017-10-31 | 1 | -10/+21 | |
| | ||||||
* | Updated readme | Marco Paland | 2017-10-31 | 1 | -1/+5 | |
| | ||||||
* | Merge branch 'travis' | Marco Paland | 2017-10-31 | 5 | -34/+486 | |
|\ | ||||||
| * | Fix compiler/coverity warnings, add test cases | Marco Paland | 2017-10-31 | 4 | -26/+135 | |
| | |