Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 413266DE02C9 for ; Wed, 25 May 2016 03:51:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.012 X-Spam-Level: X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cKDXXJ7cy7cP for ; Wed, 25 May 2016 03:51:37 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id C0F5F6DE00BD for ; Wed, 25 May 2016 03:51:36 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1b5WPM-0004TT-GJ for notmuch@notmuchmail.org; Wed, 25 May 2016 06:51:24 -0400 Received: (nullmailer pid 23133 invoked by uid 1000); Wed, 25 May 2016 10:51:31 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: v6 of libconfig series Date: Wed, 25 May 2016 07:51:19 -0300 Message-Id: <1464173486-23032-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.8.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 10:51:45 -0000 This obsoletes the remaining libconfig patches starting at id:1463135893-7471-6-git-send-email-david@tethera.net I've addressed (my own) comments there. In [Patch v6 2/7] lib: config list iterators I decided to use "placement new" to allocated a Xapian::TermIterator, rather than a pointer. This is slightly more exotic C++, but it reduces number of dereferences in the code. I think this series has got all the feedback it's going to, so I'm going to go ahead and mark it ready to merge.