monero/src
Timothy D. Prime 6b145763f7 Fix clang build failure, caused by mixing C and C++
Easily fixed by moving a C++ header out of 'extern "C" {...}'.

When building with CC=clang CXX=clang++ make,
[ 21%] Building CXX object src/ringct/CMakeFiles/obj_ringct.dir/rctTypes.cpp.o
In file included from /home/tdprime/bitmonero/src/ringct/rctTypes.cpp:31:
In file included from /home/tdprime/bitmonero/src/ringct/rctTypes.h:43:
In file included from /home/tdprime/bitmonero/src/crypto/generic-ops.h:34:
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/cstring💯3: error: conflicting types for 'memchr'
  memchr(void* __s, int __c, size_t __n)
    ^
	/usr/include/string.h:92:14: note: previous declaration is here
	extern void *memchr (const void *__s, int __c, size_t __n)
	             ^
... and 4 more similar errors
2017-01-26 17:30:00 -08:00
..
blockchain_db Tweak some msg loglevels 2017-01-16 20:42:59 +00:00
blockchain_utilities fixups in logging init calls, and add missing net context in a log 2017-01-16 10:45:59 +00:00
blocks update checkpoints 2016-12-13 00:26:25 +02:00
common Make stack trace show up in log file with default settings 2017-01-21 20:28:18 +00:00
crypto Merge pull request #1510 2017-01-08 16:40:02 -08:00
cryptonote_core Update log messages to reflect fact we no longer need to type exit to save database before quitting 2017-01-23 01:21:26 +00:00
cryptonote_protocol Update log messages to reflect fact we no longer need to type exit to save database before quitting 2017-01-23 01:21:26 +00:00
daemon Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
daemonizer
mnemonics mnemonics: fix language detection with checksum word 2017-01-15 11:16:25 +00:00
p2p Remove unreachable returns 2017-01-23 11:29:34 +01:00
platform
ringct Fix clang build failure, caused by mixing C and C++ 2017-01-26 17:30:00 -08:00
rpc Merge pull request #1610 2017-01-22 11:48:39 -05:00
serialization
simplewallet Merge pull request #1599 2017-01-20 21:00:01 -05:00
wallet Merge pull request #1621 2017-01-23 08:11:02 -05:00
CMakeLists.txt
cryptonote_config.h
version.cmake
version.h.in bump version 2016-12-13 00:29:29 +02:00