Commit Graph

18 Commits

Author SHA1 Message Date
Nikola Matic
a9c8b4b4d1 Purge using namespace std 2023-07-10 13:12:46 +02:00
Nuno Santos
3eedc635c4
Misspelling and terms inconsistencies (#14280)
* Installing solidity tweeks

* A few more misspells

* More inconsistencies fixed

* Removed contractions according to our guide.
2023-05-30 20:49:25 +01:00
Kamil Śliwak
817a57b365 Use std:: prefix with std::forward() as well to satisfy Clang 2023-03-06 18:20:49 +01:00
omahs
28a5448f21
Fix: minor typo
Fix: minor typo
2022-10-10 08:33:44 +02:00
Nikola Matic
c2a9e36c5c Add code style rule for std:: qualifier 2022-09-23 09:44:45 +02:00
benldrmn
58e4cc62e0 Increase use of C++ constexpr constant expressions in code base as described in issue #7720 2021-08-31 15:03:59 +02:00
Ronald Eddy Jr
cb214606e2 Update HTTP -> HTTPS
URLs updated to use HTTPS protocol where appropriate to improve security and privacy.
2020-10-18 01:00:38 -04:00
a3d4
a7d6128a8e Improved .clang_format file. 2020-03-22 22:23:29 +01:00
Christian Parpart
345f9928ab Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
Daniel Kirchner
7bb9a21103 Member initialize PODs in CODING_STYLE.md. 2019-11-11 13:33:38 +01:00
Christian Parpart
df729b3084 Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
rocky
b06b996461 soltest.sh, EthOptions.cmake, and CODING_STYLE.md tweaks
solidity.sh:
  * introduce SOLIDITY_BUILD_DIR env var for soltest.sh,
  * add --help output

EthOptions.cmake: more complete configuration information

CODING_STYLE.md: note existence of .editorconfig
contributing.rst: note that tests are Boost C++ unit tests
2019-04-18 07:53:28 -04:00
Lazaridis
ccda086f1c
add missing "p" 2018-10-28 06:56:15 +02:00
Daniel Kirchner
a102f3b783 Remove trailing whitespace for all files in the repository. 2018-09-04 11:30:30 +02:00
chriseth
89c0f48194 Clarify namespaces in coding style. 2018-04-19 15:45:16 +01:00
Thomas Sauvajon
ae834e3dbe Correct the style of coding style 2018-04-19 10:32:48 +02:00
chriseth
f56afa21c4
Update CODING_STYLE.md 2018-03-13 12:42:21 +01:00
chriseth
6055bc250f Use coding style. 2018-03-06 10:32:58 +01:00