aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test(test_suite): added vsnprintf() test caseMarco Paland2018-06-051-0/+18
|
* test(test_suite): modified fctprintf() test caseMarco Paland2018-06-051-1/+8
| | | Renamed 'user' to 'arg'
* refactor(printf): changed oprintf() to fctprintf()Marco Paland2018-05-181-2/+2
| | | fctprintf() is more descriptive for its operation
* feat(printf): added new oprintf() functionMarco Paland2018-05-151-2/+8
| | | Write formatted output directly to given output function
* fix(printf): pass dummy buffer for printf to _vsnprintf instead of NULLMarco Paland2018-05-131-6/+21
| | | Fixes #15
* test(test_suite): added more `float` test casesMarco Paland2018-05-121-0/+27
|
* fix(printf,test_suite): fix compiler warningsMarco Paland2018-05-111-2/+2
|
* feat(printf): added support for %h, %hh, %j and %t length modifiersMarco Paland2018-05-111-0/+12
| | | | | - Renamed compiler switches - Minor cleanup Closes #12
* refactor(printf): usage of (buffer) output routine, fixes return valueMarco Paland2018-05-081-8/+14
| | | | | Buffer for printf is no longer needed, chars are directly written now. Return value is specification conform now. Fixes #11
* fix(printf): fixed floating point sign handlingMarco Paland2018-04-201-0/+18
|
* fix(test_suite): fixed test casesMarco Paland2018-04-201-5/+5
|
* fix(printf): fix snprintf buffer terminationMarco Paland2018-04-191-0/+53
| | | Fixes #7 (partly)
* fix(printf): fixed conversion buffer handlingMarco Paland2018-04-181-0/+6
| | | Added according test cases
* test(test_suite): added 'z' test casesMarco Paland2018-04-171-1/+16
|
* chore(catch): update to catch v2.2.2Marco Paland2018-04-111-8275/+9780
|
* Fixed 64 bit %p testcase, againMarco Paland2017-11-231-5/+5
|
* Fixed 64 bit pointer castingMarco Paland2017-11-221-2/+3
|
* Added pointer testcaseMarco Paland2017-11-211-0/+8
|
* Changed printf.cpp to printf.c to be usable with 'C'-compilersMarco Paland2017-11-131-5/+3
| | | closes #1
* Added more test casesMarco Paland2017-11-131-0/+27
|
* Added test cases to improve coverage testsMarco Paland2017-10-311-10/+21
|
* Fix compiler/coverity warnings, add test casesMarco Paland2017-10-311-0/+104
|
* Added more test casesMarco Paland2017-10-131-4/+543
|
* Added initial test casesMarco Paland2017-10-122-0/+11873