| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
auto happy = new year(2019);
 | 
 | 
- Shows detailed information about server setup, useful when reporting a bug:
 * rev. hash
 * versions of mysql, openssl, boost, cmake
 * info about autoupdater
 * info about ports (realmlist and current)
 * vmap/map/mmap status and folder sizes
 * available DBC locales
 * TDB version
cherry pick of d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a
Running this command when reporting bugs is MANDATORY (you can censor paths)
 | 
 | 
auto happy = new year(2018);
 | 
 | 
 | 
 | 
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
 | 
 | 
* Add platform strings for intel and apple
* Remove usage of underscore uppercase identifiers because
  those are reserved for the compiler.
* Requested by Aokromes
 | 
 | 
* There is still the possibility to static link against common.
 | 
 | 
* Adds CMAKE_COMMAND and CMAKE_BINARY_DIR to revision_data.h
* Move the source and mysql exe path handling out of the DBUpdater.
* Make some Config methods const for correctness.
* Remove C & CXX flags from revision_data.h
 (was unused and didn't capture all cxx vars)
* Reorder the link order to prevent `ld` from ignoring the file
* Ref #15671
 | 
 | 
(to mimic 3.x buildsystem)
 | 
 | 
 |