Releases: humanoid-path-planner/hpp-util
Releases · humanoid-path-planner/hpp-util
release 4.10.0
v4.10.0 Release of version 4.10.0.
Release v4.9.0
Changes in v4.9.0:
- Add explicit bool cast for C++11
- CMake Exports
Release v4.8.0
Changes since v4.5.0:
- update CMake
Release v4.5.0
Release of version 4.5.0.
Release v4.4.0
Changes since v4.3.0:
- Fix logs with streams
- fix unit-test 'debug'
Release v4.3.0
- remove HPP_POSTCONDITION
Release v4.2.0
Changes since 3.3:
- remove HPP_POSTCONDITION, fix #12
- Remove bad assert in decindent
- Use HPP versionning scheme
Version 3.2
- 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.