solidity/cmake
Alexander Arlt a7e1ef6a50 [build-system] Add -Wpessimizing-move & -Wredundant-move warnings.
-Wpessimizing-move warns when a call to std::move would prevent copy elision
if the argument was not wrapped in a call.  This happens when moving a local
variable in a return statement when the variable is the same type as the
return type or using a move to create a new object from a temporary object.

-Wredundant-move warns when an implicit move would already be made, so the
std::move call is not needed, such as when moving a local variable in a return
that is different from the return type.
2020-04-02 08:36:47 -05:00
..
scripts
templates
toolchains Docker: Add image identical to one used by ossfuzz builder 2020-02-25 10:46:41 +01:00
EthBuildInfo.cmake
EthCcache.cmake
EthCheckCXXCompilerFlag.cmake Fixes CMake caching issues on Windows. 2019-11-27 12:30:12 +01:00
EthCompilerSettings.cmake [build-system] Add -Wpessimizing-move & -Wredundant-move warnings. 2020-04-02 08:36:47 -05:00
EthDependencies.cmake Remove dependency on boost::regex from Whiskers 2019-10-16 21:26:49 +09:00
EthOptions.cmake Remove the LLL compiler 2020-01-15 13:18:18 +00:00
EthPolicy.cmake
EthToolchains.cmake
EthUtils.cmake Do not rely on cmake's GLOB for test/ 2019-11-08 16:12:42 +01:00
FindCLN.cmake
FindCVC4.cmake
FindGMP.cmake
FindZ3.cmake
jsoncpp.cmake Update to jsoncpp 1.9.2 2019-11-27 23:40:19 +01:00