toxcore/testing
David Zero f3469070fe Portability fixes
- CFLAG gnu99 was changed to c99.
- CXXFLAG c++98 was changed to c++11.
- CFLAG -pedantic-errors was added so that non-ISO C now throws errors.
- _XOPEN_SOURCE feature test macro added and set to 600 to expose SUSv3
  and c99 definitions in modules that required them.
- Fixed tests (and bootstrap daemon logging) that were failing due to
  the altered build flags.
- Avoid string suffix misinterpretation; explicit narrowing conversion.
- Misc. additions to .gitignore to make sure build artifacts don't wind
  up in version control.
2017-01-04 13:44:39 -08:00
..
hstox Wrap all sodium/nacl functions in crypto_core.c. 2016-12-22 10:26:59 +00:00
av_test.c Portability fixes 2017-01-04 13:44:39 -08:00
DHT_test.c Portability fixes 2017-01-04 13:44:39 -08:00
dns3_test.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
irc_syncbot.c Portability fixes 2017-01-04 13:44:39 -08:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c Portability fixes 2017-01-04 13:44:39 -08:00
misc_tools.c Portability fixes 2017-01-04 13:44:39 -08:00
nTox.c Enable all possible C compiler warning flags. 2016-11-06 01:32:10 +00:00
nTox.h Improve static and const correctness. 2016-09-06 11:54:37 +01:00
tox_shell.c Portability fixes 2017-01-04 13:44:39 -08:00
tox_sync.c Portability fixes 2017-01-04 13:44:39 -08:00