<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/CMakeLists.txt, branch v0.10.2</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.10.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-21T17:38:18Z</updated>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make previous change portable</title>
<updated>2017-02-08T21:34:35Z</updated>
<author>
<name>Timothy D. Prime</name>
<email>tdprime@teleosmedia.com</email>
</author>
<published>2017-02-08T21:34:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dd3485492d1b7af27b19bcc9d86d4f0941b18ac6'/>
<id>urn:sha1:dd3485492d1b7af27b19bcc9d86d4f0941b18ac6</id>
<content type='text'>
Use cmake's _PREFIX and _SUFFIX to determine the library location.
</content>
</entry>
<entry>
<title>fixes #1688 protect make debug-test from gtest</title>
<updated>2017-02-08T20:38:41Z</updated>
<author>
<name>Timothy D. Prime</name>
<email>tdprime@teleosmedia.com</email>
</author>
<published>2017-02-08T20:38:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32d7d048588feda34bcb61995860850763468579'/>
<id>urn:sha1:32d7d048588feda34bcb61995860850763468579</id>
<content type='text'>
In simple terms, add_subdirectory() is replaced with ExternalProject_Add().

This change is inspired by https://crascit.com/2015/07/25/cmake-gtest/
with one difference, no download, using the source we already have.

Before this change, make debug-test must be preceded by make clean.
Otherwise, a subsequent build would be polluted by cmake options made
by tests/gtest/.

Also removed the changed compiler flags.  My test build did not have
the affected warnings.
</content>
</entry>
<entry>
<title>portable serializer: tests added</title>
<updated>2017-01-03T00:14:48Z</updated>
<author>
<name>kenshi84</name>
<email>kenshi84@protonmail.ch</email>
</author>
<published>2017-01-02T01:43:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ada7c7da8f2135b3792b0b56666bdd4b88400f7e'/>
<id>urn:sha1:ada7c7da8f2135b3792b0b56666bdd4b88400f7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</content>
</entry>
<entry>
<title>cmake: exclude tests from running</title>
<updated>2016-09-01T15:17:44Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T19:37:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3398515dd4b970500dacef6ed8fa69501f05e6dc'/>
<id>urn:sha1:3398515dd4b970500dacef6ed8fa69501f05e6dc</id>
<content type='text'>
Minimize special cases in cmake script, likely to be forgotten.
</content>
</entry>
<entry>
<title>tests: cmake: fix building with system gtest</title>
<updated>2016-08-31T03:04:53Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T17:56:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=640a934d5f6163f1069dda933c590bf463d0d5d1'/>
<id>urn:sha1:640a934d5f6163f1069dda933c590bf463d0d5d1</id>
<content type='text'>
Issues #980 #983
</content>
</entry>
<entry>
<title>tests: cmake: use a list for enabled tests</title>
<updated>2016-08-31T02:56:14Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T16:17:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4a9e94944c47c38c53967452efd83a7e4c2d4804'/>
<id>urn:sha1:4a9e94944c47c38c53967452efd83a7e4c2d4804</id>
<content type='text'>
Avoid replicating common logic.
</content>
</entry>
<entry>
<title>cmake: tests: gtest target is not always defined #983</title>
<updated>2016-08-31T02:55:53Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T16:12:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dbd9a2606cce84e0793f1f5f39c47975a67b6845'/>
<id>urn:sha1:dbd9a2606cce84e0793f1f5f39c47975a67b6845</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent core_tests from building under Travis</title>
<updated>2016-08-29T12:14:27Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-29T12:14:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57bc33b4d3453c2b42ccfb2f881b9e76f8abdc8f'/>
<id>urn:sha1:57bc33b4d3453c2b42ccfb2f881b9e76f8abdc8f</id>
<content type='text'>
</content>
</entry>
</feed>
