Skip to content

Releases: humanoid-path-planner/hpp-util

release 4.10.0

24 Jul 10:51
Compare
Choose a tag to compare
v4.10.0

Release of version 4.10.0.

Release v4.9.0

29 Apr 12:14
v4.9.0
Compare
Choose a tag to compare

Changes in v4.9.0:

  • Add explicit bool cast for C++11
  • CMake Exports

Release v4.8.0

28 Nov 10:06
v4.8.0
Compare
Choose a tag to compare

Changes since v4.5.0:

  • update CMake

Release v4.5.0

24 Apr 11:51
v4.5.0
Compare
Choose a tag to compare
Release of version 4.5.0.

Release v4.4.0

15 Mar 13:20
v4.4.0
Compare
Choose a tag to compare

Changes since v4.3.0:

  • Fix logs with streams
  • fix unit-test 'debug'

Release v4.3.0

31 Jan 17:37
Compare
Choose a tag to compare
  • remove HPP_POSTCONDITION

Release v4.2.0

11 Oct 12:12
v4.2.0
Compare
Choose a tag to compare

Changes since 3.3:

  • remove HPP_POSTCONDITION, fix #12
  • Remove bad assert in decindent
  • Use HPP versionning scheme

Version 3.2

14 Mar 15:11
Compare
Choose a tag to compare
  • Remove test "debug" that make distcheck target fail.
  • Fix doc
  • Add hppBenchmark to output to benchmark journal even without HPP_DEBUG
  • Add min and max in TimeCounter
  • Build exceptions from C string (char*)
  • Document the code.
  • Add macro HPP_THROW(TYPE,MSG) to throw exceptions using string stream
  • [CMake] Append boost libs to the pkg file
  • [CMake] Sync submodule cmake
  • Update README.md and travis
  • Update README.md and travix.yml
  • Clean License in file tests/debug.cc
  • Add test debug.cc
  • Create log file before the first write and not only with HPP_DEBUG
  • Add ability to write string stream
  • Add macro HPP_STOP_AND_DISPLAY_TIMECOUNTER
  • Fix CMakeLists
  • Synchronise cmake submodule
  • Use boost::function instead of function pointer for FactoryType
  • Split declaration and definition of operator<< (ostream,TimeCounter)
  • Enhance class TimeCounter
  • Cosmetic changes: add missing license
  • Add a time counter
  • Make destructor of Object factory virtual.
  • Synchronize cmake submodule
  • Adding a XML parser.