index
:
avr/qmk/printf
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_suite.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(printf): fixed support of NaN
Marco Paland
2019-01-26
1
-0
/
+4
*
patch for issue #40 (Digit missing from negative numbers in certain cases)
Vedran Grudenic
2019-01-26
1
-0
/
+68
*
fix(printf): fctprintf() must not append null terminator
Marco Paland
2019-01-16
1
-1
/
+2
*
chore(printf): cleanup secure strlen() function, added test cases
Marco Paland
2018-12-05
1
-0
/
+26
*
feat(printf): add # flag support for %b specifier
Marco Paland
2018-09-24
1
-0
/
+4
*
fix(printf): ignore 0 flag for integers if precision is specified
Marco Paland
2018-09-14
1
-0
/
+6
*
fix(printf): zero precision and zero value hash problem
Marco Paland
2018-09-14
1
-0
/
+14
*
fix(printf): fix negative argument precision
Marco Paland
2018-09-14
1
-0
/
+3
*
fix(printf): fix broken right-padding in _ftoa
Marco Paland
2018-09-14
1
-0
/
+6
*
fix(printf): fix trailing field width in itoa conversion
Marco Paland
2018-08-21
1
-0
/
+12
*
fix(printf): fix floating point precision limit
Marco Paland
2018-08-21
1
-1
/
+11
*
fix(test_suite): fix vsnprint() mocking
Marco Paland
2018-06-24
1
-11
/
+20
*
fix(printf): suppress terminating \0 in printf() output
Marco Paland
2018-06-24
1
-1
/
+2
*
fix(test_suite): fix vsnprintf va_arg mock test case for x64
Marco Paland
2018-06-15
1
-3
/
+3
*
test(test_suite): added vsnprintf() test case
Marco Paland
2018-06-05
1
-0
/
+18
*
test(test_suite): modified fctprintf() test case
Marco Paland
2018-06-05
1
-1
/
+8
*
refactor(printf): changed oprintf() to fctprintf()
Marco Paland
2018-05-18
1
-2
/
+2
*
feat(printf): added new oprintf() function
Marco Paland
2018-05-15
1
-2
/
+8
*
fix(printf): pass dummy buffer for printf to _vsnprintf instead of NULL
Marco Paland
2018-05-13
1
-6
/
+21
*
test(test_suite): added more `float` test cases
Marco Paland
2018-05-12
1
-0
/
+27
*
fix(printf,test_suite): fix compiler warnings
Marco Paland
2018-05-11
1
-2
/
+2
*
feat(printf): added support for %h, %hh, %j and %t length modifiers
Marco Paland
2018-05-11
1
-0
/
+12
*
refactor(printf): usage of (buffer) output routine, fixes return value
Marco Paland
2018-05-08
1
-8
/
+14
*
fix(printf): fixed floating point sign handling
Marco Paland
2018-04-20
1
-0
/
+18
*
fix(test_suite): fixed test cases
Marco Paland
2018-04-20
1
-5
/
+5
*
fix(printf): fix snprintf buffer termination
Marco Paland
2018-04-19
1
-0
/
+53
*
fix(printf): fixed conversion buffer handling
Marco Paland
2018-04-18
1
-0
/
+6
*
test(test_suite): added 'z' test cases
Marco Paland
2018-04-17
1
-1
/
+16
*
Fixed 64 bit %p testcase, again
Marco Paland
2017-11-23
1
-5
/
+5
*
Fixed 64 bit pointer casting
Marco Paland
2017-11-22
1
-2
/
+3
*
Added pointer testcase
Marco Paland
2017-11-21
1
-0
/
+8
*
Changed printf.cpp to printf.c to be usable with 'C'-compilers
Marco Paland
2017-11-13
1
-5
/
+3
*
Added more test cases
Marco Paland
2017-11-13
1
-0
/
+27
*
Added test cases to improve coverage tests
Marco Paland
2017-10-31
1
-10
/
+21
*
Fix compiler/coverity warnings, add test cases
Marco Paland
2017-10-31
1
-0
/
+104
*
Added more test cases
Marco Paland
2017-10-13
1
-4
/
+543
*
Added initial test cases
Marco Paland
2017-10-12
1
-0
/
+328