Skip to content

Commit ac3096d

Browse files
author
Charles PIGNEROL
committed
Re-release 6.7.0. ThreadPool class fix : avoid consuming 100% of the CPU in the absence of a task to perform. Validated with big 3D meshes parallel generation.
1 parent 873ef5c commit ac3096d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (TK_UTIL_MAJOR_VERSION "6")
66
set (TK_UTIL_MINOR_VERSION "7")
7-
set (TK_UTIL_RELEASE_VERSION "0.beta")
7+
set (TK_UTIL_RELEASE_VERSION "0")
88
set (TK_UTIL_VERSION ${TK_UTIL_MAJOR_VERSION}.${TK_UTIL_MINOR_VERSION}.${TK_UTIL_RELEASE_VERSION})
99

1010
set (TK_UTIL_SCRIPTING_MAJOR_VERSION ${TK_UTIL_MAJOR_VERSION})

versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 6.7.0 beta : 30/01/24
2-
====================
1+
Version 6.7.0 : 30/01/24
2+
===============
33

44
ThreadPool : ne pas mobiliser 100% du CPU en l'absence de tâche
55
- ThreadPool::getTask ( ) non bloquante

0 commit comments

Comments
 (0)