monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision ec71f55a84d926b7e6acb734e061a97be848c3


From: monotone
Subject: [Monotone-commits-diffs] Revision ec71f55a84d926b7e6acb734e061a97be848c38c
Date: Sat, 24 Jan 2009 02:23:49 +0100

-----------------------------------------------------------------
Revision: ec71f55a84d926b7e6acb734e061a97be848c38c
Ancestor: be30dc2d65afa83e4420de81132259e0a06c082d
Author: address@hidden
Date: 2009-01-24T01:20:09
Branch: net.venge.monotone.stripped

Added files:
        lazy_rng.hh
Modified files:
        Makefile.am app_state.cc app_state.hh database.cc
        database.hh key_store.cc

ChangeLog: 

Lazy initialization of Botan RNGs.  Halves testsuite runtime.

 * lazy_rng.hh: New file.
 * Makefile.am (MOST_SOURCES): Add it.
 * app_state.hh, app_state.cc, database.hh, database.cc, key_store.cc:
   Change all shared_ptr<Botan::RandomNumberGenerator> data members to
   shared_ptr<lazy_rng> and change all users of those members to call get().

Attachment: txtORvNbHAVp9.txt
Description: Diff [be30dc2d65afa83e4420de81132259e0a06c082d] -> [ec71f55a84d926b7e6acb734e061a97be848c38c]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]