File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12 FATAL_ERROR)
2- project (haval VERSION 1.2 LANGUAGES CXX)
2+ project (haval VERSION 1.3 LANGUAGES CXX)
33
44set (HAVAL_STANDALONE_BUILD OFF )
55if (PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR )
Original file line number Diff line number Diff line change 1+ 2020-11-21 Mike Gelfand <mikedld@mikedld.com>
2+
3+ * Switch from separate `from_*` methods to an overloaded `hash` method.
4+ * Add new `end_to` method to store result in a user-provided buffer.
5+ * Expose library version via havalver.h file.
6+ * Add an (optional) Qt convenience wrapper with Qt 5 and Qt 6 support.
7+ * Support specifying components when using `find_package` with CMake;
8+ currently 3 components are provided: "core" (STL-based library),
9+ "qt" (Qt-based wrapper), and "app" (CLI tool).
10+
1112020-10-24 Mike Gelfand <mikedld@mikedld.com>
212
313 * Rewrite the library in C++ and make it header-only, allowing to
You can’t perform that action at this time.
0 commit comments