Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 56C05200BD0 for ; Tue, 15 Nov 2016 17:27:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 555A9160AF2; Tue, 15 Nov 2016 16:27:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D0481160B03 for ; Tue, 15 Nov 2016 17:27:03 +0100 (CET) Received: (qmail 90802 invoked by uid 500); 15 Nov 2016 16:27:03 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 90743 invoked by uid 99); 15 Nov 2016 16:27:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2016 16:27:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A80BEE08B3; Tue, 15 Nov 2016 16:27:02 +0000 (UTC) From: sanjosh To: dev@avro.apache.org Reply-To: dev@avro.apache.org Message-ID: Subject: [GitHub] avro pull request #157: AVRO-1542 replacing auto_ptr by unique_ptr & std::mo... Content-Type: text/plain Date: Tue, 15 Nov 2016 16:27:02 +0000 (UTC) archived-at: Tue, 15 Nov 2016 16:27:04 -0000 GitHub user sanjosh opened a pull request: https://github.com/apache/avro/pull/157 AVRO-1542 replacing auto_ptr by unique_ptr & std::move Please verify 1) addition of flags to CMakeLists.txt and 2) one case where auto_ptr was being passed by reference but is now changed to pass unique_ptr by value in lang/c++/impl/FileStream.cc : 193 all tests passed in my local build You can merge this pull request into a Git repository by running: $ git pull https://github.com/sanjosh/avro master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/avro/pull/157.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #157 ---- commit b26e3431bcbde97470d38bdb0e5470b0f1a60086 Author: Sandeep Joshi Date: 2016-09-20T07:30:27Z AVRO-1542 replacing auto_ptr by unique_ptr & std::move ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---