Skip to content

Releases: koichi-murakami/kut

v2.1

14 Aug 05:20
Compare
Choose a tag to compare
  • Use auto to deduce the return type of functions

v2.0

06 Mar 05:44
Compare
Choose a tag to compare

Release Notes

Update Issues

  • Add get float values for jparser (#21)
  • Add raw JSON parse mode (#24)
  • Introduce idea of namespace in JSON data (#18)
  • Add simple time split (#19)
  • Replace ctime with chrono module for stop watch (#27)
  • Add mutex lock for showing time counting information (#25)
  • Add MSC code for stopwatch (#26)

Fixed Issues

  • Fix not parsing ":" string for JSON parser (#20)

v1.2.2

15 May 05:06
Compare
Choose a tag to compare

Notable changes

  • Add ifndef guard for DISALLOW_COPY_AND_ASSIGN macro

v1.2.1

30 Aug 04:05
Compare
Choose a tag to compare

This is a minor release patch. There are no changes for functionality.

Fixed issues

  • fix typo in copyright statement in each file header (#16)

v1.2.0

29 Aug 10:00
Compare
Choose a tag to compare

Updated issues

  • Add a function getting long / long-array values jparser (PR-#15)
  • new configuration script (#8)
  • reviewed CMake files (#6, #7)
  • add version.h (#13)

Fixed issues

  • compile error for unit test in Ubuntu (#14)

v1.1

20 Apr 05:01
Compare
Choose a tag to compare

kut 1.1 Release Note

April 20 2017

Issues fixed in 1.1

  • wrong header guard in timehistory
  • correct treatment for same time stamps in sorting time history
  • FindCppUtest search logic reviced.

kut ver.1.0

10 Mar 20:23
Compare
Choose a tag to compare

The first release of ktu library.