<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon-solidity/libevmasm, branch v0.5.1</title>
<subtitle>DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/atom?h=v0.5.1</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/atom?h=v0.5.1'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/'/>
<updated>2018-12-06T06:13:11+00:00</updated>
<entry>
<title>Add opcode RAND support</title>
<updated>2018-12-06T06:13:11+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2018-10-18T03:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=0c296819088457c721f78ba5a503bbacb1bc2f1e'/>
<id>urn:sha1:0c296819088457c721f78ba5a503bbacb1bc2f1e</id>
<content type='text'>
DEXON has a built-in on chain random oracle that allow one to retrieve a
random variable. Add `rand` solidity variable is introduced to load the
random variable onto the stack.
</content>
</entry>
<entry>
<title>liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream source, eliminating sourceName</title>
<updated>2018-11-30T16:07:12+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-28T15:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=c48a5264be4221873fe02cac57f6a41a32010fea'/>
<id>urn:sha1:c48a5264be4221873fe02cac57f6a41a32010fea</id>
<content type='text'>
Also, adapted affecting code to those changes.
</content>
</entry>
<entry>
<title>Fix nondeterminism bug related to boost version.</title>
<updated>2018-11-27T15:00:22+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-27T14:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=fb2e471d00d41dece0152b14ef209aa4e4b2d60d'/>
<id>urn:sha1:fb2e471d00d41dece0152b14ef209aa4e4b2d60d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Explicitly state which files to compile instead of relying on globbing.</title>
<updated>2018-11-26T13:39:24+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-23T13:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=cdd8c72c9d38a6638cd23db58079251b6a632e3b'/>
<id>urn:sha1:cdd8c72c9d38a6638cd23db58079251b6a632e3b</id>
<content type='text'>
Also remove header file lists, as there is no need to add them to
add_library() or add_executable(), which should lower maintenance of the cmake files.
</content>
</entry>
<entry>
<title>Merge pull request #5472 from ethereum/assemblyAnnotationOutput</title>
<updated>2018-11-23T16:02:03+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-23T16:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=2e861bf1a0825d17386655cdaaa2c7371b6d2c5c'/>
<id>urn:sha1:2e861bf1a0825d17386655cdaaa2c7371b6d2c5c</id>
<content type='text'>
Jumps with annotations cannot be functional.</content>
</entry>
<entry>
<title>Introduce namespace `langutil` in liblangutil directory.</title>
<updated>2018-11-21T19:13:44+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-14T16:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=d67322a1861d60a88151f7c25d6c3478a9a39acf'/>
<id>urn:sha1:d67322a1861d60a88151f7c25d6c3478a9a39acf</id>
<content type='text'>
Also:
- Use {}-style list initialisation for SourceLocation construction
- Introduce new system includes
- Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
</content>
</entry>
<entry>
<title>Isolating files shared between Yul- and Solidity language frontend.</title>
<updated>2018-11-21T18:58:12+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-14T13:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=87821c53c3a73d3e35a0e50a7c159d9aa5d6b253'/>
<id>urn:sha1:87821c53c3a73d3e35a0e50a7c159d9aa5d6b253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Jumps with annotations cannot be functional.</title>
<updated>2018-11-21T18:28:41+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-13T09:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=82055cbb615054725770dc9781b53e751c257474'/>
<id>urn:sha1:82055cbb615054725770dc9781b53e751c257474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing redundant virtual from override function declaration</title>
<updated>2018-11-21T14:37:32+00:00</updated>
<author>
<name>mordax</name>
<email>maya@mordax.io</email>
</author>
<published>2018-11-16T01:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=ea8b7d803ebd151401be7479f48afb0ad19f5f74'/>
<id>urn:sha1:ea8b7d803ebd151401be7479f48afb0ad19f5f74</id>
<content type='text'>
Remove trailing whitespace

Remove changelog change
</content>
</entry>
<entry>
<title>Merge pull request #5265 from ethereum/cleanupsha3</title>
<updated>2018-11-09T14:39:57+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-09T14:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=6bbedab383f7c8799ef7bcf4cad2bb008a7fcf2c'/>
<id>urn:sha1:6bbedab383f7c8799ef7bcf4cad2bb008a7fcf2c</id>
<content type='text'>
Simplify sha3.</content>
</entry>
</feed>
