Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1791 from ethereum/docs-fixes | Alex Beregszaszi | 2017-03-16 | 1 | -1/+2 |
|\ | | | | | Mostly typo fixes in the documentation | ||||
| * | Fix list indentation | Alex Beregszaszi | 2017-03-16 | 1 | -0/+1 |
| | | |||||
| * | Add link to version pragma | Alex Beregszaszi | 2017-03-16 | 1 | -1/+1 |
| | | |||||
* | | Replace references to browser-solidity with Remix | Alex Beregszaszi | 2017-03-16 | 1 | -4/+4 |
|/ | |||||
* | Downgrade instructions for Homebrew Solidity | Mikko Ohtamaa | 2017-02-22 | 1 | -1/+17 |
| | | | Because 0.4.9+ causes a lot of havoc, breaking tools | ||||
* | Add archlinux installation instructions | Alex Beregszaszi | 2017-02-07 | 1 | -0/+6 |
| | |||||
* | clarified binaries installation | RJ Catalano | 2017-02-03 | 1 | -1/+2 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | implement a build script | RJ Catalano | 2017-02-03 | 1 | -2/+8 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | Explain the difference between solc and solcjs | Alex Beregszaszi | 2017-02-02 | 1 | -7/+8 |
| | |||||
* | Mention how our version maps to Semver | Alex Beregszaszi | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | Explain how version numbers are built | Alex Beregszaszi | 2017-01-17 | 1 | -0/+15 |
| | |||||
* | Add git submodule init to build instructions (#1569) | Rhett Aultman | 2017-01-17 | 1 | -0/+5 |
| | |||||
* | Mention nightly. | chriseth | 2016-11-25 | 1 | -1/+3 |
| | |||||
* | Docker documentation. | chriseth | 2016-11-25 | 1 | -0/+13 |
| | |||||
* | Update installing-solidity.rst | Eric Tillberg | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | Minor documentation fixes | Alex Beregszaszi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | list formatting | Shruti Appiah | 2016-09-24 | 1 | -5/+6 |
| | |||||
* | Split versioning into two sections | Alex Beregszaszi | 2016-09-14 | 1 | -15/+19 |
| | |||||
* | Document versioning behaviour | Alex Beregszaszi | 2016-09-09 | 1 | -0/+22 |
| | |||||
* | Merge pull request #969 from Denton-L/fix-documentation | chriseth | 2016-08-30 | 1 | -1/+1 |
|\ | | | | | Fix bad syntax | ||||
| * | Fix bad syntax | Denton Liu | 2016-08-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #964 from Denton-L/fix-documentation | Bob Summerwill | 2016-08-30 | 1 | -7/+7 |
|\| | | | | | Fix documentation | ||||
| * | Fix syntax for Windows batch file | Denton Liu | 2016-08-29 | 1 | -1/+1 |
| | | |||||
| * | Cleanup docs | Denton Liu | 2016-08-27 | 1 | -6/+6 |
| | | |||||
* | | Create contribution guidelines | Denton Liu | 2016-08-30 | 1 | -0/+6 |
|/ | |||||
* | Tweaks as suggested by chriseth. | Bob Summerwill | 2016-08-27 | 1 | -3/+35 |
| | | | | | I will commit this as-is, because it has been pending for a few days over minor issues. We will continue to iterate on this. | ||||
* | Updated Solidity documentation's "building from source" section. | Bob Summerwill | 2016-08-25 | 1 | -64/+81 |
| | | | | | It now references install_deps.sh/.bat, and also adds instructions for Windows. Cherry picked some further tweaks from Denton-L. Thanks :-) | ||||
* | Remove trailing whitespaces | Denton Liu | 2016-08-24 | 1 | -2/+2 |
| | |||||
* | Merge pull request #706 from Denton-L/withdrawal-pattern | chriseth | 2016-08-20 | 1 | -1/+1 |
|\ | | | | | Add Withdrawal Pattern Example | ||||
| * | Remove trailing whitespace | Denton Liu | 2016-08-10 | 1 | -1/+1 |
| | | |||||
* | | Update installing-solidity.rst | Jacob Benjamin Cholewa | 2016-08-10 | 1 | -1/+1 |
|/ | | | The JsonCpp library is also a needed dependency | ||||
* | Build using solidity-standalone. | chriseth | 2016-08-04 | 1 | -38/+10 |
| | |||||
* | Up-to-date build instructions for Ubuntu 14.04 | Giacomo Tazzari | 2016-06-05 | 1 | -3/+25 |
| | |||||
* | I forgot to finish typing a paragraph | Giacomo Tazzari | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | Instructions to build Solidity on Ubuntu 16.04 | Giacomo Tazzari | 2016-06-05 | 1 | -39/+25 |
| | | | | Minimal dependencies for Solidity on Ubuntu 16.04, removed those for older Ubuntu versions for now (they were a bit confusing). Removed --all and added -DETHASHCL=0 to ethbuild.sh when building Solidity only. | ||||
* | Changed inline code syntax | Denton Liu | 2016-05-30 | 1 | -3/+3 |
| | | | | Changed from :code:`<inline>` to ``<inline>`` | ||||
* | Modified installing-solidity.rst | Denton Liu | 2016-05-30 | 1 | -3/+3 |
| | | | | Corrected inline code syntax | ||||
* | Update links to browser-solidity. | chriseth | 2016-05-20 | 1 | -3/+3 |
| | |||||
* | Corrected capitalisation | Denton Liu | 2016-05-20 | 1 | -3/+3 |
| | |||||
* | Changed link to point to solc-js repo | Denton Liu | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Removed trailing whitespace | Denton Liu | 2016-05-18 | 1 | -5/+5 |
| | |||||
* | Update installing-solidity.rst | Jordan Leigh | 2016-04-03 | 1 | -0/+2 |
| | | | | | The brew install boost --c++11 command failed for me due to an outdated version of Node.js. `brew upgrade` fixed this. I think it should be in the documentation to reduce the number of errors on install | ||||
* | Put in specific brew version as per the umbrella | RJ | 2016-03-12 | 1 | -0/+1 |
| | |||||
* | [Documentation] Add details on libjsonrpccpp-dev | Andres Nötzli | 2016-02-04 | 1 | -1/+9 |
| | | | Add explanation to the documentation that the package name changes from `libjson-rpc-cpp-dev` to `libjsonrpccpp-dev` and is supplied by the universe repository instead of the Ethereum PPA. | ||||
* | [Documentation] Include correct dev package | Andres Nötzli | 2016-02-02 | 1 | -1/+1 |
| | | | The Ubuntu part of the installation guide mentions `libjson-rpc-cpp-dev`. However, the correct name seems to be `libjsonrpccpp-dev`. | ||||
* | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | new doc | RJ Catalano | 2015-12-18 | 1 | -1/+3 |
| | |||||
* | Added build guide. | chriseth | 2015-12-10 | 1 | -0/+140 |