summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-08-03Changed CMake options to compile the core sharedChloride Cull
It is now compiled under 'toxcore' instead of just 'core' to be able to be installed without conflicts.
2013-08-03Curses check is now only on *nixFilipp Ozinov
2013-08-03Curses dependence added to CMakeFilipp Ozinov
2013-08-01Add docs directory to cmakeFlorian Hahn
2013-07-31Fixed build.irungentoo
2013-07-31Merge branch 'master' of https://github.com/xzfc/ProjectTox-Core into ↵irungentoo
xzfc-master Conflicts: CMakeLists.txt
2013-07-31NaCl compiling optionxzfcpw
2013-07-31Add detection of required librariesDmitry Marakasov
2013-07-21Fixed tabulationMaxim Biro
2013-07-21Made a cmake project for CoreMaxim Biro
2013-07-17Set appropriative cmake_policyMaxim Biro
2013-07-17Apply compiler flags only onceMaxim Biro
2013-07-17Improved build systemMaxim Biro
2013-07-14prettier outputOliver Hunt
2013-07-13ncurses test doesn't work very well. Putting back the old test.irungentoo
2013-07-13Cmake changed, small change in random_int()irungentoo
Cmake builds now builds the new ncurses test only on non windows.
2013-07-13Added ncurses tox clientOliver Hunt
2013-07-12Fixed cmake and TravisMaxim Biro
2013-07-12Build fixed?irungentoo
2013-07-12First part of DHT hardening done.irungentoo
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium)
2013-07-07Fixed to be confilcts with the DHT and the messenger part.irungentoo
2013-06-26Moved the network functions from the DHT into network.irungentoo
Also made a nice function to init networking.
2013-06-26Added warnings for GCCMaxim Biro
2013-06-24Added a simple cmake listMaxim Biro