v6 of libconfig series
authorDavid Bremner <david@tethera.net>
Wed, 25 May 2016 10:51:19 +0000 (07:51 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:52 +0000 (16:21 -0700)
38/c6e2f30eff3a6e732fd821e385793d8c819a10 [new file with mode: 0644]

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