Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-06 | Release v0.1.10 | Robin Lindén | |
2017-06-06 | Release v0.1.9 | Robin Lindén | |
2017-04-27 | Release v0.1.8 | Robin Lindén | |
2017-04-22 | Revert "Implement tox_loop" | Maxim Biro | |
This reverts commit 5ff099763b1f56414572e1c12eb2f003117db5a0. | |||
2017-04-01 | Implement tox_loop | Ansa89 | |
2017-03-26 | Release v0.1.7 | Robin Lindén | |
2017-01-26 | Release v0.1.6. | iphydf | |
2017-01-19 | Release v0.1.5. | iphydf | |
2017-01-18 | Setup autotools to read .so version info from a separate file | Sergey 'Jin' Bostandzhyan | |
We want to use the same libtool style .so versions in both build systems, ideally both systems should read the version information from the same configuration file. This commit introduces an so.version configuration file and sets up the autotools to use it. The version numbers in so.version define the ABI compatibility and should be updated prior to each release. implements #323 | |||
2017-01-12 | Release v0.1.4. | iphydf | |
2017-01-11 | Remove `TOX_DEBUG` and have asserts always enabled. | iphydf | |
These are cheap asserts. I've also replaced the fprintf's with `LOGGER_ERROR` calls. | |||
2017-01-10 | Explicitly check if compiler supports C99 | Sergey 'Jin' Bostandzhyan | |
c-tocxocre will start using C99 code, so check if the compiler supports it and abort in configure with an error if it does not. closes #413 | |||
2017-01-05 | Release v0.1.3. | iphydf | |
2017-01-03 | Add a separate configure switch for DHT_bootstrap | Sergey 'Jin' Bostandzhyan | |
closes #319 | |||
2016-12-23 | Release v0.1.2 | iphydf | |
2016-12-17 | Release v0.1.1 | iphydf | |
2016-12-14 | Release 0.1.0. | iphydf | |
Fixes #216. | |||
2016-12-13 | Fix `--enable-logging` flag in autotools configure script. | iphydf | |
We also never really tested this, because we run make distcheck, which does another configure with default flags instead of the ones we passed. Fixes #317. | |||
2016-11-24 | Version Patch v0.0.4 => v0.0.5 | Gregory Mullen (grayhatter) | |
2016-11-14 | v0.0.4 | iphydf | |
2016-11-07 | Release v0.0.3. | iphydf | |
2016-10-30 | Version Patch v0.0.2 | Gregory Mullen (grayhatter) | |
2016-09-28 | v0.0.0 => v0.0.1 | Gregory Mullen (grayhatter) | |
2016-09-07 | Add debugging option to autotools configuration | Jfreegman | |
2016-08-17 | Try searching for libsodium with pkg-config in ./configure. | iphydf | |
If libsodium can't be found with PKG_CHECK_MODULES, try AC_CHECK_LIB. If that also fails, abort configure. If a user passes --with-libsodium-libs explicitly, that overrides the pkg-config found location. | |||
2016-01-30 | Fixes. | irungentoo | |
Fixed bug from merged PR. Don't build useless files when building with libsodium. | |||
2015-11-07 | Merge remote-tracking branch 'upstream/master' into rm-files | Gregory Mullen (grayhatter) | |
2015-10-13 | Fix typo and change logger config option | Eniz Vukovic | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-10-05 | Removed the unused autotools files | Gregory Mullen (grayhatter) | |
Autotools requires a bunch of files that toxcore doesn't use or plan to use in the near future. By adding 'foreign' to AM_INIT_AUTOMAKE autotools stops being stupid, and works normally. | |||
2015-06-26 | Some comment fixes. | irungentoo | |
2015-04-09 | do not check for librt on OpenBSD | Carlin | |
clock_gettime is in OpenBSD's libc | |||
2015-03-04 | Add spec file for rpm generation | Jin^eLD | |
The spec file gets processed by configure, the version will be filled in automatically. To generate an rpm make sure to install rpm-build, then "configure" as you would usually do, run "make dist", then process the generated tarball with rpmbuild: rpmbuild -tb tox-0.0.0.tar.gz Tested on Fedora 22. | |||
2015-03-03 | Fix dist target | Jin^eLD | |
Modify tar options to allow extra long filen and directory names, if not set souces under toxencryptsave might not end up in the tarball. | |||
2015-01-10 | Logger fix | mannol | |
2014-12-18 | Build system fixes. | irungentoo | |
libtoxcore.pc now has -lpthread like it's supposed to on systems where it is needed. | |||
2014-11-26 | Added check to ensure that the available libsodium library is compatible | Jin^eLD | |
Tox now uses some crypto_pwhash functions that are only available in the newer libsodium releases; check this in configure to prevent compile time errors. | |||
2014-08-22 | Fix toxcore linkage on qnx | beemaster | |
2014-07-22 | Fixed --disable-epoll making configure fail. | irungentoo | |
2014-07-20 | LAN discovery should now work on windows machines with multiple | irungentoo | |
ethernet devices. Added some code to get real adapter broadcast addresses on windows. | |||
2014-07-17 | Build system now automatically enables epoll support in TCP server | irungentoo | |
when supported. | |||
2014-06-12 | pthread is now a core dependency instead of just a toxav dependency. | irungentoo | |
Fixed possible thread bug with sending A/V packets. TODO: eventually make toxcore thread safe. | |||
2014-05-26 | Fixed --disable-rt, link against -lm | Sean Qureshi | |
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-21 | Adds --disable-rt to configure, fixing Android | Sean Qureshi | |
2014-05-22 | Merge remote-tracking branch 'upstream/master' into Multicalls-patch | mannol | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-19 | configure.ac: Don't check for clock_gettime on OS X | stal | |
We don't need it anymore. jin-eld pls do not kill | |||
2014-05-10 | Fixed build by adding librt to build system. | irungentoo | |
2014-05-03 | Bunch of random changes | mannol | |