Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | Add missing DHT_bootstrap to CMakeLists.txt. | iphydf | |
- This PR also adds a DEBUG cmake option that enables -DTOX_DEBUG. - We also remove `-Wall`, because there are too many warnings, and nobody really looks at them at the moment. We'll see about fixing them soon. We'll also want to enable `-Werror` at some point. - Finally, this PR enables `-O3` to make sure toxcore still works correctly under heavy compiler optimisations. | |||
2016-08-16 | Split toxcore into layers. | iphydf | |
This allows us to more clearly define interfaces between modules, and have the linker help us ensure that module boundaries are respected. The onion/tcp/net_crypto layer is a bit too large. This is due to a cyclic dependency (onion -> net_crypto -> TCP -> onion). We may or may not want to break that cycle in the future to allow the onion library to exist on its own without net_crypto. | |||
2016-08-12 | Add "make install" step to Travis build. | iphydf | |
2016-08-12 | Build tox-bootstrapd in the cmake build. | iphydf | |
2016-08-12 | Add and use CMake build script | iphydf | |
Also, fix the hstox build that was taking half an hour. It now takes 5 minutes. Also, perform distcheck on travis to ensure that make dist works. It's not actually failing the build at the moment due to broken tests. | |||
2013-08-24 | Remove cmake build system | jin-eld | |
2013-08-24 | Rename core directory because of autoconf name clash | jin-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-22 | Make wide character support optional | Manuel Argüelles | |
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON. | |||
2013-08-21 | Add cmake module for ncursesw | Manuel Argüelles | |
Default Curses module fails to detect the wide char version of curses when both are installed. Current module should do better. | |||
2013-08-16 | Fix for issue 472 | naxuroqa | |
2013-08-09 | Macports support (OS X only). MAP_ANON -> MAP_ANONYMOUS (OS X only). | slvr | |
2013-08-08 | Update CMakeLists.txt | Astonex | |
2013-08-07 | added files for unit tests | charmlesscoin | |
2013-08-04 | Improved cmake | Maxim Biro | |
2013-08-04 | Fixed Windows build | Maxim Biro | |
2013-08-03 | Changed CMake options to compile the core shared | Chloride Cull | |
It is now compiled under 'toxcore' instead of just 'core' to be able to be installed without conflicts. | |||
2013-08-03 | Curses check is now only on *nix | Filipp Ozinov | |
2013-08-03 | Curses dependence added to CMake | Filipp Ozinov | |
2013-08-01 | Add docs directory to cmake | Florian Hahn | |
2013-07-31 | Fixed build. | irungentoo | |
2013-07-31 | Merge branch 'master' of https://github.com/xzfc/ProjectTox-Core into ↵ | irungentoo | |
xzfc-master Conflicts: CMakeLists.txt | |||
2013-07-31 | NaCl compiling option | xzfcpw | |
2013-07-31 | Add detection of required libraries | Dmitry Marakasov | |
2013-07-21 | Fixed tabulation | Maxim Biro | |
2013-07-21 | Made a cmake project for Core | Maxim Biro | |
2013-07-17 | Set appropriative cmake_policy | Maxim Biro | |
2013-07-17 | Apply compiler flags only once | Maxim Biro | |
2013-07-17 | Improved build system | Maxim Biro | |
2013-07-14 | prettier output | Oliver Hunt | |
2013-07-13 | ncurses test doesn't work very well. Putting back the old test. | irungentoo | |
2013-07-13 | Cmake changed, small change in random_int() | irungentoo | |
Cmake builds now builds the new ncurses test only on non windows. | |||
2013-07-13 | Added ncurses tox client | Oliver Hunt | |
2013-07-12 | Fixed cmake and Travis | Maxim Biro | |
2013-07-12 | Build fixed? | irungentoo | |
2013-07-12 | First 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-07 | Fixed to be confilcts with the DHT and the messenger part. | irungentoo | |
2013-06-26 | Moved the network functions from the DHT into network. | irungentoo | |
Also made a nice function to init networking. | |||
2013-06-26 | Added warnings for GCC | Maxim Biro | |
2013-06-24 | Added a simple cmake list | Maxim Biro | |