Skip to content

5.5

Compare
Choose a tag to compare
@lingjf lingjf released this 27 Jun 10:32
· 198 commits to v5 since this release
  1. User specified precision when compare floating-point number.
  2. MOCK support reference argument and return reference value.
  3. MOCK delegate origin function when no returns specified.
  4. MOCK STUB support template function, template class member function, and template member function.
  5. MOCK STUB support no default constructor and abstract class.
  6. MOCK STUB by function string name.
  7. Suppress macro expand in OK expression.
  8. BLOCK key-value attributes, limit, fill, align,noleak
  9. SOCK key-value attributes, from, to
  10. COUT attributes can not string type.
  11. Odd align memory allocate.
  12. Show check count.
  13. Memory footprint.
  14. Refactoring using effective C++ features.