summaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-08-24Rename core directory because of autoconf name clashjin-eld
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
2013-08-23Add pkg-config fileManuel Argüelles
Generate and install a toxcore.pc file to be used with pkg-config.
2013-08-23Merge branch 'new-api'irungentoo
New, cleaner public API added. see: core/tox.h This does not break anything because the old API is still there. You are however encouraged to switch to the new API.
2013-08-23Add entry to allow make installManuel Argüelles
Always compile static and shared library, SHARED_TOXCORE is depreciated, "make install" places files on default prefix.
2013-08-23Forgot to commit a file in last commit.irungentoo
2013-08-20nTox and cmake fixed.irungentoo
2013-08-12Implemented Deadline Timer and timer_testslvr
2013-08-05core: Rewrote ping-module, better performance and cleaner code.plutooo
2013-08-04Improved cmakeMaxim Biro
2013-08-04Fixed Windows buildMaxim Biro
2013-08-03various fixes for first time userJae Kwon
* added linking to libsodium * fixed links to docs to point to wiki
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-07-31Add detection of required librariesDmitry Marakasov
2013-07-29Fixed formatting of some cmake filesMaxim Biro
2013-07-26Added basic Local/LAN discovery.irungentoo
2013-07-22Modified the way friend requests worked.irungentoo
Added routing of friend requests.
2013-07-21Made a cmake project for CoreMaxim Biro