Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update libevent to 2.1.12-stable | Peter Bell | 2020-07-06 | 1 | -2/+0 |
| | |||||
* | Configurable LTO (#4755) | Tiger Wang | 2020-05-31 | 1 | -5/+5 |
| | |||||
* | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 2020-05-16 | 1 | -144/+104 |
| | | | * Make our CMake slightly less insane | ||||
* | Enable C++17 in build | Peter Bell | 2020-05-09 | 1 | -1/+5 |
| | |||||
* | Update submodules (#4727) | peterbell10 | 2020-05-09 | 1 | -13/+10 |
| | | | | | | | | | | | | | Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version. | ||||
* | Updated LibEvent to release 2.1.11-stable. (#4383) | Mattes D | 2019-09-04 | 1 | -7/+8 |
| | | | | | | This finally restores my ability to compile on Windows and Linux from the same source folder (on a network drive). LibEvent broke this long ago by writing a config file into the source folder, rather than build folder. Now it's finally fixed. | ||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -0/+6 |
| | | | | | | | * 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 UTF-8 BOM (#4033) | Lukas Pioch | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 2017-08-30 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target | ||||
* | Use target_compile_options instead of variables to add -fomit-frame-pointer to mbedtls | peterbell10 | 2017-08-24 | 1 | -0/+6 |
| | |||||
* | Minor changes (#3909) | mathiascode | 2017-08-24 | 1 | -2/+2 |
| | |||||
* | Fixed SysLua builds. | Mattes D | 2017-05-04 | 1 | -1/+0 |
| | | | | Ref.: https://github.com/cuberite/cuberite/pull/3690#issuecomment-299300034 | ||||
* | Removed binary ToLua++ from build. | Mattes D | 2017-05-04 | 1 | -2/+2 |
| | | | | A local Lua executable is used instead. | ||||
* | Hard minimum compiler version GCC 4.8 and Clang 3.4 (#3587) | johnsoch | 2017-03-10 | 1 | -0/+12 |
| | | | Fixes #3155. | ||||
* | Use CMake's Android generators to crosscompile | Tiger Wang | 2016-12-12 | 1 | -25/+22 |
| | |||||
* | Added NoiseSpeedTest project. | Mattes D | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | Change CROSSCOMPILE flag to NO_NATIVE_OPTIMIZATION (#3279) | Alexander Harkness | 2016-07-30 | 1 | -11/+5 |
| | | | | | | | | | | | | | | | | * Change CROSSCOMPILE flag to NOMARCHNATIVE. The old name was confusing, the new name describes exactly what it does. This fixes issue #3272 * Break configuration when using CROSSCOMPILE. This stops any old build scripts from producing broken builds. * Use NO_NATIVE_OPTIMIZATION rather than NOMARCHNATIVE. Addresses @madmaxoft's concerns. | ||||
* | CMake: Fix system Lua usage for non-5.1 versions. (#3271) | Mattes D | 2016-07-21 | 1 | -6/+30 |
| | |||||
* | CMake: Silenced CMP0054 policy warning. | Mattes D | 2016-07-18 | 1 | -0/+4 |
| | | | | The warning is still emitted for jsoncpp and libevent, but not for Cuberite anymore. | ||||
* | Use system Lua, if available, to generate bindings. | Mattes D | 2016-07-18 | 1 | -0/+12 |
| | | | | Closes #1031. | ||||
* | SelfTests: Organized into solution folders. | Mattes D | 2016-06-18 | 1 | -21/+0 |
| | |||||
* | Added GrownBiomeGenVisualiser. | Mattes D | 2016-05-29 | 1 | -0/+1 |
| | |||||
* | WebAdmin uses the new HTTP parser framework. | Mattes D | 2016-03-01 | 1 | -1/+4 |
| | |||||
* | Added unit test for parsing HTTP request. | Mattes D | 2016-03-01 | 1 | -0/+2 |
| | |||||
* | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 2016-01-01 | 1 | -3/+2 |
| | | | | Also upgraded the user setting file for MSVC to 2013. | ||||
* | Outsourced all libraries into submodules | Julian Laubstein | 2015-11-04 | 1 | -0/+27 |
| | |||||
* | Added WORKING_DIRECTORY specification to git queries used in CMake. | Mattes D | 2015-10-09 | 1 | -0/+3 |
| | | | | Fixes #2493. | ||||
* | Renamed output directory to Server | Mattes D | 2015-09-05 | 1 | -21/+20 |
| | |||||
* | Added check for JsonCpp submodule presence. | Mattes D | 2015-08-11 | 1 | -0/+3 |
| | |||||
* | Added JsonCPP library location to search paths | Tiger Wang | 2015-07-12 | 1 | -1/+6 |
| | | | | | * Fixed '-dirty' submodule changes Probably fixes an issue somewhere too? | ||||
* | Updated and submodularised JsonCPP | Tiger Wang | 2015-07-10 | 1 | -0/+5 |
| | | | | | Conflicts: lib/jsoncpp | ||||
* | Externalized cPrefabPiecePool self-test. | Mattes D | 2015-06-19 | 1 | -5/+45 |
| | |||||
* | Merge pull request #2153 from mc-server/gcc5 | Alexander Harkness | 2015-06-06 | 1 | -0/+1 |
|\ | | | | | Update SQLite | ||||
| * | Disable column metadata | tycho | 2015-06-06 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #2206 from mc-server/APIDumpTimeStamp | worktycho | 2015-06-05 | 1 | -2/+32 |
|\ \ | | | | | | | APIDump time stamp | ||||
| * | | CMake: Added buildinfo workaround for src packs / systems without git. | Mattes D | 2015-06-05 | 1 | -0/+7 |
| | | | |||||
| * | | Provide some BuildInfo even for non-CI builds. | Mattes D | 2015-06-05 | 1 | -2/+25 |
| | | | | | | | | | | | | Ref.: #2204 | ||||
* | | | Skip unknown cflag for Apple clang & remove cSemaphore | Cengiz Can | 2015-06-04 | 1 | -0/+2 |
|/ / | |||||
* | | CMake: Removed unused legacy LibEvent target. | Mattes D | 2015-06-03 | 1 | -1/+1 |
| | | |||||
* | | CMake: Put projects into solution folders in MSVC. | Mattes D | 2015-06-03 | 1 | -0/+14 |
|/ | |||||
* | Add build_tools and Self_test as cache options, so that CLion can detect them | tycho | 2015-05-23 | 1 | -0/+3 |
| | |||||
* | Added Lua C API checks in Debug builds. | Mattes D | 2015-05-07 | 1 | -0/+3 |
| | |||||
* | Fixed multiple mbedtls inclusion. | Mattes D | 2015-05-03 | 1 | -0/+2 |
| | | | | Ref.: #1880. | ||||
* | cNetwork: Fixed compilation in out-of-source builds. | Mattes D | 2015-01-22 | 1 | -0/+3 |
| | |||||
* | Excluded PolarSSL tests from MCS tests. | Mattes D | 2015-01-22 | 1 | -1/+2 |
| | |||||
* | Added the libevent library. | Mattes D | 2015-01-22 | 1 | -0/+11 |
| | |||||
* | CMake: Check libs in submodules before configuring. | Mattes D | 2015-01-09 | 1 | -0/+8 |
| | | | | This provides an early error message when someone forgets to init / update submodules. | ||||
* | CMake: Added a C++11 check for VS. | Mattes D | 2014-11-02 | 1 | -0/+15 |
| | | | | VS2010- cannot be used, VS2012 needs to have a 2012-CTP compiler installed, VS2013+ has all the features we need. | ||||
* | Merged IniFile into main MCS sources. | Mattes D | 2014-10-23 | 1 | -1/+0 |
| | |||||
* | Added MCServer_ prfix to env vars for versions | Tycho | 2014-09-10 | 1 | -6/+6 |
| | |||||
* | Added abilty to set build info | Tycho | 2014-09-10 | 1 | -0/+19 |
| | | | | | build info is displayed at startup Fixes #1410 | ||||
* | Added workaround for clang version | Tycho | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | bumped cmake version min and fixed clang support | Tycho | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Fixed SQLiteCpp include paths for MSVC2010+. | Mattes D | 2014-07-28 | 1 | -1/+1 |
| | |||||
* | Fixed include directories for SQLiteCpp. | madmaxoft | 2014-07-28 | 1 | -0/+6 |
| | |||||
* | Added SQLiteCpp library. | madmaxoft | 2014-07-28 | 1 | -0/+9 |
| | | | | This provides C++ wrappers for SQLite, making it safer to use in the C++ environment. | ||||
* | Merge branch 'master' into LuaProxy | Mattes D | 2014-07-01 | 1 | -1/+0 |
|\ | |||||
| * | Removed the md5 library, obsoleted by PolarSSL. | Mattes D | 2014-06-27 | 1 | -1/+0 |
| | | | | | | | | Fixes #1130. | ||||
* | | Added the Lua Proxy DLL. | madmaxoft | 2014-06-24 | 1 | -0/+4 |
|/ | | | | This builds the lua5.1.dll file on Windows, making it 64-bit if so required. | ||||
* | Maybe coverage working? | Tycho | 2014-05-10 | 1 | -0/+4 |
| | |||||
* | Added Testing capability | Tycho | 2014-04-27 | 1 | -1/+6 |
| | |||||
* | Prepended Travis to env vars | Tycho | 2014-03-10 | 1 | -5/+7 |
| | |||||
* | Move env code part 2 | worktycho | 2014-03-07 | 1 | -0/+9 |
| | | | Only just noticed I committed this on the wrong branch. | ||||
* | Fixed comment | Tycho | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | can Now build ProtoProxy alongside MCServer | Tycho | 2014-02-16 | 1 | -1/+2 |
| | |||||
* | Allow building MCADefrag at the same time as MCServer | Tycho | 2014-02-16 | 1 | -4/+9 |
| | |||||
* | Added a seperate module for Setting flags | Tycho | 2014-02-16 | 1 | -179/+7 |
| | |||||
* | Added support to start up MCServer and then immediatly sut it down in travis | Tycho | 2014-02-05 | 1 | -0/+4 |
| | |||||
* | Explicitly make chars signed at the compiler-level. | madmaxoft | 2014-02-04 | 1 | -0/+3 |
| | | | | Should fix #640. | ||||
* | Ensure -Wall is enabled | Tycho | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | Changed it so std was actually set to c++11 in clang not gcc on OS X | Tycho | 2014-01-26 | 1 | -2/+11 |
| | |||||
* | Merge pull request #575 from worktycho/GeneratingBenchmark | Mattes D | 2014-01-25 | 1 | -0/+4 |
|\ | | | | | More Interfaces to decouple Generator from the rest of the code | ||||
| * | First attempt at Compiling Generator seperatly | Tycho | 2014-01-19 | 1 | -0/+4 |
| | | |||||
* | | Removed unnecessary define | Tiger Wang | 2014-01-24 | 1 | -7/+0 |
| | | |||||
* | | Replacing CryptoPP with PolarSSL. | madmaxoft | 2014-01-22 | 1 | -1/+6 |
|/ | | | | This is only the CMake modification to build with PolarSSL, the actual MCS code doesn't compile at all yet. | ||||
* | Changed std to c++11 in clang to fix va_copy issues | Tycho | 2014-01-17 | 1 | -0/+1 |
| | |||||
* | CMake: MSVC release builds use LTCG. | madmaxoft | 2014-01-15 | 1 | -2/+8 |
| | |||||
* | CMake: MSVC builds use static CRT. | madmaxoft | 2014-01-15 | 1 | -0/+9 |
| | | | | We don't want to be dependent on the VC runtime. | ||||
* | CMake: Release profile build inherits from Release, not Debug. | madmaxoft | 2014-01-14 | 1 | -5/+13 |
| | |||||
* | Added -march=native to linux targets | Tycho | 2014-01-13 | 1 | -1/+6 |
| | |||||
* | Merge branch master into CmakeMultiConfig. | madmaxoft | 2014-01-12 | 1 | -12/+23 |
|\ | |||||
| * | Fixed FreeBSD compilition | Tycho | 2014-01-07 | 1 | -0/+11 |
| | | |||||
| * | fixed compiler warnings not being enabled in clang | Tycho Bickerstaff | 2014-01-02 | 1 | -2/+6 |
| | | |||||
| * | merged changes from upstream | Tycho Bickerstaff | 2013-12-31 | 1 | -26/+28 |
| |\ | |||||
| * | | fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker not | Tycho Bickerstaff | 2013-12-22 | 1 | -7/+0 |
| | | | |||||
| * | | fixes for mac os x | Tycho Bickerstaff | 2013-12-22 | 1 | -4/+8 |
| | | | |||||
* | | | Fixed Linux configuration. | madmaxoft | 2013-12-29 | 1 | -1/+1 |
| | | | |||||
* | | | CMake: profiling builds get correct commandlines in MSVC. | madmaxoft | 2013-12-28 | 1 | -64/+80 |
| | | | |||||
* | | | Added custom configurations for MSVC projects. | madmaxoft | 2013-12-28 | 1 | -19/+43 |
| |/ |/| | | | | | The DebugProfile and ReleaseProfile configurations add profiling capabilities to the respective build. | ||||
* | | CMake: Fixed mismatching library vs app builds. | madmaxoft | 2013-12-28 | 1 | -26/+29 |
|/ | |||||
* | Lua is built statically on *nix. | madmaxoft | 2013-12-27 | 1 | -1/+6 |
| | |||||
* | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 1 | -5/+9 |
| | |||||
* | added FORCE_32 option | Tycho Bickerstaff | 2013-12-21 | 1 | -1/+15 |
| | |||||
* | finished up final build flags for linux | Tycho Bickerstaff | 2013-12-21 | 1 | -2/+19 |
| | |||||
* | added profile builds as an option | Tycho Bickerstaff | 2013-12-20 | 1 | -13/+51 |
| | |||||
* | fixed D9025 | tycho | 2013-12-20 | 1 | -2/+3 |
| | |||||
* | fixed multiprocessing on windows and removed redundend compile of headers | tycho | 2013-12-20 | 1 | -0/+5 |
| | |||||
* | fixed visual studio compile flags | tycho | 2013-12-19 | 1 | -4/+14 |
| | |||||
* | added md5 as a dependency for bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+7 |
| | |||||
* | compiling sqlite | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | added zlib | Tycho Bickerstaff | 2013-12-11 | 1 | -0/+1 |
| | |||||
* | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+4 |
| | |||||
* | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+9 |
| | |||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |