Commit Graph

5458 Commits

Author SHA1 Message Date
Bob Summerwill
9c8eefc46b Flip whitelisting back to 'release' branch.
Also, it looks like my auth token is no good.
Christian will likely have to create one for it to work.
I that he has super-powers for solidity which I do not.
I believe I am a full admin for cpp-ethereum, though, so should be able to generate working auth tokens for that.
2016-08-11 14:04:31 -07:00
Bob Summerwill
c48248607f Added comments about 'auth_token' setup for Appveyor.
Switched the white-listed branch to 'develop', so we can dry-run the Windows ZIP generation here.
On success, will then delete those artifacts and switch the whitelisting back to 'release', pending creation of a release branch for the solidity repo.
2016-08-11 13:36:49 -07:00
chriseth
69e5409bc5 Merge pull request #857 from cholewa1992/patch-1
Update installing-solidity.rst
2016-08-11 18:53:28 +02:00
chriseth
c26bb83ec2 Merge pull request #870 from chriseth/fixppa
Debug publishing.
2016-08-11 18:27:08 +02:00
chriseth
2561b73a40 Debug publishing. 2016-08-11 18:25:24 +02:00
chriseth
f2bec51a96 Merge pull request #867 from chriseth/fixppa
Debug publishing.
2016-08-11 16:39:59 +02:00
chriseth
ded6c67424 Debug publishing. 2016-08-11 16:39:38 +02:00
chriseth
7c15fa661a Merge pull request #862 from chriseth/fixpublish
Fix the publishing script to not publish multiple times per day.
2016-08-11 12:34:09 +02:00
chriseth
188a9dcb53 Fix the publishing script to not publish multiple times per day. 2016-08-11 12:21:20 +02:00
Bob Summerwill
e2a46b6a70 Merge pull request #861 from bobsummerwill/zips
Re-add the ZIP release flow for Solidity
2016-08-10 14:22:21 -07:00
Bob Summerwill
52a6737aa5 Re-add the ZIP release flow for Solidity.
It is all within conditionals such that it only works for 'release'.
Just want to start on getting it re-enabled.
Also disabled the Appveyor cache, because it is unreliable.
2016-08-10 14:12:37 -07:00
chriseth
5a3740378f Merge pull request #824 from Denton-L/fix-typo
Fix typo
2016-08-10 21:22:49 +02:00
chriseth
b7c26f4628 Merge pull request #722 from NicolaiSoeborg/develop
Fixes to grammar.txt [WIP]
2016-08-10 21:18:56 +02:00
chriseth
988fe5e5aa Merge pull request #859 from chriseth/fixppa
Fix ppa script
2016-08-10 21:07:15 +02:00
chriseth
ba4cfdac5e Update release date. 2016-08-10 21:04:14 +02:00
chriseth
6f02de791e Fix ppa script. 2016-08-10 21:03:59 +02:00
Bob Summerwill
3fc68da5cf Merge pull request #848 from bobsummerwill/alpine_linux_install_deps
Blind attempt at adding Alpine Linux support to release.sh
2016-08-10 08:06:51 -07:00
chriseth
55858de1e9 Merge pull request #794 from chriseth/fixastsource
Fix segfault in ast output.
2016-08-10 16:58:17 +02:00
chriseth
c0bce89133 Merge pull request #775 from chriseth/version
Version 0.3.6
2016-08-10 16:40:55 +02:00
chriseth
60c21d24bc Version 0.3.6 2016-08-10 16:39:25 +02:00
chriseth
9fe5fe79cd Add changelog to source tree. 2016-08-10 16:39:25 +02:00
chriseth
e6a031d4e5 Merge pull request #823 from chriseth/releaseppa
PPA release script, still work in progress.
2016-08-10 16:39:11 +02:00
chriseth
fc60839105 Merge pull request #826 from axic/utf8-check
AST printer: do not output invalid UTF8 sequences
2016-08-10 16:31:27 +02:00
Jacob Benjamin Cholewa
adfb2f2b9f Update installing-solidity.rst
The JsonCpp library is also a needed dependency
2016-08-10 15:23:54 +02:00
chriseth
39ced1ba55 Make aware of branches and only create source tarball once. 2016-08-10 14:46:59 +02:00
chriseth
e404d42f60 Correct jsoncpp versions. 2016-08-10 14:46:59 +02:00
chriseth
ff08a8fab0 Do not compile sphinx docs for now, so we get to a workable state. 2016-08-10 14:46:59 +02:00
chriseth
7aa344a5e8 PPA release script, still work in progress. 2016-08-10 14:46:59 +02:00
chriseth
cacc3b6bca Merge pull request #855 from chriseth/libraries
Rename libevmasm.
2016-08-10 14:46:24 +02:00
chriseth
4c54834908 Rename libevmasm. 2016-08-10 13:52:24 +02:00
chriseth
15d732b030 Correctly require jsoncpp 2016-08-10 13:38:15 +02:00
Nicolai
399e1fe70c Add syntax for fallback functions 2016-08-09 11:53:38 +02:00
Bob Summerwill
2da8820323 Adding Alpine Linux support to release.sh
Thanks for @rainbean and @VoR0220.
2016-08-08 16:45:12 -07:00
Alex Beregszaszi
5d9347f022 Remove dev::utf8 namespace 2016-08-08 20:05:31 +01:00
Alex Beregszaszi
f1df3dee53 Use size_t in dev::utf8::validate() 2016-08-08 20:05:31 +01:00
Alex Beregszaszi
c157163441 Use consts in dev::utf8::validate() 2016-08-08 19:58:39 +01:00
Alex Beregszaszi
e8c2e87397 Use utf8::validate in StringLiteral::toString 2016-08-08 19:57:41 +01:00
Alex Beregszaszi
7945f41ccc Include UTF8 helpers in libdevcore 2016-08-08 19:57:39 +01:00
Alex Beregszaszi
bf76321c9e Move LiteralString::toString from the header 2016-08-08 19:08:31 +01:00
Denton Liu
279518a536 Add missing s 2016-08-08 13:33:09 -04:00
Denton Liu
838a91b38c Refix typo 2016-08-08 13:32:54 -04:00
chriseth
539afbeea3 Merge pull request #828 from axic/identity-gas-fix
Fix identity precompile gas calculation
2016-08-08 19:15:03 +02:00
chriseth
ac8e726970 Fix segfault in ast output. 2016-08-08 19:10:17 +02:00
chriseth
2fcc6ec335 Merge pull request #820 from mocamircea/patch-3
Update layout-of-source-files.rst
2016-08-08 15:49:37 +02:00
chriseth
b13e581397 Merge pull request #819 from mocamircea/patch-2
Update layout-of-source-files.rst
2016-08-08 15:48:48 +02:00
chriseth
beb7e0219f Merge pull request #818 from mocamircea/patch-1
Update layout-of-source-files.rst
2016-08-08 15:48:15 +02:00
chriseth
c3ed550eb6 Merge pull request #834 from chriseth/devcorecleanup
Some cleanup regarding libdevcore. Also rename to avoid conflicts.
2016-08-08 15:11:36 +02:00
chriseth
ccd78d05d6 Correct library usage. 2016-08-08 12:26:07 +02:00
chriseth
53a5e99c13 Merge pull request #800 from winsvega/fixbuild
fix build on windows
2016-08-08 09:38:45 +02:00
Greg Colvin
f7af7de196 Merge pull request #829 from bobsummerwill/xcode8
Added xcode8 support to TravisCI
2016-08-06 18:40:09 -06:00