aboutsummaryrefslogtreecommitdiffstats
path: root/GlobalContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style changes.Christian2015-01-291-1/+0
* Super keyword.Christian2015-01-291-0/+9
* Magic variables are only needed durinng name and type resolution, not during ...Christian2015-01-201-11/+1
* Define strings = vector<string>Christian2015-01-121-10/+10
* More convenient function type construction.Christian2015-01-121-35/+10
* Documentation update.Gav Wood2015-01-091-0/+1
* Basic logging in Solidity (though no tests yet).Gav Wood2015-01-091-17/+38
* Merge branch 'macox_fixes' into build_enhancementMarek Kotewicz2014-12-111-5/+5
|\
| * More const cleanup.Christian2014-12-081-4/+4
* | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-081-2/+1
|\|
| * Multi-source and multi-contract compiler.Christian2014-12-041-2/+1
* | solidity compiling on windows, fixed Compiler Error C2797debris2014-12-061-2/+2
|/
* Minor changes to magic variables.Christian2014-11-281-1/+1
* Global functions.Christian2014-11-261-10/+27
* Access to blockchain data.Christian2014-11-241-8/+10
* Magic variables.Christian2014-11-241-10/+22
* Contracts as types and framework for special global variables.Christian2014-11-241-0/+70