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 Remove trailing whitespace for all files in the repository. 2018-09-04 11:30:30 +02:00
templates Add evmc and host interface implementation. Modify fuzzer harness to make use of evmc host/vm. 2019-07-17 10:55:33 +02:00
toolchains Docker: Add image identical to one used by ossfuzz builder 2020-02-25 10:46:41 +01:00
EthBuildInfo.cmake Store compiler version in CBOR metadata 2019-05-08 22:21:50 +02:00
EthCcache.cmake CMake: Better ccache configuration 2017-09-20 16:39:41 +02:00
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 CMake: Better policy availability checking 2018-07-24 17:07:11 +02:00
EthToolchains.cmake CMake: Use toolchain files 2018-12-19 12:32:15 +00:00
EthUtils.cmake Do not rely on cmake's GLOB for test/ 2019-11-08 16:12:42 +01:00
FindCLN.cmake Use imported CMake targets. 2018-12-17 15:15:11 +01:00
FindCVC4.cmake Use imported CMake targets. 2018-12-17 15:15:11 +01:00
FindGMP.cmake Use imported CMake targets. 2018-12-17 15:15:11 +01:00
FindZ3.cmake Proper cmake failure if z3 version cannot be determined. 2019-08-12 16:23:06 +02:00
jsoncpp.cmake Update to jsoncpp 1.9.2 2019-11-27 23:40:19 +01:00