Vitaliy Bortsov

Results 3 comments of Vitaliy Bortsov

As I see, the team of CppUTest in last month continuously replace functionality of CRT (remove some standard library functions). What for do you made duplication of existing (and testable...

Operator new is based on malloc (call malloc in normal situation, without specific global user "new" operator) which is a part of CRT. IMHO, a name GccNoStdLib is "GCC toolchain...

Why did you decide to remove dependencies on CRT at beginning of CppUTest development (except for hardware dependend)? As I see, only C2000 port need different realizations of some CRT...