Commit Graph

939 Commits

Author SHA1 Message Date
chriseth
943fd623e1 Create and output clone contracts. 2015-07-31 19:23:31 +02:00
subtly
f2f1e03007 Fix for compiling w/xcode on 10.9
Been manually patching this -- submitting fix to resolve #2451.
2015-07-16 15:04:25 -04:00
Liana Husikyan
25d806ebca removed move constructors 2015-07-16 15:57:57 +02:00
Liana Husikyan
223b9b101a removed unnecessary function 2015-07-16 13:57:56 +02:00
Liana Husikyan
bfb2def2c9 added calls of move cunstructor for returning string values. 2015-07-16 13:57:56 +02:00
Liana Husikyan
d216895025 corrected comments 2015-07-16 13:57:56 +02:00
Liana Husikyan
dc605218da changed implementation according to notes from code review 2015-07-16 13:57:56 +02:00
Liana Husikyan
0111d3d4c4 changedthe output style of the Natspec docstring 2015-07-16 13:57:56 +02:00
Liana Husikyan
251b5ae84e now for SolidityEndToEndTest we can use compileRequireThrow<typename> 2015-07-16 13:57:56 +02:00
Liana Husikyan
814bc49aa2 modified test network to test exceptions during parsing of documentation
todo:
 - change to work wirh all exceptions
 - fix white space problems in the output text for Natspec
2015-07-16 13:57:56 +02:00
Liana Husikyan
e8aaedf97b modified test network to test exceptions during parsing of documentation
todo:
 - change to work wirh all exceptions
 - fix white space problems in the output text for Natspec

Conflicts:
	test/libsolidity/SolidityEndToEndTest.cpp
2015-07-16 13:57:56 +02:00
Liana Husikyan
43398adc99 contract documentation is now parsing during compilation and not by request. 2015-07-16 13:57:55 +02:00
chriseth
54fa8ed7a6 Add BuildInfo.h as dependency. 2015-07-16 13:50:46 +02:00
chriseth
79a8effaa4 Merge pull request #2480 from chriseth/sol_relaxStackHeightCheck
Allow one additional stack slot.
2015-07-16 12:32:49 +02:00
chriseth
63d603bccc Merge pull request #2482 from chriseth/sol_fix_initialiseStorageStrings
Fix for initialising storage strings.
2015-07-16 12:31:24 +02:00
chriseth
a2796c3d15 Allow structs containing mappings in memory. 2015-07-16 01:10:09 +02:00
chriseth
2ce6d3bcee Fix for initialising storage strings. 2015-07-15 22:13:27 +02:00
chriseth
c7c5de4dd3 Allow one additional stack slot.
Fixes: #2478
2015-07-15 22:11:17 +02:00
Gav Wood
d747f34466 Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
2015-07-14 18:18:38 +02:00
Gav Wood
08466095f7 Merge pull request #2471 from chriseth/sol_fix_wrongArgumentCount
Improved error message for wrong argument count.
2015-07-14 18:17:27 +02:00
Gav Wood
a85c5bd0b0 Merge pull request #2470 from chriseth/sol_fix_bytesComparison
Fix comparison between bytes types.
2015-07-14 18:16:54 +02:00
chriseth
3d03e85e4e Check whether a literal is a valid literal before using it.
Fixes #2078
2015-07-14 17:43:13 +02:00
chriseth
a01365a259 Improved error message for wrong argument count.
Fixes #2456
2015-07-14 16:54:18 +02:00
chriseth
a3dace66e1 Fix comparison between bytes types.
Fixes #2087
2015-07-14 16:40:16 +02:00
chriseth
73275e1825 Use only a single stack slot for storage references. 2015-07-14 11:58:16 +02:00
Gav Wood
da818b1acd Merge pull request #2431 from chriseth/sol_versioning
Versioning for Solidity.
2015-07-09 14:17:56 -07:00
chriseth
46dde467e7 Flexible string literals, convertible to bytesX, bytes and string. 2015-07-09 17:10:58 +02:00
chriseth
15dc5954c3 Versioning for Solidity. 2015-07-09 16:07:33 +02:00
chriseth
aa6182ab87 Style and some assertion messages. 2015-07-03 18:15:05 +02:00
chriseth
e2d6e34f9c Struct constructors. 2015-07-03 17:25:30 +02:00
chriseth
6059d20750 Fix for copying arrays to storage. 2015-07-03 17:25:30 +02:00
chriseth
cad3379306 Memory structs. 2015-07-03 17:25:29 +02:00
chriseth
ad459207a3 Fixed checking of abstract functions.
Fixes #2264
2015-06-30 11:55:21 +02:00
chriseth
ee7ef675c3 Memory arrays cannot be resized. 2015-06-29 20:08:02 +02:00
chriseth
35540fcf2d Another compiler fix. 2015-06-29 13:23:02 +02:00
chriseth
bdbe5a3cf8 Fix gcc issue. 2015-06-27 00:13:53 +02:00
chriseth
fac8124412 Disallow memory types containing mappings. 2015-06-26 21:28:02 +02:00
chriseth
03edf74e62 No delete on storage pointers. 2015-06-26 21:28:02 +02:00
chriseth
ca497f5d10 Delete for memory objects. 2015-06-26 21:28:02 +02:00
chriseth
109b4eafb9 Some fixes for calldata arrays. 2015-06-26 20:27:56 +02:00
chriseth
37e7f1f10d Do not copy reference types to memory in-place. 2015-06-26 19:15:00 +02:00
chriseth
342ca94866 Fixed and simplified external type computation. 2015-06-26 16:55:42 +02:00
chriseth
2e5c52bfab Merge pull request #2276 from chriseth/sol_memoryArrays7
Copy routines for non-byte arrays.
2015-06-25 18:52:19 +02:00
chriseth
fb14a586f4 Merge pull request #2286 from chriseth/sol_simplerStaticMemoryAccess
Simplify static memory access functions.
2015-06-25 17:32:22 +02:00
chriseth
529ed468df Style. 2015-06-25 17:22:28 +02:00
Gav Wood
766bbf249d Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
	ethconsole/main.cpp
2015-06-25 16:29:02 +02:00
chriseth
b5672d5ae0 Simplify static memory access functions. 2015-06-25 14:52:59 +02:00
Gav Wood
0bcfad54f0 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 2015-06-24 20:15:29 +02:00
chriseth
e5ae5955b9 Initialisation of memory types. 2015-06-24 19:34:43 +02:00
chriseth
1add48a652 Copy routines for non-byte arrays. 2015-06-24 12:18:19 +02:00