summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-08-23Install the `DHT_bootstrap` binary on `make install`.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-16Release 0.2.6Robin Lindén
2018-08-12Remove all uses of the PAIR macro in toxav.iphydf
2018-08-08Release 0.2.5Robin Lindén
2018-07-28auto_test fixture and filenameshugbubby
2018-07-23More fixed_width ints and incorporating file_saving_test.chugbubby
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-20Release v0.2.4Robin Lindén
2018-07-19Link -lsocket and -lnsl for socket functions on Solaris.iphydf
2018-07-15Set C++11/C99 flag manually in older cmake on not-msvc.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-07-07Factor out the actual test code from conference_test.iphydf
2018-07-06Add a test that reproduces the NULL peer nick bug.iphydf
2018-07-04Add some tests for our ring_buffer implementation.iphydf
2018-07-01Simplify Travis CI builds.iphydf
2018-06-29Add a test to try and overflow the send queue in net_crypto.iphydf
2018-06-29Remove broken conference tests.iphydf
2018-06-25Release v0.2.3Robin Lindén
2018-06-25Remove the format test.iphydf
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add new Circle CI configuration.iphydf
2018-06-24Add a test for double conference invite.iphydf
2018-06-23Add random testing program.iphydf
2018-06-23Add tests for what happens when passing an invalid proxy host.iphydf
2018-06-19Add test for creating multiple conferences in one tox.iphydf
2018-06-18Remove resource_leak_test.iphydf
2018-06-18Fix linking with address sanitizer.iphydf
2018-06-08In DEBUG mode, make toxcore crash on signed integer overflow.iphydf
2018-05-10Make toxcore compile on BSDendoffile78
2018-04-18Release v0.2.2Robin Lindén
2018-04-06CMake warn if libconfig not foundBraiden Vasco
2018-03-22fix build error on macoshqwrong
2018-03-17Disallow stderr logger by default.iphydf
2018-03-17Add COVERAGE cmake flag for clang.iphydf
2018-03-09Update version to 0.2.1.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-23Link all tests to the android cpufeatures library if available.iphydf
2018-02-22Fix toxcore.pc generation.iphydf
2018-02-22Add an option that allows us to specify that we require toxav.iphydf
2018-02-21Fix the windows build: pthread needs to be linked after vpx.iphydf
2018-02-19Remove apidsl from the build.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-18Split up tox_test into multiple smaller testsRobin Lindén
2018-02-18Don't build all the small sub-libraries.iphydf
2018-02-17Make outgoing Filetransfers round-robin.zoff99
2018-02-12Optionally use newer cmake features.iphydf