<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:02:09 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CXX-1313] &quot;bsoncxx&quot; depends on &quot;bson-1.0&quot; if BUILD_SHARED_LIBS, else depends on &quot;bson-static-1.0&quot;</title>
                <link>https://jira.mongodb.org/browse/CXX-1313</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;Currently, both the &quot;bsoncxx&quot; and &quot;bsoncxx_static&quot; targets depend on the &quot;bson-1.0&quot; library, which is the shared libbson library.&lt;/p&gt;

&lt;p&gt;We should remove the &quot;bsoncxx_static&quot; target, and make the &quot;bsoncxx&quot; target a shared or static library depending on the user value for BUILD_SHARED_LIBS.  If BUILD_SHARED_LIBS is on, &quot;bsoncxx&quot; should depend on &quot;bson-1.0&quot;; else, if should depend on &quot;bson-static-1.0&quot;.&lt;/p&gt;

&lt;p&gt;This has the effect of limiting users to building either the static library or the shared library, but not both at once.&lt;/p&gt;</description>
                <environment></environment>
        <key id="373628">CXX-1313</key>
            <summary>&quot;bsoncxx&quot; depends on &quot;bson-1.0&quot; if BUILD_SHARED_LIBS, else depends on &quot;bson-static-1.0&quot;</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="rassi">J Rassi</assignee>
                                    <reporter username="rassi">J Rassi</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Apr 2017 23:08:19 +0000</created>
                <updated>Wed, 19 Apr 2017 08:23:10 +0000</updated>
                            <resolved>Fri, 14 Apr 2017 17:12:03 +0000</resolved>
                                                    <fixVersion>3.2.0-rc0</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1552316" author="rassi@10gen.com" created="Wed, 19 Apr 2017 08:17:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1313&quot; title=&quot;&amp;quot;bsoncxx&amp;quot; depends on &amp;quot;bson-1.0&amp;quot; if BUILD_SHARED_LIBS, else depends on &amp;quot;bson-static-1.0&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1313&quot;&gt;&lt;del&gt;CXX-1313&lt;/del&gt;&lt;/a&gt; Library variables in cmake config files should use abs paths&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt;-revise-static-linking&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/e44c479a89efb2e8503763e6b7e3d1ad444fd580&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/e44c479a89efb2e8503763e6b7e3d1ad444fd580&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1549485" author="rassi@10gen.com" created="Fri, 14 Apr 2017 17:11:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1313&quot; title=&quot;&amp;quot;bsoncxx&amp;quot; depends on &amp;quot;bson-1.0&amp;quot; if BUILD_SHARED_LIBS, else depends on &amp;quot;bson-static-1.0&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1313&quot;&gt;&lt;del&gt;CXX-1313&lt;/del&gt;&lt;/a&gt; Create testing-only copy of bsoncxx that exports some private functionality for testing&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt;-revise-static-linking&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/db0f02e5f7da75b70320aff3f7cdf07627d3c5c1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/db0f02e5f7da75b70320aff3f7cdf07627d3c5c1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1549483" author="rassi@10gen.com" created="Fri, 14 Apr 2017 17:10:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1313&quot; title=&quot;&amp;quot;bsoncxx&amp;quot; depends on &amp;quot;bson-1.0&amp;quot; if BUILD_SHARED_LIBS, else depends on &amp;quot;bson-static-1.0&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1313&quot;&gt;&lt;del&gt;CXX-1313&lt;/del&gt;&lt;/a&gt; bsoncxx links static/dyn libbson depending on BUILD_SHARED_LIBS&lt;/p&gt;

&lt;p&gt;BUILD_SHARED_LIBS=ON now disables the static library build.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt;-revise-static-linking&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/e5a8228ddbdb71771ee7d4b98aeca64e51880465&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/e5a8228ddbdb71771ee7d4b98aeca64e51880465&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CXX-1257</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsy1fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1647">Perl/CXX 2017-04-14</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>