[Libreoffice-commits] core.git: Branch 'feature/fixes22' - 3 commits - vcl/source
László Németh
laszlo.nemeth at collabora.com
Wed Jun 1 22:33:42 UTC 2016
vcl/source/app/scheduler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b59165138f1160512d90e83ec239e470c6b988db
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Thu Jun 2 00:29:23 2016 +0200
empty commit (repeat)
Change-Id: I1d4b87ecc182e8070222d00b492f162bd548dbb4
commit d939f2ec656f1cadebcd5467e0802a4d80639e6e
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Thu Jun 2 00:29:11 2016 +0200
empty commit (repeat)
Change-Id: Ic70524d93c887fb3bb3d1df51274968d71ae2961
commit 4e16211d34232bb5767f50900bdecd5f13443ac5
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Thu Jun 2 00:26:22 2016 +0200
Revert "Switch deterministic scheduling on." + only first proc. idle
This reverts commit 9d0e0ab8bd030b6560e97b245df4c0e94fb3ee7f.
Change-Id: I458d8edf91ab1728fd1e7486b6630a5a68f08c8f
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 3f7e0bf6..efb65ca 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -174,7 +174,7 @@ bool Scheduler::ProcessTaskScheduling( bool bTimerOnly )
return false;
}
-static bool g_bDeterministicMode = true;
+static bool g_bDeterministicMode = false;
void Scheduler::SetDeterministicMode(bool bDeterministic)
{
More information about the Libreoffice-commits
mailing list