Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-26 | Changed Windows instructions to build out-of-source. | Mattes D | 1 | -1/+7 | |
2021-04-22 | fix(docs): Correction of typos in project documentation (#5206) | Jeffrey | 1 | -1/+1 | |
2020-08-06 | Add documentation for @tigerw's new CMake flags (#4814) | Alexander Harkness | 1 | -0/+13 | |
* Add additional compilation options to CMakeLists.txt * Add new CMake options to COMPILING file * Add comment about CMake version requirements | |||||
2020-05-09 | Upgrade to C++17 [CI] (#4716) | Tiger Wang | 1 | -4/+13 | |
* Update CI * Reduce one build to minimum cmake version * Update compile instructions with new minimum versions * Update more guides * Run debug build with VS 2017 Co-authored-by: Peter Bell <peterbell10@live.co.uk> | |||||
2017-12-22 | Fix Travis build (#4101) | peterbell10 | 1 | -1/+1 | |
Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr | |||||
2017-08-24 | Minor changes (#3909) | mathiascode | 1 | -38/+51 | |
2017-02-28 | Renamed OSX to macOS and use curl to get EasyInstall script (#3585) | Bond-009 | 1 | -2/+2 | |
* Renamed OSX to macOS and use curl to get EasyInstall script Use curl to get the EasyInstall script because the srcipt itself uses curl * Fixed capitalization | |||||
2016-12-19 | Updated links and docs (#3488) | mathiascode | 1 | -9/+9 | |
2016-12-12 | Documented steps for compilation | Tiger Wang | 1 | -0/+79 | |
As requested by @madmaxoft. | |||||
2016-07-30 | Change CROSSCOMPILE flag to NO_NATIVE_OPTIMIZATION (#3279) | Alexander Harkness | 1 | -12/+8 | |
* 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. | |||||
2016-04-23 | Updated readme to inform that clang 3.4 is minimum required version. (#3158) | taylor24 | 1 | -1/+1 | |
* Update README.md * Update README.md * Update COMPILING.md * Update COMPILING.md * Update COMPILING.md | |||||
2015-12-03 | Update COMPILING.md | Safwat Halaby | 1 | -3/+32 | |
2015-11-15 | Fixed some markdown. | Alexander Harkness | 1 | -2/+2 | |
2015-11-15 | Improved compiling file. | Alexander Harkness | 1 | -28/+51 | |
2015-10-01 | Updated COMPILING.md | Lukas Pioch | 1 | -36/+18 | |
2015-02-22 | Update COMPILING.md | Samvbnm | 1 | -1/+1 | |
Changed to include specific version requirement | |||||
2015-02-21 | Update COMPILING.md | Samvbnm | 1 | -1/+2 | |
2015-02-21 | Update COMPILING.md | Samvbnm | 1 | -1/+1 | |
Tell the reader to make sure they have the latest buildtools installed. | |||||
2015-02-08 | Update COMPILING.md | Mattes D | 1 | -2/+2 | |
Fixed VS2013 download link | |||||
2014-12-26 | Add make as a required program for *nix | worktycho | 1 | -2/+2 | |
2014-10-12 | We only use VS2013 now, thus VS2008 is banished! | archshift | 1 | -3/+2 | |
2014-05-03 | Seperate instructions for OSX and Linux | archshift | 1 | -3/+38 | |
2014-02-16 | Fixed cmake invocation text | Mattes D | 1 | -2/+2 | |
The docs say: cmake <options> <path> | |||||
2014-02-16 | Fixed a minor error | Muhammad Wang | 1 | -2/+2 | |
2014-02-13 | Updated COMPILING instructions for out-of-source build. | Mattes D | 1 | -8/+22 | |
Also made the 32-bit mode a bit more clear as to what architectures it affects. | |||||
2014-01-18 | Fix bad nested headings. | Alexander Harkness | 1 | -2/+2 | |
2014-01-16 | documented CROSSCOMPILING flag | Tycho | 1 | -0/+9 | |
2014-01-15 | Update COMPILING.md | Mattes D | 1 | -9/+64 | |
Added instructions for Windows compiling, including CMake. | |||||
2013-12-21 | Fixed a file name. | Alexander Harkness | 1 | -0/+0 | |
2013-12-21 | Update COMPILING | worktycho | 1 | -2/+2 | |
fixed acouple of issues | |||||
2013-12-21 | Added info about 32 bit mode. | Alexander Harkness | 1 | -0/+9 | |
2013-12-21 | Update COMPILING | Alexander Harkness | 1 | -5/+15 | |
2013-12-19 | Test commit. | Alexander Harkness | 1 | -0/+1 | |
2013-07-28 | Fixed multiple issues with the COMPILING file, including a missing endline terminator, windows line endings and also the exclusion of the addm32 thing. | Alexander Harkness | 1 | -6/+7 | |
2012-08-26 | Removed old makefile; use GNUmakefile instead | madmaxoft@gmail.com | 1 | -4/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@792 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-14 | Makefile cleanup - read COMPILING for details on *nix compilation | madmaxoft@gmail.com | 1 | -0/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@259 0a769ca7-a7f5-676a-18bf-c427514a06d6 |