toxcore/other
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
..
astyle Fix unresolved reference in toxencryptsave API. 2016-12-14 11:35:43 +00:00
bootstrap_daemon Portability fixes 2017-01-04 13:44:39 -08:00
fun Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
pkgconfig Add compatibility pkg-config modules: libtoxcore, libtoxav. 2016-12-13 20:58:32 +00:00
travis Fix SSL verification in coveralls. 2017-01-02 23:43:42 +00:00
bootstrap_node_packets.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
bootstrap_node_packets.h Put config-related functions in a separate file 2016-01-01 00:19:35 -05:00
DHT_bootstrap.c Portability fixes 2017-01-04 13:44:39 -08:00
DHTnodes Link changes. 2015-07-07 22:57:11 -04:00
Makefile.inc Add a separate configure switch for DHT_bootstrap 2017-01-03 20:42:07 +00:00
osx_build_script_toxcore.sh Move OS X install script 2015-02-03 12:48:15 -05:00
tox.png Added logo in readme to repo. 2013-08-14 12:35:55 -04:00
version-sync Rebuild apidsl'd headers in cmake. 2016-10-02 23:54:03 +01:00