index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
solc
/
jsonCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some global symbols
Alex Beregszaszi
2017-08-09
1
-0
/
+5
*
Add other licenses.
chriseth
2017-07-02
1
-2
/
+2
*
Remove Why3 error class
Alex Beregszaszi
2017-07-01
1
-4
/
+0
*
Rewrite jsonCompiler using StandardCompiler
Alex Beregszaszi
2017-06-22
1
-120
/
+89
*
Rework functionHashes into methodIdentifiers
Alex Beregszaszi
2017-06-22
1
-1
/
+1
*
Merge pull request #2382 from ruchevits/combined-json-hashes
chriseth
2017-06-15
1
-9
/
+1
|
\
|
*
Removed duplicate code
Edward Ruchevits
2017-06-14
1
-9
/
+1
*
|
Include license text in emscripten output
Alex Beregszaszi
2017-06-14
1
-0
/
+7
|
/
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-3
/
+4
*
Merge pull request #1810 from ethereum/compactJson
chriseth
2017-05-22
1
-1
/
+1
|
\
|
*
Compact format for AST-Json with backwards compatibility
chriseth
2017-05-17
1
-1
/
+1
*
|
Rename CompilerStack.interface to CompilerStack.contractABI
Alex Beregszaszi
2017-05-19
1
-1
/
+1
|
/
*
Export StandardCompiler as compileStandard in soljson
Alex Beregszaszi
2017-04-21
1
-31
/
+49
*
Keep gas values as a string in CompilerStack::gasEstimate
Alex Beregszaszi
2017-04-13
1
-4
/
+25
*
The gasEstimates objects must always be present in the jsonCompiler even if e...
Alex Beregszaszi
2017-04-13
1
-2
/
+4
*
Use new gasEstimate in jsonCompiler
Alex Beregszaszi
2017-04-13
1
-51
/
+12
*
Merge pull request #2098 from ethereum/sourceformatter
Alex Beregszaszi
2017-04-10
1
-17
/
+6
|
\
|
*
Remove empty wrapper formatError from jsonCompiler
Alex Beregszaszi
2017-04-10
1
-15
/
+6
|
*
Introduce formatExceptionInformation
Alex Beregszaszi
2017-04-10
1
-3
/
+1
*
|
Pull out ReadFile from CompilerStack
Alex Beregszaszi
2017-04-10
1
-2
/
+2
|
/
*
Rename ErrorMesage to ErrorMessage
Alex Beregszaszi
2017-03-17
1
-3
/
+3
*
Add line info to serious exceptions.
chriseth
2017-02-25
1
-3
/
+3
*
Metadata stamp.
chriseth
2016-12-01
1
-0
/
+1
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Move JSON helpers to libdevcore/json
Alex Beregszaszi
2016-11-16
1
-10
/
+4
*
Move InterfaceHandler from string to JSON
Alex Beregszaszi
2016-11-15
1
-3
/
+10
*
Unimplemented features moved to their own exception (#1361)
Rhett Aultman
2016-11-15
1
-0
/
+4
*
Separate the try/catch blocks on JSON output generation and formal method out...
Yoichi Hirai
2016-09-06
1
-1
/
+15
*
Catch more exceptions in jsonCompiler.
chriseth
2016-09-02
1
-39
/
+53
*
Remove standard contracts
Denton Liu
2016-08-19
1
-1
/
+1
*
remove solidity --interface
Dimitry
2016-08-17
1
-1
/
+0
*
BREAKING: Streamline json output field naming. (#763)
chriseth
2016-08-17
1
-2
/
+2
*
sourcemapping
yann300
2016-08-02
1
-1
/
+1
*
Source location as part of AST.
chriseth
2016-07-21
1
-5
/
+10
*
Provide formal version in json output.
chriseth
2016-07-19
1
-0
/
+16
*
Allow remappings to change depending on the context.
chriseth
2016-06-09
1
-7
/
+12
*
Make solidity independent from ethcore.
chriseth
2016-04-07
1
-2
/
+2
*
rename namespace for instruction.h/cpp in libevmasm
Dimitry
2016-04-02
1
-1
/
+1
*
move libevmcore to solidity
Dimitry
2016-04-02
1
-1
/
+1
*
Parsing for inline assembly.
chriseth
2016-03-30
1
-6
/
+12
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
1
-1
/
+1
*
Read files via callback.
chriseth
2016-01-27
1
-5
/
+41
*
Fix: Segfaults connected to paramater types.
chriseth
2015-12-10
1
-3
/
+3
*
Fix up for new API from EIP-1.1.
Gav Wood
2015-11-21
1
-2
/
+2
*
File reorganisation.
chriseth
2015-10-21
1
-9
/
+9
*
Style.
chriseth
2015-10-16
1
-5
/
+5
*
Multiple sources for json compiler.
chriseth
2015-10-16
1
-9
/
+45
*
fixed new tests
LianaHus
2015-10-15
1
-1
/
+4
*
added Error class for all kind of errors
LianaHus
2015-10-15
1
-14
/
+2
*
Support warnings.
chriseth
2015-10-03
1
-25
/
+29
*
Error formatting.
chriseth
2015-09-22
1
-14
/
+20
*
Export runtime bytecode and version.
chriseth
2015-09-15
1
-0
/
+6
*
Transition from bytecode to more general linker objects.
chriseth
2015-09-11
1
-3
/
+3
*
- renamed AST to ast and ABI to abi
LianaHus
2015-09-08
1
-1
/
+1
*
renamed getter functions
LianaHus
2015-09-08
1
-20
/
+20
*
Moved solc files.
chriseth
2015-08-19
1
-0
/
+196