<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon-solidity/solc, branch develop</title>
<subtitle>DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/'/>
<entry>
<title>Remove boost::filesystem::weakly_canonical workaround</title>
<updated>2019-01-18T17:59:32+00:00</updated>
<author>
<name>Alex Beregszaszi</name>
<email>alex@rtfs.hu</email>
</author>
<published>2019-01-18T17:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=8c97fb1688f7d756c783c65504f400c7f5f5f7e5'/>
<id>8c97fb1688f7d756c783c65504f400c7f5f5f7e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make use of C++ `= default` constructor declarations as well as more non-static member initialization syntax.</title>
<updated>2018-12-19T10:26:42+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-12-12T13:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=62fe57479e7d8949e4ed2e0efb31238d5d8d6d0a'/>
<id>62fe57479e7d8949e4ed2e0efb31238d5d8d6d0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and making use of new SourceLocation's CharStream knowledge</title>
<updated>2018-12-06T13:01:01+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-30T13:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=073b03d90c8f0648ba135f0b30d8e72fd871478f'/>
<id>073b03d90c8f0648ba135f0b30d8e72fd871478f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply the optimize commandline parameter to assembly mode.</title>
<updated>2018-11-30T22:39:05+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-11-03T15:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=6c44c5f0c93d6ce623bec773cc151a73d4b12bff'/>
<id>6c44c5f0c93d6ce623bec773cc151a73d4b12bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes crash on empty runtime code.</title>
<updated>2018-11-28T13:41:16+00:00</updated>
<author>
<name>Erik Kundt</name>
<email>bitshift@posteo.org</email>
</author>
<published>2018-11-28T13:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=50351fb8e2f318998d73f8e7043a8a56c3a6c06a'/>
<id>50351fb8e2f318998d73f8e7043a8a56c3a6c06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving SourceReferenceFormatter into langutil namespace.</title>
<updated>2018-11-24T11:33:36+00:00</updated>
<author>
<name>Christian Parpart</name>
<email>christian@ethereum.org</email>
</author>
<published>2018-11-24T11:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=aeb66905de3f65ca7a63addb6c9d05108986dbeb'/>
<id>aeb66905de3f65ca7a63addb6c9d05108986dbeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Notify user on successful run without output.</title>
<updated>2018-11-22T17:06:29+00:00</updated>
<author>
<name>liangdzou</name>
<email>liang.d.zou@gmail.com</email>
</author>
<published>2018-09-13T02:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=87d1276dc850e1c72876cde651031b4abffb46bc'/>
<id>87d1276dc850e1c72876cde651031b4abffb46bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</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>87821c53c3a73d3e35a0e50a7c159d9aa5d6b253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mostly unused writeFile implementation.</title>
<updated>2018-10-18T10:50:06+00:00</updated>
<author>
<name>chriseth</name>
<email>chris@ethereum.org</email>
</author>
<published>2018-10-17T22:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-solidity/commit/?id=0690aae09d1591b65d6808e6c6c547b63ddb3ce9'/>
<id>0690aae09d1591b65d6808e6c6c547b63ddb3ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
