Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentation for @tigerw's new CMake flags (#4814) | Alexander Harkness | 2020-08-06 | 1 | -0/+13 |
| | | | | | | | * Add additional compilation options to CMakeLists.txt * Add new CMake options to COMPILING file * Add comment about CMake version requirements | ||||
* | Upgrade to C++17 [CI] (#4716) | Tiger Wang | 2020-05-09 | 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> | ||||
* | Fix Travis build (#4101) | peterbell10 | 2017-12-22 | 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 | ||||
* | Minor changes (#3909) | mathiascode | 2017-08-24 | 1 | -38/+51 |
| | |||||
* | Renamed OSX to macOS and use curl to get EasyInstall script (#3585) | Bond-009 | 2017-02-28 | 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 | ||||
* | Updated links and docs (#3488) | mathiascode | 2016-12-19 | 1 | -9/+9 |
| | |||||
* | Documented steps for compilation | Tiger Wang | 2016-12-12 | 1 | -0/+79 |
| | | | | As requested by @madmaxoft. | ||||
* | Change CROSSCOMPILE flag to NO_NATIVE_OPTIMIZATION (#3279) | Alexander Harkness | 2016-07-30 | 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. | ||||
* | Updated readme to inform that clang 3.4 is minimum required version. (#3158) | taylor24 | 2016-04-23 | 1 | -1/+1 |
| | | | | | | | * Update README.md * Update README.md * Update COMPILING.md * Update COMPILING.md * Update COMPILING.md | ||||
* | Update COMPILING.md | Safwat Halaby | 2015-12-03 | 1 | -3/+32 |
| | |||||
* | Fixed some markdown. | Alexander Harkness | 2015-11-15 | 1 | -2/+2 |
| | |||||
* | Improved compiling file. | Alexander Harkness | 2015-11-15 | 1 | -28/+51 |
| | |||||
* | Updated COMPILING.md | Lukas Pioch | 2015-10-01 | 1 | -36/+18 |
| | |||||
* | Update COMPILING.md | Samvbnm | 2015-02-22 | 1 | -1/+1 |
| | | | Changed to include specific version requirement | ||||
* | Update COMPILING.md | Samvbnm | 2015-02-21 | 1 | -1/+2 |
| | |||||
* | Update COMPILING.md | Samvbnm | 2015-02-21 | 1 | -1/+1 |
| | | | Tell the reader to make sure they have the latest buildtools installed. | ||||
* | Update COMPILING.md | Mattes D | 2015-02-08 | 1 | -2/+2 |
| | | | Fixed VS2013 download link | ||||
* | Add make as a required program for *nix | worktycho | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | We only use VS2013 now, thus VS2008 is banished! | archshift | 2014-10-12 | 1 | -3/+2 |
| | |||||
* | Seperate instructions for OSX and Linux | archshift | 2014-05-03 | 1 | -3/+38 |
| | |||||
* | Fixed cmake invocation text | Mattes D | 2014-02-16 | 1 | -2/+2 |
| | | | The docs say: cmake <options> <path> | ||||
* | Fixed a minor error | Muhammad Wang | 2014-02-16 | 1 | -2/+2 |
| | |||||
* | Updated COMPILING instructions for out-of-source build. | Mattes D | 2014-02-13 | 1 | -8/+22 |
| | | | Also made the 32-bit mode a bit more clear as to what architectures it affects. | ||||
* | Fix bad nested headings. | Alexander Harkness | 2014-01-18 | 1 | -2/+2 |
| | |||||
* | Merge pull request #548 from worktycho/documention | Alexander Harkness | 2014-01-16 | 1 | -0/+9 |
|\ | | | | | Added Documention for a few features I've added | ||||
| * | documented CROSSCOMPILING flag | Tycho | 2014-01-16 | 1 | -0/+9 |
| | | |||||
* | | Update COMPILING.md | Mattes D | 2014-01-15 | 1 | -9/+64 |
|/ | | | Added instructions for Windows compiling, including CMake. | ||||
* | Fixed a file name. | Alexander Harkness | 2013-12-21 | 1 | -0/+27 |