aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
Commit message (Expand)AuthorAgeFilesLines
* contract documentation is now parsing during compilation and not by request.Liana Husikyan2015-07-161-0/+3
* Compute constantschriseth2015-06-051-1/+1
* Gas estimation for internal functions.chriseth2015-05-261-0/+8
* Gas estimation taking known state into account.chriseth2015-05-201-2/+3
* adde the positions for the end of SourceLocationLiana Husikyan2015-05-071-2/+4
* added interface function for SourceLocation/ position convertation to compile...Liana Husikyan2015-05-071-0/+4
* Merge pull request #1708 from chriseth/sol_fix_librarieschriseth2015-04-221-1/+1
|\
| * Fixed use of libraries.chriseth2015-04-221-1/+1
* | JSON compiler.Christian2015-04-221-1/+2
|/
* style fixesLiana Husikyan2015-04-171-1/+1
* added asm-json flag to cl compilerLiana Husikyan2015-04-171-1/+2
* Allowing abstract contracts constructor to have no argsLefteris Karapetsas2015-04-171-2/+2
* to include source lines in output stream AssemblyItem's appropriate function ...Liana Husikyan2015-03-051-4/+3
* stylearkpar2015-03-031-5/+8
* basic source level debuggingarkpar2015-03-021-0/+11
* Activate standard sources by default.Christian2015-02-231-1/+1
* Adding default value to isLibraryLefteris Karapetsas2015-02-221-1/+1
* Removing temporary contractsLefteris Karapetsas2015-02-211-4/+0
* Adding Libraries as source unitsLefteris Karapetsas2015-02-211-3/+4
* Working, albeit slowly, non-NatSpec transaction confirmations.Gav Wood2015-02-151-0/+1
* Styling in Natspec EnumsLefteris Karapetsas2015-02-091-4/+4
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-301-1/+1
|\
| * Exclude standard contracts by default.Christian2015-01-291-1/+1
* | Revert to using require for Solidity - it works.Gav Wood2015-01-291-0/+4
|/
* Cleaner solution to provide standard sources.Christian2015-01-281-6/+4
* Fixes to ethereum.js and standard.js.Gav Wood2015-01-251-0/+3
* Claim ether makes wallet & trasfers.Gav Wood2015-01-221-0/+4
* Minor style fixesLefteris Karapetsas2015-01-151-2/+2
* Fixes and additional checks for Natspec Popup authenticationLefteris Karapetsas2015-01-141-6/+3
* A first version of Natspec warning popupLefteris Karapetsas2015-01-131-3/+7
* Alethzero: Showing a contract's function's hashes at creationLefteris Karapetsas2015-01-131-0/+3
* Work in prgress for creating natspec in alethzero at contract creationLefteris Karapetsas2015-01-121-0/+4
* CLI tweaks.Gav Wood2015-01-091-1/+1
* Documentation update.Gav Wood2015-01-091-2/+3
* Basic logging in Solidity (though no tests yet).Gav Wood2015-01-091-1/+6
* Fix some warnings about uninitialized members.Christian2015-01-071-1/+1
* Possibility to replace source and obtain ContractDefinition by name.Christian2014-12-181-2/+7
* Create contracts.Christian2014-12-151-1/+1
* Some more consts.Christian2014-12-081-14/+14
* Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-081-2/+2
|\
| * Replacing old cstyle enums with c++11 enums in natspecLefteris Karapetsas2014-12-051-2/+2
* | Renamed url to identifier and added some comments.Christian2014-12-051-1/+1
* | Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-051-4/+22
|\|
| * Stack compiler now correctly returns a string and not a pointerLefteris Karapetsas2014-12-051-1/+1
| * Addressing styling and miscellaneous issue with NatspecLefteris Karapetsas2014-12-051-2/+2
| * Styling in libsolidity's InterfaceHandlerLefteris Karapetsas2014-12-041-2/+2
| * Moving all Interface and Documentation functionality to own classLefteris Karapetsas2014-12-031-9/+17
| * Separate user and dev natspec documentationLefteris Karapetsas2014-12-031-3/+7
| * Exporting Natspec documentation to a JSON interfaceLefteris Karapetsas2014-12-021-0/+4
* | Improved external interface for multi-source and multi-contract compilation.Christian2014-12-041-0/+3
* | Multi-source and multi-contract compiler.Christian2014-12-041-16/+45
* | Import directive.Christian2014-12-031-2/+3
|/
* Contracts as types and framework for special global variables.Christian2014-11-241-3/+6
* Provide interface for calls in JSON and some other formatting changes.Christian2014-11-121-1/+40
* Option to activate the optimizer for solidity.Christian2014-11-071-1/+1
* Actual contract creator and add solidity to AlethZero interface.Christian2014-10-311-0/+43