<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/CMakeLists.txt, branch v0.8.8.5</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.8.8.5</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.8.8.5'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2014-12-01T19:15:50Z</updated>
<entry>
<title>moved rapidjson to external folder, fixed CMake</title>
<updated>2014-12-01T19:15:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-01T19:15:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=affde29754c2e2309bec3394c4271c56e3bce18e'/>
<id>urn:sha1:affde29754c2e2309bec3394c4271c56e3bce18e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1</title>
<updated>2014-12-01T18:15:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-01T18:14:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cd15cdde58c00bfcde5af1c9f57779e62a76f2f'/>
<id>urn:sha1:4cd15cdde58c00bfcde5af1c9f57779e62a76f2f</id>
<content type='text'>
f1eaf88 Prints seed after wallet upgrade. Removed iostream include. (Oran Juice)
70971be Doxygen comments (Oran Juice)
031ca23 Rewrites to old wallet file correctly (Oran Juice)
1f833dc Doxygen comments in (Oran Juice)
0bd88ff Writes seed language while generating wallet. Wallet open fix. (Oran Juice)
09a659e Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility (Oran Juice)
</content>
</entry>
<entry>
<title>don't build tests unless we're building all-* or *-test builds</title>
<updated>2014-12-01T18:00:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-01T18:00:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=685dd4a5d393e14a42f7ebb8adef75654b3ab6cc'/>
<id>urn:sha1:685dd4a5d393e14a42f7ebb8adef75654b3ab6cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: work around a bug with implicit link directories</title>
<updated>2014-11-18T22:04:47Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-11-18T22:04:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ce71c01f11fa27164d4681396f0ab0d97b04b400'/>
<id>urn:sha1:ce71c01f11fa27164d4681396f0ab0d97b04b400</id>
<content type='text'>
Unfortunately, this is necessary because CMake doesn't detect whether
mingw libraries are static or shared and doesn't put a -static flag around
the -lfoo argument which then makes the shared library be linked to.
</content>
</entry>
<entry>
<title>msys: don't use LTO</title>
<updated>2014-11-17T23:19:54Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-11-17T23:10:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18c56abe4bf5d069abe9ee44442cbbb859f845f5'/>
<id>urn:sha1:18c56abe4bf5d069abe9ee44442cbbb859f845f5</id>
<content type='text'>
This causes duplicate symbol errors on msys' mingw install.
</content>
</entry>
<entry>
<title>msys: factor out -Werror on msys</title>
<updated>2014-11-17T23:19:54Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-11-17T23:10:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5680c9cac7725ad265eb01336f80366a2dfddce3'/>
<id>urn:sha1:5680c9cac7725ad265eb01336f80366a2dfddce3</id>
<content type='text'>
There are Windows-related warnings turned into errors here.
</content>
</entry>
<entry>
<title>msys: look in msys' directory for files</title>
<updated>2014-11-17T23:19:53Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-11-17T23:09:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=475154255ace3212087b9b3492c1cd8e51bfde61'/>
<id>urn:sha1:475154255ace3212087b9b3492c1cd8e51bfde61</id>
<content type='text'>
This tells find_path and find_library to look under this directory first
which is what we want on msys2.
</content>
</entry>
<entry>
<title>cmake: support 2.8.7</title>
<updated>2014-10-24T19:29:51Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-24T18:48:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d708e422397fb0ba8ac29855eb27964115e7217'/>
<id>urn:sha1:7d708e422397fb0ba8ac29855eb27964115e7217</id>
<content type='text'>
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer
versions prefer PUBLIC and PRIVATE instead, but still support the LINK_
prefix.
</content>
</entry>
<entry>
<title>cmake: clean up EXTRA_LIBRARIES</title>
<updated>2014-10-23T20:42:35Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-23T18:04:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9689df925c7e1b3291ad2f351136fee5f383f527'/>
<id>urn:sha1:9689df925c7e1b3291ad2f351136fee5f383f527</id>
<content type='text'>
pthread is handled by CMAKE_THREAD_LIBS_INIT while libdl isn't needed.
</content>
</entry>
<entry>
<title>cmake: set the project name</title>
<updated>2014-10-23T20:42:35Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2014-10-23T18:03:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b7bdcb7908bed79937cb34b4ec2ebe74f192857'/>
<id>urn:sha1:3b7bdcb7908bed79937cb34b4ec2ebe74f192857</id>
<content type='text'>
</content>
</entry>
</feed>
