Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -0/+1 |
| | | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | ||||
* | Removed the LeakFinder for Windows. (#3777) | Mattes D | 2017-06-19 | 1 | -0/+2 |
| | |||||
* | Replace evdns with getaddrinfo and getnameinfo (#3766) | peterbell10 | 2017-06-15 | 1 | -0/+3 |
| | |||||
* | Use CMake's Android generators to crosscompile | Tiger Wang | 2016-12-12 | 1 | -8/+0 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 2016-01-01 | 1 | -1/+1 |
| | | | | Also upgraded the user setting file for MSVC to 2013. | ||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Skip unknown cflag for Apple clang & remove cSemaphore | Cengiz Can | 2015-06-04 | 1 | -2/+0 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Fix tests | tycho | 2015-05-23 | 1 | -0/+4 |
| | |||||
* | cNetwork: Added EnumLocalIPAddresses() function. | Mattes D | 2015-02-22 | 1 | -0/+1 |
| | |||||
* | cNetwork: Added UDP API. | Mattes D | 2015-02-20 | 1 | -0/+2 |
| | |||||
* | Removed ListenThread and SocketThreads. | Mattes D | 2015-01-27 | 1 | -6/+0 |
| | | | | | They have been replaced by the cNetwork API. Socket.cpp is still used by RCONClient. | ||||
* | Fixed missing LibEvent reference in OSSupport. | Mattes D | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -1/+8 |
| | |||||
* | cNetwork: Split cNetworkSingleton to a separate file. | Mattes D | 2015-01-22 | 1 | -0/+2 |
| | |||||
* | Implemented LibEvent-based client connections. | Mattes D | 2015-01-22 | 1 | -0/+2 |
| | |||||
* | Merged branch 'origin/master' into c++11. | Mattes D | 2014-12-04 | 1 | -0/+2 |
|\ | |||||
| * | Added a basic stacktracing for assert and signal failures. | Mattes D | 2014-11-29 | 1 | -2/+6 |
| | | |||||
* | | Merged branch 'master' into c++11. | Mattes D | 2014-10-24 | 1 | -1/+5 |
|\| | |||||
| * | OSSupport/CMakeLists.txt: fixed indentation | archshift | 2014-10-24 | 1 | -3/+3 |
| | | |||||
| * | Fixed potential linker errors with mingw, as it isn't MSVC and it isn't APPLE. | archshift | 2014-10-24 | 1 | -4/+4 |
| | | |||||
| * | Fix linking on OS X, which does not have librt. | archshift | 2014-10-23 | 1 | -2/+6 |
| | | |||||
* | | Compile fix? | Tiger Wang | 2014-10-21 | 1 | -2/+2 |
| | | |||||
* | | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 2014-10-20 | 1 | -2/+0 |
| | | |||||
* | | Use std::thread | Tiger Wang | 2014-10-19 | 1 | -2/+0 |
|/ | |||||
* | Update CMakeLists.txt | worktycho | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Subdirs: Only add_library if not using MSVC | archshift | 2014-07-19 | 1 | -3/+5 |
| | |||||
* | OSSupport/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -5/+32 |
| | |||||
* | Cmake generated projects for IDEs include headers in project files. | archshift | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | added pthread linking code to OSSupport | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+4 |
| | |||||
* | added tolua++ command and removed stackwalker from build | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+0 |
| | |||||
* | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 1 | -2/+4 |
| | |||||
* | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+3 |
| | |||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |