Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-30 | Release 0.2.10 | Robin Lindén | |
2019-01-12 | Release 0.2.9 | Robin Lindén | |
2018-10-07 | Release 0.2.8 | Robin Lindén | |
2018-10-07 | Default to not defining MIN_LOGGER_LEVEL in CMake | Maxim Biro | |
That way CMake's behavior matches what autotools does -- letting toxcore/logger.h handle the default case. | |||
2018-08-30 | Simplify configure.ac for faster autotools build. | iphydf | |
* Remove ability to disable logging. * Remove unused `NCURSES_FOUND`. * Remove checks for stdbool and existence of int types. These mostly exist, and if they don't, we'll just fail to compile. * Remove checks for various functions. * Add check for `explicit_bzero` and `memset_s`. | |||
2018-08-30 | Release 0.2.7 | Robin Lindén | |
2018-08-16 | Release 0.2.6 | Robin Lindén | |
2018-08-08 | Release 0.2.5 | Robin Lindén | |
2018-07-22 | Run Clang global static analysis on Travis. | iphydf | |
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis. | |||
2018-07-20 | Release v0.2.4 | Robin Lindén | |
2018-07-19 | Use string comparison operator in configure.ac. | iphydf | |
.. to compare strings. `==` is for numeric values. | |||
2018-07-01 | Simplify Travis CI builds. | iphydf | |
Have one script per build. This means more duplication between the scripts, but it's much easier to understand and to run locally. | |||
2018-06-25 | Release v0.2.3 | Robin Lindén | |
2018-04-18 | Release v0.2.2 | Robin Lindén | |
2018-03-09 | Update version to 0.2.1. | iphydf | |
2018-02-09 | Remove libcheck from the dependencies. | iphydf | |
We're not gaining much from this library, and it's a burden, especially for windows development. | |||
2018-01-20 | Remove nTox from the repo. | iphydf | |
It's a maintenance burden nobody uses. Let's make toxic the official console client, instead. | |||
2018-01-08 | Bump toxcore version to 0.2.0. | iphydf | |
We're not releasing yet, but projects preparing for the release will want to build against this version in master. | |||
2017-12-26 | Release v0.1.11 | Robin Lindén | |
2017-11-15 | Add support of IPv6 disabling | Diadlo | |
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. |