<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in WITHOUT_GOOGLETEST</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aaf9152a852aba9eb2036b95f4948ee77988826 - MFHead@r345275</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#2aaf9152a852aba9eb2036b95f4948ee77988826</link>
        <description>MFHead@r345275

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Mon, 18 Mar 2019 19:21:53 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5193fcde8d29e5fe3056c8cf7b0d7a004c20a632 - Initial googlemock/googletest integration into the build/FreeBSD test suite</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#5193fcde8d29e5fe3056c8cf7b0d7a004c20a632</link>
        <description>Initial googlemock/googletest integration into the build/FreeBSD test suiteThis initial integration takes googlemock/googletest release 1.8.1, integratesthe library, tests, and sample unit tests into the build.googlemock/googletest&apos;s inclusion is optionally available via `MK_GOOGLETEST`.`MK_GOOGLETEST` is dependent on `MK_TESTS` and is enabled by default whenbuilt with a C++11 capable toolchain.Google tests can be specified via the `GTESTS` variable, which, in comparisonwith the other test drivers, is more simplified/streamlined, as Googletest onlysupports C++ tests; not raw C or shell tests (C tests can be written in C++using the standard embedding methods).No dependent libraries are assumed for the tests. One must specify `gmock`,`gmock_main`, `gtest`, or `gtest_main`, via `LIBADD` for the program.More information about googlemock and googletest can be found on theGoogletest [project page](https://github.com/google/googletest), and the[GoogleMock](https://github.com/google/googletest/blob/v1.8.x/googlemock/docs/Documentation.md)and[GoogleTest](https://github.com/google/googletest/tree/v1.8.x/googletest/docs)docs.These tests are originally integrated into the build as plain driver tests, butwill be natively integrated into Kyua in a later version.Known issues/Errata:* [WhenDynamicCastToTest.AmbiguousCast fails on FreeBSD](https://github.com/google/googletest/issues/2172)Reviewed by:	asomersApproved by:	emaste (mentor)MFC after:	2 monthsDifferential Revision: https://reviews.freebsd.org/D19551

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Fri, 15 Mar 2019 21:43:52 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dde07f1c14f9a5f100d7dc51308bbbf3490d594e - Adjust code based on comments from @asomers in D19551</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#dde07f1c14f9a5f100d7dc51308bbbf3490d594e</link>
        <description>Adjust code based on comments from @asomers in D19551

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Tue, 12 Mar 2019 01:12:34 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43e25f47a7c56358fb243645a7db84eccac0ca74 - Add MK_GOOGLETEST option for building/installing gmock/gtest</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#43e25f47a7c56358fb243645a7db84eccac0ca74</link>
        <description>Add MK_GOOGLETEST option for building/installing gmock/gtestThese libraries don&apos;t compile on non-C++-11 capable compilers, e.g., g++ 4.2.1and its corresponding implementation of the c++ library, i.e., libstdc++.Blacklist compilation on all non-C++-11 capable compilers and give others theoption of opting out of building/installing gmock/gtest via MK_GOOGLETEST.This option is controlled by MK_CXX and MK_TESTS, as ATF compilation is.

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Tue, 19 Feb 2019 22:40:32 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aaf9152a852aba9eb2036b95f4948ee77988826 - MFHead@r345275</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#2aaf9152a852aba9eb2036b95f4948ee77988826</link>
        <description>MFHead@r345275

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Mon, 18 Mar 2019 19:21:53 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5193fcde8d29e5fe3056c8cf7b0d7a004c20a632 - Initial googlemock/googletest integration into the build/FreeBSD test suite</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#5193fcde8d29e5fe3056c8cf7b0d7a004c20a632</link>
        <description>Initial googlemock/googletest integration into the build/FreeBSD test suiteThis initial integration takes googlemock/googletest release 1.8.1, integratesthe library, tests, and sample unit tests into the build.googlemock/googletest&apos;s inclusion is optionally available via `MK_GOOGLETEST`.`MK_GOOGLETEST` is dependent on `MK_TESTS` and is enabled by default whenbuilt with a C++11 capable toolchain.Google tests can be specified via the `GTESTS` variable, which, in comparisonwith the other test drivers, is more simplified/streamlined, as Googletest onlysupports C++ tests; not raw C or shell tests (C tests can be written in C++using the standard embedding methods).No dependent libraries are assumed for the tests. One must specify `gmock`,`gmock_main`, `gtest`, or `gtest_main`, via `LIBADD` for the program.More information about googlemock and googletest can be found on theGoogletest [project page](https://github.com/google/googletest), and the[GoogleMock](https://github.com/google/googletest/blob/v1.8.x/googlemock/docs/Documentation.md)and[GoogleTest](https://github.com/google/googletest/tree/v1.8.x/googletest/docs)docs.These tests are originally integrated into the build as plain driver tests, butwill be natively integrated into Kyua in a later version.Known issues/Errata:* [WhenDynamicCastToTest.AmbiguousCast fails on FreeBSD](https://github.com/google/googletest/issues/2172)Reviewed by:	asomersApproved by:	emaste (mentor)MFC after:	2 monthsDifferential Revision: https://reviews.freebsd.org/D19551

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Fri, 15 Mar 2019 21:43:52 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dde07f1c14f9a5f100d7dc51308bbbf3490d594e - Adjust code based on comments from @asomers in D19551</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#dde07f1c14f9a5f100d7dc51308bbbf3490d594e</link>
        <description>Adjust code based on comments from @asomers in D19551

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Tue, 12 Mar 2019 01:12:34 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43e25f47a7c56358fb243645a7db84eccac0ca74 - Add MK_GOOGLETEST option for building/installing gmock/gtest</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#43e25f47a7c56358fb243645a7db84eccac0ca74</link>
        <description>Add MK_GOOGLETEST option for building/installing gmock/gtestThese libraries don&apos;t compile on non-C++-11 capable compilers, e.g., g++ 4.2.1and its corresponding implementation of the c++ library, i.e., libstdc++.Blacklist compilation on all non-C++-11 capable compilers and give others theoption of opting out of building/installing gmock/gtest via MK_GOOGLETEST.This option is controlled by MK_CXX and MK_TESTS, as ATF compilation is.

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Tue, 19 Feb 2019 22:40:32 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aaf9152a852aba9eb2036b95f4948ee77988826 - MFHead@r345275</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#2aaf9152a852aba9eb2036b95f4948ee77988826</link>
        <description>MFHead@r345275

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Mon, 18 Mar 2019 19:21:53 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5193fcde8d29e5fe3056c8cf7b0d7a004c20a632 - Initial googlemock/googletest integration into the build/FreeBSD test suite</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#5193fcde8d29e5fe3056c8cf7b0d7a004c20a632</link>
        <description>Initial googlemock/googletest integration into the build/FreeBSD test suiteThis initial integration takes googlemock/googletest release 1.8.1, integratesthe library, tests, and sample unit tests into the build.googlemock/googletest&apos;s inclusion is optionally available via `MK_GOOGLETEST`.`MK_GOOGLETEST` is dependent on `MK_TESTS` and is enabled by default whenbuilt with a C++11 capable toolchain.Google tests can be specified via the `GTESTS` variable, which, in comparisonwith the other test drivers, is more simplified/streamlined, as Googletest onlysupports C++ tests; not raw C or shell tests (C tests can be written in C++using the standard embedding methods).No dependent libraries are assumed for the tests. One must specify `gmock`,`gmock_main`, `gtest`, or `gtest_main`, via `LIBADD` for the program.More information about googlemock and googletest can be found on theGoogletest [project page](https://github.com/google/googletest), and the[GoogleMock](https://github.com/google/googletest/blob/v1.8.x/googlemock/docs/Documentation.md)and[GoogleTest](https://github.com/google/googletest/tree/v1.8.x/googletest/docs)docs.These tests are originally integrated into the build as plain driver tests, butwill be natively integrated into Kyua in a later version.Known issues/Errata:* [WhenDynamicCastToTest.AmbiguousCast fails on FreeBSD](https://github.com/google/googletest/issues/2172)Reviewed by:	asomersApproved by:	emaste (mentor)MFC after:	2 monthsDifferential Revision: https://reviews.freebsd.org/D19551

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Fri, 15 Mar 2019 21:43:52 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dde07f1c14f9a5f100d7dc51308bbbf3490d594e - Adjust code based on comments from @asomers in D19551</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#dde07f1c14f9a5f100d7dc51308bbbf3490d594e</link>
        <description>Adjust code based on comments from @asomers in D19551

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Tue, 12 Mar 2019 01:12:34 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43e25f47a7c56358fb243645a7db84eccac0ca74 - Add MK_GOOGLETEST option for building/installing gmock/gtest</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GOOGLETEST#43e25f47a7c56358fb243645a7db84eccac0ca74</link>
        <description>Add MK_GOOGLETEST option for building/installing gmock/gtestThese libraries don&apos;t compile on non-C++-11 capable compilers, e.g., g++ 4.2.1and its corresponding implementation of the c++ library, i.e., libstdc++.Blacklist compilation on all non-C++-11 capable compilers and give others theoption of opting out of building/installing gmock/gtest via MK_GOOGLETEST.This option is controlled by MK_CXX and MK_TESTS, as ATF compilation is.

            List of files:
            /src/tools/build/options/WITHOUT_GOOGLETEST</description>
        <pubDate>Tue, 19 Feb 2019 22:40:32 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
