summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-02-09Remove libcheck from the dependencies.iphydf
2018-02-09Add gtest include directory to -I flags if found.iphydf
2018-02-08Fix LAN discovery on FreeBSD.iphydf
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-08Add some unit tests for util.h.iphydf
2018-02-06Make cmake script more forgiving.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-06Move tox_shell program to the toxins repository.iphydf
2018-02-06Move irc_syncbot to the toxins repository.iphydf
2018-02-05Move the tox_sync tool to the toxins repository.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-29Add `-D__STDC_LIMIT_MACROS=1` for C++ code.iphydf
2018-01-25Show source file name and line number on crashMaxim Biro
2018-01-25Prefix add_test() with $CROSSCOMPILING_EMULATORMaxim Biro
2018-01-22Use <stdlib.h> for alloca on FreeBSD.iphydf
2018-01-21Make the monolith test a C++ binary.iphydf
2018-01-20Remove nTox from the repo.iphydf
2018-01-20Add a simple conference test with 3 friends.iphydf
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf
2018-01-15Remove hstox test for now.iphydf
2018-01-15update rpm spec and use variables in cmake instead of hardcoded paths (#624)Smoked Cheese
2018-01-14Use apidsl to generate ping.h.iphydf
2018-01-13Make Ping_Array a module-private type.iphydf
2018-01-08Bump toxcore version to 0.2.0.iphydf
2018-01-06Add support for building the monolith test on android.iphydf
2017-12-29Remove deprecated ToxDNSiphydf
2017-12-28Generate only one large library "libtoxcore".iphydf
2017-12-26Release v0.1.11Robin Lindén
2017-11-15Add support of IPv6 disablingDiadlo
2017-09-14Replace include(CTest) on enable_testing()Diadlo
2017-08-22Disable compiler thread safety analysisMaxim Biro
2017-08-06Release v0.1.10Robin Lindén
2017-06-09Fix Windows buildMaxim Biro
2017-06-06Release v0.1.9Robin Lindén
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-06-05Add test for changing the conference title and not receiving a callback.pranomostro
2017-06-04Split daemon's logging backends in separate modulesMaxim Biro
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-06-04Test for memberlist not changing after changing own name.pranomostro
2017-06-04Factor out strict_abi cmake code into a separate module.iphydf
2017-06-04Fix formatting and spelling in version-sync script.iphydf
2017-06-04Forbid undefined symbols in shared libraries.iphydf
2017-06-03Use new encoding of `Maybe` in msgpack results.iphydf
2017-04-27Release v0.1.8Robin Lindén
2017-04-22Revert "initial version of tox_loop"Maxim Biro
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-04-01initial version of tox_loopmichael bishop
2017-03-26CMake: install bootstrapd if it is builtCarsten Brandt
2017-03-26Release v0.1.7Robin Lindén