<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4fa4bd6312cbeebda23a80feb77f29691af0cd7b - Enable SUBDIR_PARALLEL for lib/googletest</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#4fa4bd6312cbeebda23a80feb77f29691af0cd7b</link>
        <description>Enable SUBDIR_PARALLEL for lib/googletestThis saves a few seconds in a parallel build since we can build thegtest_main and gmock subdirectories in parallel.Reviewed By:	ngieDifferential Revision: https://reviews.freebsd.org/D26760

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Mon, 19 Oct 2020 21:51:03 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aaf9152a852aba9eb2036b95f4948ee77988826 - MFHead@r345275</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#2aaf9152a852aba9eb2036b95f4948ee77988826</link>
        <description>MFHead@r345275

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Mon, 18 Mar 2019 20:21:53 +0100</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://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#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:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Fri, 15 Mar 2019 22:43:52 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04773d6d934ad0c0478a4c3ebb6b69482c3201b6 - Add glue Makefile for tests under lib/googletest/...</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#04773d6d934ad0c0478a4c3ebb6b69482c3201b6</link>
        <description>Add glue Makefile for tests under lib/googletest/...

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Wed, 20 Feb 2019 04:07:11 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ab321591fa826a916ec6a38b9fcc8633c2a1400 - Unconditionally build/install libg{mock,test}_main</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#1ab321591fa826a916ec6a38b9fcc8633c2a1400</link>
        <description>Unconditionally build/install libg{mock,test}_mainThey are supporting libraries and as such, will need to be built/installedwhen MK_TESTS == no during buildworld, i.e., the &quot;make libraries&quot; phase.Otherwise, dependent components cannot rely on the libraries, like`cddl/usr.sbin/zfsd/tests`.

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Wed, 20 Feb 2019 01:15:25 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3c5273d315a64826d2149ac453ff8c4583ddbe8 - Merge build glue for libraries and tests done on github</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/googletest/Makefile#f3c5273d315a64826d2149ac453ff8c4583ddbe8</link>
        <description>Merge build glue for libraries and tests done on githubI need to doublecheck my work vs the port, but I believe that this covers theinitial integration of all upstream tests.Ref: https://github.com/ngie-eign/freebsd/tree/googletest-integration

            List of files:
            /freebsd/lib/googletest/Makefile</description>
        <pubDate>Wed, 13 Feb 2019 05:58:15 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
