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
/
liblangutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace push_back with emplace_back where it makes sense
Mathias Baumann
2018-12-11
1
-1
/
+1
*
liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and m...
Christian Parpart
2018-12-06
5
-85
/
+208
*
liblangutil: SourceLocation: Retricts == and != operator
Christian Parpart
2018-12-01
1
-5
/
+3
*
liblangutil: small refactors wrt. API cleanups
Christian Parpart
2018-12-01
3
-16
/
+2
*
liblangutil: Scanner: remove superfluous sourceName field (it's in CharStream...
Christian Parpart
2018-12-01
4
-14
/
+4
*
liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream s...
Christian Parpart
2018-12-01
6
-55
/
+71
*
liblangutil: extends CharStream to know about the respective (file-)name (and...
Christian Parpart
2018-11-29
1
-1
/
+4
*
liblangutil: adds Scanner.charStream() accessor
Christian Parpart
2018-11-29
1
-0
/
+2
*
liblangutil: adds ParserBase::charStream() accessor
Christian Parpart
2018-11-29
1
-0
/
+2
*
Fix merge problem in CMake files.
chriseth
2018-11-26
1
-0
/
+1
*
Merge pull request #5493 from ethereum/cmake-no-globbing
chriseth
2018-11-26
1
-3
/
+9
|
\
|
*
CMake: Explicitly state which files to compile instead of relying on globbing.
Christian Parpart
2018-11-26
1
-3
/
+9
*
|
Merge pull request #5494 from ethereum/scanner-error-handling
chriseth
2018-11-26
3
-19
/
+80
|
\
\
|
*
|
Change scanner error diagnostics to be non-intrusive to the token API.
Christian Parpart
2018-11-24
3
-36
/
+81
|
*
|
adapt to latest code changes
Lazaridis
2018-11-24
2
-13
/
+29
|
|
/
*
/
Moving SourceReferenceFormatter into langutil namespace.
Christian Parpart
2018-11-24
2
-0
/
+205
|
/
*
Replace all occurrences of NULL with nullptr.
Christian Parpart
2018-11-23
1
-8
/
+8
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
13
-73
/
+44
*
Ensure liblangutil is compiled and linked as its own static library.
Christian Parpart
2018-11-22
1
-0
/
+6
*
Splitting out CharStream from Scanner.
Christian Parpart
2018-11-22
4
-81
/
+216
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
13
-0
/
+2757