Zsolt Parragi
Zsolt Parragi
Also extended the tests to treat warnings (about preprocessor problems) as errors, and added two new tests about the c++ standard version.
There are projects which have include files outside the current source directory. For example if the project has an `include` and an `src` folder, and the current CMake file is...
At least for GCC, without the FORCEINCLUDE option, the directory where the pch file is generated is added as an include path. ``` get_filename_component(_name ${_input} NAME) // ... set(_pchfile "${_pch_binary_dir}/${_input}")...
I can't enable travis for your repository / couldn't add a build badge without it, but that should take only a few clicks.
This pull requests adds GCC support on top of @mmha's CMake pull request. I cherry picked his commit to the current master branch for this, I will rebase my pull...
* clang-cl should be treated as MSVC, or it generates a large amount of warnings * /MP isn't supported by clang-cl * Silenced MS extension warnings when compiling with clang++...
This change adds a plugin named authentication_fido to the server, which uses the already present client plugin with the same name. For documentation, see https://dev.mysql.com/doc/refman/8.0/en/fido-pluggable-authentication.html
This change adds support to a fallback LDAP server, which is used when the primary server can't be reached. To configure a fallback server, the LDAP authentication plugin adds two...
This patch adds the ability to provide roles from an external source to MySQL users with authentication plugins, and adds a simple LDAP implementation. How it works: We extend the...