Skip to content

Releases: DigitalInBlue/Celero

v2.9.0

13 Sep 01:36
Compare
Choose a tag to compare

This is a potentially breaking change.

Version 2.9.0 improves the ability to use custom ExperimentValue implementations. The previous implementation did not consider the user inheriting from this class and, therefore, did not properly handle derived types. Resolving this required changing the type from an object passed by value in places to a pointer or shared_ptr.

There were other improvements to the CMake script and various bug fixes in the examples.

v2.8.5

26 Dec 20:57
Compare
Choose a tag to compare
  • Fixed non-portable CMake code.

v2.8.4

26 Dec 19:23
Compare
Choose a tag to compare
  • Fixed handling of invalid group names from the command line.
  • Some CMake improvements
  • Minor precompiler improvements.

v2.8.3

26 Jan 00:12
Compare
Choose a tag to compare
  • Fixed Experiment compilation issues on Windows.
  • Fixed spelling/documentation errors.
  • Tested on Visual Studio 2022.

v2.8.2

26 Mar 00:35
Compare
Choose a tag to compare
  • Updates for different linkages with VCPKG.

v2.8.1

25 Mar 23:38
Compare
Choose a tag to compare
  • Changes for VCPKG
  • Changes for OSX compilation of memory files

v2.8.0

20 Mar 16:18
Compare
Choose a tag to compare
  • Added automatic tracking of RAM during experiments
  • Updated table outputs.
  • Improved support for static linking.

v2.7.2

27 Feb 14:14
Compare
Choose a tag to compare
  • Removed the need for a patch file when using VCPKG.

v2.7.1

27 Feb 14:01
Compare
Choose a tag to compare
  • Minor code cleanup.
  • Test case fixes.

v2.7.0

24 Feb 02:04
4d96b25
Compare
Choose a tag to compare
  • Removed Google Test submodule
  • Clarified Doxygen use in Readme
  • Added User-Defined Measurements to the Output File
  • Added GitHub Code Analysis
  • Added MinGW Support
  • Cleaned up Compiler issues on MacOS