toxcore/other/docker
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
..
autotools chore: Simplify and speed up nacl build using toxchat/nacl. 2022-02-18 22:13:42 +00:00
cimplefmt docs: Clean up doxygen comments to be more doxygen-like. 2022-03-05 22:30:48 +00:00
circleci refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
coverage Merge moderation portion of new groupchats codebase 2022-03-30 20:09:50 -04:00
doxygen cleanup: Add more nonnull and nullable annotations. 2022-02-09 20:03:34 +00:00
esp32 chore: Add initial ESP32 docker build. 2022-04-05 20:11:18 +00:00
misra chore: Add MISRA-2012 check using cppcheck's misra addon. 2022-04-04 20:29:54 +00:00
perf refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
sources chore: Add third_party to toxcore-sources docker image. 2022-03-27 22:01:19 +00:00
tcc refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
tokstyle chore: Clone submodules in clusterfuzzlite Dockerfile. 2022-03-30 18:29:46 +00:00
windows Disambiguate the provided to cmake path to be a src dir 2022-10-07 11:46:18 -04:00