toxcore/other
Maxim Biro 933a2aa452
Disambiguate the provided to cmake path to be a src dir
cmake treats the provided path differently depending on whether it
contains a CMakeCache.txt or not. If it doesn't contain it -- it's
treated as a path to the source tree, if it does -- as a path to the
build tree. We want it to be treated as a source tree path, but if a
user has CMakeCache.txt in that directory, e.g. from a previous in-tree
build the user has done, cmake will treat it as a build tree instead,
which might lead to unexpected results (improperly configured build) or
an error, with the latter being more likely considering we are building
inside a container and the host paths specified in the user-generated
CMakeCache.txt likely don't exist in there.
2022-10-07 11:46:18 -04:00
..
analysis Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
astyle fix: Fix some uninitialised memory errors found by valgrind and msan. 2022-01-13 20:15:21 +00:00
bootstrap_daemon fix: missing net to host conversion of port in logging in group_chat.c 2022-10-04 03:41:17 +02:00
docker Disambiguate the provided to cmake path to be a src dir 2022-10-07 11:46:18 -04:00
emscripten refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
fun cleanup: Remove all uses of TOX_*_MAX_SIZE macros. 2022-04-01 09:10:37 +00:00
pkgconfig
proxy test: Enable fuzzing for TCP. 2022-04-14 13:19:56 +00:00
rpm
bootstrap_node_packets.c Make functions take const pointer to IP_Port wherever possible 2022-02-03 10:54:48 -05:00
bootstrap_node_packets.h cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00
BUILD.bazel Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
DHT_bootstrap.c Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
DHTnodes
make_single_file refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
Makefile.inc
osx_build_script_toxcore.sh
print-version chore: Add bootstrap daemon docker image build. 2021-12-23 15:54:24 +00:00
tox-warning.png [ImgBot] Optimize images 2020-04-24 21:55:23 +00:00
tox.png [ImgBot] Optimize images 2020-04-24 21:55:23 +00:00
version-sync
windows_build_script_toxcore.sh Update deps used in Windows build scripts 2021-02-25 13:59:18 +03:00