aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/misc.cmake
Commit message (Collapse)AuthorAge
* Mainly small build system fixesPerttu Ahola2011-01-09
|
* CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola2011-01-08
to work on OS X.
sible to avoid unnecessary memory movements. * Shave off buffer copies in networking code (#11607)sfan52021-09-17 | * Move files to subdirectories (#6599)Vitaliy2017-11-08 | | | | * Move files around * Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot2017-09-05 | | | | This fixes #6373 * Network cleanup (#6310)Loïc Blot2017-08-25 | | | | | | | | | | | | | | * Move Connection threads to dedicated files + various cleanups * ConnectionReceiveThread::processPacket now uses function pointer table to route MT packet types * Various code style fixes * Code style with clang-format * Various SharedBuffer copy removal * SharedBuffer cannot be copied anymore using Buffer * Fix many SharedBuffer copy (thanks to delete operator) * C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17 | | | | * Migrate cpp headers to pragma once * Remove superfluous pointer null checksQrchackOfficial2017-06-10 | * Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot2017-06-05 | * Fix BufferedPacket race condition (fixes #2983)kwolekr2015-08-06 | | | | | This was caused by the use the non-threadsafe SharedBuffer in a threaded context. * Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier2014-04-19 | * Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-11 | * Update Copyright YearsSfan52013-02-24 | * Change Minetest-c55 to MinetestPilzAdam2013-02-24 |