aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Limit each duplicate declaration error to 32 referencesAlex Beregszaszi2017-09-132-2/+21
|
* Merge pull request #2893 from ethereum/travis-clang-buildAlex Beregszaszi2017-09-133-27/+26
|\ | | | | Travis CI: Do not cache build dir
| * Travis CI: Fix Emscripten buildPaweł Bylica2017-09-132-26/+26
| |
| * Travis CI: Do not cache build dirPaweł Bylica2017-09-131-1/+0
|/
* Merge pull request #2852 from ssuman/developchriseth2017-09-123-8/+18
|\ | | | | This commit will display warning when there is unused function parameter
| * Display helpful warning for unused function arguments/return parametersSuman2017-09-123-8/+18
| |
* | Merge pull request #2891 from ethereum/same-declaration-exponential-errorAlex Beregszaszi2017-09-121-1/+5
|\ \ | |/ |/| Do not report overload conflicts for every line excessively
| * Do not report overload conflicts for every line excessivelyAlex Beregszaszi2017-09-121-1/+5
|/
* Merge pull request #2888 from ethereum/same-declaration-errorAlex Beregszaszi2017-09-121-10/+12
|\ | | | | Use secondary source location as a vector in same declaration errors
| * Use secondary source location as a vector in same declaration errorsAlex Beregszaszi2017-09-121-10/+12
| |
* | Merge pull request #2887 from ethereum/missing-functions-listchriseth2017-09-121-5/+7
|\ \ | | | | | | Show each unimplemented function in secondary source location
| * | Show each unimplemented function in secondary source locationAlex Beregszaszi2017-09-121-5/+7
| |/
* | Merge pull request #2880 from ethereum/docs-metadatachriseth2017-09-123-144/+145
|\ \ | | | | | | Promote metadata to its own chapter (split from miscellaneous)
| * | Promote metadata to its own chapter (split from miscellaneous)Alex Beregszaszi2017-09-113-144/+145
| | |
* | | Merge pull request #2853 from ethereum/cleanup-asm-streamchriseth2017-09-1210-60/+75
|\ \ \ | |_|/ |/| | Split out the JSON functionality from assembly.stream()
| * | Simplify assembly printing in CLIAlex Beregszaszi2017-09-111-15/+8
| | |
| * | Introduce assemblyStringAlex Beregszaszi2017-09-1110-24/+27
| | |
| * | Do not return the stream in asssemblyStreamAlex Beregszaszi2017-09-116-12/+9
| | |
| * | Split out the JSON functionality from assembly.stream()Alex Beregszaszi2017-09-1110-46/+67
| | |
| * | Mark functions static in libevmasmAlex Beregszaszi2017-09-112-3/+4
| |/
* | Merge pull request #2881 from ethereum/analysis-testchriseth2017-09-123-6/+6
|\ \ | | | | | | Change retrieveContract to take name and not index
| * | Change retrieveContract to take name and not indexAlex Beregszaszi2017-09-113-6/+6
| |/
* | Merge pull request #2882 from ethereum/eventschriseth2017-09-122-4/+5
|\ \ | | | | | | Do not show the same error multiple times for events
| * | Do not show the same error multiple times for eventsAlex Beregszaszi2017-09-122-4/+5
| |/
* | Merge pull request #2870 from aarongoa/developchriseth2017-09-121-8/+9
|\ \ | |/ |/| Add payable constructor for `C` - #2869
| * Make `createAndEndowD` payable in contract creation exampleAaron Colaço2017-09-121-8/+9
| |
* | Merge pull request #2875 from ethereum/travis-badgechriseth2017-09-111-1/+1
|\ \ | | | | | | Add the Travis build status badge
| * | Add the Travis build status badgeYoichi Hirai2017-09-071-1/+1
|/ /
* | Merge pull request #2857 from ethereum/fixTestrefactorAlex Beregszaszi2017-09-062-5/+5
|\ \ | | | | | | Fix warning checking in test framework.
| * | Fix warning checking in test framework.chriseth2017-09-062-5/+5
|/ /
* | Merge pull request #2873 from ethereum/largearraychriseth2017-09-062-4/+4
|\ \ | | | | | | Change array too large error message as it is valid for non-calldata too
| * | Change array too large error message as it is valid for non-calldata tooAlex Beregszaszi2017-09-062-4/+4
| | |
* | | Merge pull request #2842 from ethereum/chriseth-patch-1Alex Beregszaszi2017-09-061-3/+8
|\ \ \ | |/ / |/| | Explain how to run the tests in more detail.
| * | Explain how to run the tests in more detail.chriseth2017-09-061-3/+8
| | |
* | | Merge pull request #2872 from ethereum/docs-abiAlex Beregszaszi2017-09-051-119/+119
|\ \ \ | | | | | | | | Convert ABI spec from Markdwon to RST
| * | | Convert ABI spec from Markdwon to RSTAlex Beregszaszi2017-09-051-119/+119
|/ / /
* | | Merge pull request #2871 from ethereum/fixedpointdocschriseth2017-09-052-14/+24
|\ \ \ | | | | | | | | Explain fixed point types in docs
| * | | Explain the difference between floating and fixed pointAlex Beregszaszi2017-09-042-5/+6
| | | |
| * | | Explain fixed point typesAlex Beregszaszi2017-09-041-0/+9
| | | |
| * | | Move fixed after int in docsAlex Beregszaszi2017-09-041-9/+9
| | |/ | |/|
* | | Merge pull request #2854 from ethereum/docs-faqchriseth2017-09-055-93/+60
|\ \ \ | |/ / |/| | [WIP] Move content from FAQ to proper places
| * | Mention that different Unicode codepoint can look the sameAlex Beregszaszi2017-09-021-0/+4
| | |
| * | Clarify some subtleties of the fallback functionAlex Beregszaszi2017-09-022-34/+18
| | |
| * | Document character setAlex Beregszaszi2017-09-022-7/+4
| | |
| * | Document caveats about timestamp and blockhashAlex Beregszaszi2017-09-022-18/+12
| | |
| * | Document gas/value modifiers with overloadingAlex Beregszaszi2017-09-022-10/+6
| | |
| * | Document byte[] vs bytesAlex Beregszaszi2017-09-022-7/+4
| | |
| * | Document call/gas modifiers properlyAlex Beregszaszi2017-09-022-17/+12
|/ /
* | Merge pull request #2860 from ethereum/noparamsfordefaultedAlex Beregszaszi2017-08-311-4/+4
|\ \ | | | | | | Remove parameter names for defaulted functions.
| * | Remove parameter names for defaulted functions.chriseth2017-08-311-4/+4
| | |
* | | Merge pull request #2812 from ethereum/removeEscapechriseth2017-08-312-31/+9
|\ \ \ | |/ / |/| | Remove escape function.
| * | Use Json::valueToQuotedString directlyAlex Beregszaszi2017-08-291-4/+2
| | |
| * | Remove escape function.chriseth2017-08-292-31/+11
| | |
* | | Merge pull request #2858 from ethereum/fuzzer-without-optimizerchriseth2017-08-312-4/+14
|\ \ \ | |/ / |/| | Run fuzzer tests without optimizer too
| * | Run fuzzer tests without optimizer tooAlex Beregszaszi2017-08-311-0/+7
| | |
| * | Add --without-optimizer option to fuzzerAlex Beregszaszi2017-08-311-4/+7
|/ /
* | Merge pull request #2847 from ethereum/codegen-docsAlex Beregszaszi2017-08-293-1/+25
|\ \ | | | | | | Document more of the codegen features
| * | Document more of the codegen featuresAlex Beregszaszi2017-08-293-1/+25
| | |
* | | Merge pull request #2846 from ethereum/refactorTestsAlex Beregszaszi2017-08-293-223/+275
|\ \ \ | | | | | | | | Extract base from NameAndType and use compiler stack.
| * | | Extract base from NameAndType and use compiler stack.chriseth2017-08-293-223/+275
| | | |
* | | | Merge pull request #2833 from ethereum/statemutability-builtinschriseth2017-08-295-22/+24
|\ \ \ \ | | | | | | | | | | Mark all built in functions with appropriate statemutability
| * | | | Swap declaration/statemutability in FunctionType constructorAlex Beregszaszi2017-08-294-11/+8
| | | | |
| * | | | Mark all built in functions with appropriate statemutabilityAlex Beregszaszi2017-08-293-12/+17
| | | | |
* | | | | Merge pull request #2844 from ethereum/jsoncompilerAlex Beregszaszi2017-08-294-24/+47
|\ \ \ \ \ | | | | | | | | | | | | Add header for jsonCompiler
| * | | | | Add header for jsonCompilerAlex Beregszaszi2017-08-294-24/+47
|/ / / / /
* | | | | Merge pull request #2843 from ethereum/anonymous-cleanupchriseth2017-08-298-5/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | | Move all file specific globals to anonymous namespace
| * | | | Move all file specific globals to anonymous namespaceAlex Beregszaszi2017-08-298-5/+36
| | |_|/ | |/| |
* | | | Merge pull request #2841 from ethereum/evm15-code-numbersGreg Colvin2017-08-291-9/+11
|\ \ \ \ | |/ / / |/| | | reconcile evm 1.5 instruction numbers with working draft and client
| * | | Reconcile EVM 1.5 instruction numbers with working draft EIP615gcolvin2017-08-291-9/+11
|/ / /
* | | Merge pull request #2837 from ethereum/event-overloading-abiAlex Beregszaszi2017-08-293-3/+31
|\ \ \ | |/ / |/| | Include all overloaded events in ABI
| * | Include all overloaded events in ABIAlex Beregszaszi2017-08-293-3/+31
|/ /
* | Merge pull request #2838 from ethereum/statemutability-eventAlex Beregszaszi2017-08-291-2/+6
|\ \ | | | | | | Mark event functions as nonpayable (and not view)
| * | Mark event non-payable and not viewAlex Beregszaszi2017-08-281-2/+6
|/ /
* | Merge pull request #2835 from ethereum/compilerstack-docsAlex Beregszaszi2017-08-281-5/+7
|\ \ | | | | | | Reorder some methods in CompilerStack for readability
| * | Reorder some methods in CompilerStack for readabilityAlex Beregszaszi2017-08-281-5/+7
| |/
* | Merge pull request #2834 from ethereum/fixTypeNameParsingAlex Beregszaszi2017-08-283-1/+18
|\ \ | |/ |/| Crash fix, parseTypeName can return null.
| * Crash fix, parseTypeName can return null.chriseth2017-08-283-1/+18
| |
* | Merge pull request #2831 from ethereum/docsAlex Beregszaszi2017-08-287-23/+30
|\ \ | | | | | | Various doc updates
| * | Explain safe purchase (even number)Alex Beregszaszi2017-08-281-0/+3
| | |
| * | Add note about throw being deprecatedAlex Beregszaszi2017-08-281-0/+3
| | |
| * | Require 0.4.12 for the VectorSum example (for loop)Alex Beregszaszi2017-08-281-1/+1
| | |
| * | Refer to internal ABI documentationAlex Beregszaszi2017-08-281-4/+2
| | |
| * | Highlight opcodes in docsAlex Beregszaszi2017-08-284-17/+18
| | |
| * | Fix lists and linksAlex Beregszaszi2017-08-283-1/+3
| | |
* | | Merge pull request #2825 from ethereum/contract-unused-natspecchriseth2017-08-283-33/+0
|\ \ \ | |_|/ |/| | Removed unused natspec members of ContractDefinition
| * | Removed unused natspec members of ContractDefinitionAlex Beregszaszi2017-08-263-33/+0
| | |
* | | Merge pull request #2826 from Legogris/patch-1Alex Beregszaszi2017-08-281-1/+1
|\ \ \ | |_|/ |/| | Correct package name for installing solc on Arch
| * | Correct package name for installing solc on ArchRobert Edström2017-08-271-1/+1
|/ /
* | Merge pull request #2821 from ethereum/errorreporter-copyAlex Beregszaszi2017-08-261-0/+3
|\ \ | |/ |/| Add copy constructor to ErrorReporter (since it has assignment operator)
| * Add copy constructor to ErrorReporter (since it has assignment operator)Alex Beregszaszi2017-08-251-0/+3
| |
* | Merge pull request #2811 from ethereum/cleanupvectorrefAlex Beregszaszi2017-08-262-32/+9
|\ \ | | | | | | Cleanup vectorref
| * | Cleanup of vector_ref.hchriseth2017-08-262-32/+9
| | |
* | | Merge pull request #2819 from ethereum/compilerstack-typecheckchriseth2017-08-262-23/+8
|\ \ \ | | | | | | | | Simplify typechecking loop in compilerstack
| * | | Update SolidityNameAndTypeResolution to match CompilerStackAlex Beregszaszi2017-08-251-4/+3
| | | |
| * | | Do not create a new TypeChecker instance for every contractAlex Beregszaszi2017-08-251-3/+1
| | | |
| * | | Attach natspec before type checkingAlex Beregszaszi2017-08-251-6/+4
| | | |
| * | | Remove duplicate work from CompilerStack.analyze()Alex Beregszaszi2017-08-251-10/+0
| | | |
* | | | Merge pull request #2820 from ethereum/fallthroughchriseth2017-08-264-6/+8
|\ \ \ \ | |_|/ / |/| | | Fix some other fallthrough cases
| * | | Move the break in switch for readabilityAlex Beregszaszi2017-08-251-3/+3
| | | |
| * | | Mark to places fall-throughAlex Beregszaszi2017-08-252-0/+2
| | | |
| * | | Remove fallthrough from ArrayUtilsAlex Beregszaszi2017-08-251-3/+3
| | |/ | |/|
* | | Merge pull request #2809 from ethereum/cleanupFixedHashchriseth2017-08-262-139/+8
|\ \ \ | | | | | | | | Cleanup fixed hash
| * | | Cleanup of FixedHash.hchriseth2017-08-252-139/+8
| | |/ | |/|
* | | Merge pull request #2765 from ethereum/emscriptenchriseth2017-08-251-17/+8
|\ \ \ | | | | | | | | Emscripten
| * | | Leave artifact also on root.chriseth2017-08-251-1/+2
| | | |
| * | | Emscripten, CI: Use CMake toolchain filePaweł Bylica2017-08-251-3/+3
| | | |
| * | | Travis CI: Cleanup emscripten build scriptPaweł Bylica2017-08-251-13/+3
| | | |
* | | | Merge pull request #2813 from ethereum/tightpack-warnAlex Beregszaszi2017-08-253-0/+67
|\ \ \ \ | |_|_|/ |/| | | Warn on using literals in tight packing
| * | | Warn on using literals in tight packingAlex Beregszaszi2017-08-253-0/+67
| |/ /
* | | Merge pull request #2815 from ethereum/parser-fallthroughAlex Beregszaszi2017-08-252-9/+14
|\ \ \ | |_|/ |/| | Remove fallthrough from literal parsing
| * | Remove two other fall-through cases in ParserAlex Beregszaszi2017-08-252-3/+5
| | |
| * | Remove fallthrough from literal parsingAlex Beregszaszi2017-08-251-6/+9
| |/
* | Merge pull request #2808 from ethereum/cleanCommonHchriseth2017-08-256-58/+25
|\ \ | | | | | | Clean common h
| * | Cleanup of Common.hchriseth2017-08-256-58/+25
| |/
* | Merge pull request #2817 from ethereum/do_not_copy_sochriseth2017-08-251-35/+0
|\ \ | |/ |/| Do not include soltest and .so files in zip archives.
| * Do not include soltest and .so files in zip archives.chriseth2017-08-251-35/+0
| |
* | Merge pull request #2807 from ethereum/removeABIhchriseth2017-08-253-119/+18
|\ \ | | | | | | Cleanup: Remove ABI.h
| * | Cleanup: Remove ABI.hchriseth2017-08-253-119/+18
| | |
* | | Merge pull request #2814 from ethereum/natspec-cleanupAlex Beregszaszi2017-08-252-28/+1
|\ \ \ | |_|/ |/| | Remove unused statements from the Natspec headers
| * | Remove unused statements from the Natspec headersAlex Beregszaszi2017-08-252-28/+1
| | |
* | | Merge pull request #2792 from ethereum/statemutability-docschriseth2017-08-252-4/+22
|\ \ \ | | | | | | | | Require 0.4.16 for view/pure in docs examples
| * | | Explain the limitations of view and pureAlex Beregszaszi2017-08-251-0/+18
| | | |
| * | | Clarify ABI regarding constantAlex Beregszaszi2017-08-251-2/+2
| | | |
| * | | Require 0.4.16 for view/pure in docs examplesAlex Beregszaszi2017-08-251-2/+2
| |/ /
* | | Merge pull request #2810 from ethereum/cleanupSHA3chriseth2017-08-251-7/+2
|\ \ \ | |/ / |/| | Cleanup of SHA3.h
| * | Cleanup of SHA3.hchriseth2017-08-251-7/+2
| |/
* | Merge pull request #2657 from ethereum/jumpdest-removerAlex Beregszaszi2017-08-259-22/+243
|\ \ | | | | | | Introduce JumpdestRemover optimisation step
| * | Add test for jumpdest removal.chriseth2017-08-251-0/+84
| | |
| * | Update tests.chriseth2017-08-253-12/+12
| | |
| * | Introduce JumpdestRemover optimisation stepAlex Beregszaszi2017-08-255-10/+147
| | |
* | | Merge pull request #2806 from ethereum/abichriseth2017-08-251-9/+10
|\ \ \ | |/ / |/| | Reorder ABI for readability
| * | Reorder ABI for readabilityAlex Beregszaszi2017-08-251-9/+10
| | |
* | | Merge pull request #2805 from ethereum/releasechriseth2017-08-250-0/+0
|\ \ \ | |_|/ |/| | Merge release back into develop.
| * | Merge pull request #2802 from ethereum/developchriseth2017-08-25137-1886/+5297
| |\| | | | | | | Merge develop into release for 0.4.16
* | | Merge pull request #2803 from ethereum/incrementVersionchriseth2017-08-252-1/+7
|\ \ \ | |_|/ |/| | Set version to 0.4.17
| * | Set version to 0.4.17chriseth2017-08-252-1/+7
|/ /
* | Merge pull request #2800 from ethereum/updateVersionchriseth2017-08-251-1/+3
|\ \ | | | | | | Describe experimental features.
| * | Describe experimental features.chriseth2017-08-251-1/+3
|/ /
* | Merge pull request #2797 from ethereum/updateVersionchriseth2017-08-252-6/+15
|\ \ | | | | | | Prepare 0.4.16 release.
| * | Prepare 0.4.16 release.chriseth2017-08-252-6/+15
|/ /
* | Merge pull request #2798 from ethereum/statemutabilitychriseth2017-08-255-35/+35
|\ \ | | | | | | Rename statemutability to stateMutability in ABI/AST
| * | Rename statemutability to stateMutability in ABI/ASTAlex Beregszaszi2017-08-245-35/+35
| | |
* | | Merge pull request #2799 from designium/patch-2chriseth2017-08-251-1/+1
|\ \ \ | |/ / |/| | Update on the example for BlindAction
| * | Update on the example for BlindActionChim Kan2017-08-251-1/+1
|/ / | | | | In the Mist app, the Blind Action contract cannot compile because it cannot accept implicit conversion of integer to byte32. I just added the conversion method byte32 in line 470 for bid.blindedBid.
* | Merge pull request #2745 from ethereum/statemutability-pureAlex Beregszaszi2017-08-2414-13/+107
|\ \ | | | | | | Introduce pure specifier on functions
| * | Consider pure as constant for the AST JSON (to aid static analyzers)Alex Beregszaszi2017-08-241-2/+2
| | |
| * | Add pure to grammarAlex Beregszaszi2017-08-242-2/+2
| | |
| * | Add pure to ABI specAlex Beregszaszi2017-08-241-1/+1
| | |
| * | Document pure functionsAlex Beregszaszi2017-08-242-3/+25
| | |
| * | Add ABI test for pure functionAlex Beregszaszi2017-08-242-1/+56
| | |
| * | Introduce pure specifier on functionsAlex Beregszaszi2017-08-247-4/+21
|/ /
* | Merge pull request #2794 from nicksavers/patch-2Alex Beregszaszi2017-08-241-1/+1
|\ \ | | | | | | Fix link to Russian version on wiki
| * | Fix link to Russian version on wikiNick Savers2017-08-241-1/+1
| | |
* | | Merge pull request #2781 from ethereum/compiler-flagschriseth2017-08-241-33/+12
|\ \ \ | | | | | | | | WIP: CMake: Better handle -fstack-protector flag support
| * | | CMake: Better handle -fstack-protector flag supportPaweł Bylica2017-08-241-33/+12
| |/ /
* | | Merge pull request #2793 from ethereum/fixZ3Requirementchriseth2017-08-241-3/+13
|\ \ \ | |/ / |/| | Require libz3-dev for ubuntu PPA builds.
| * | Require libz3-dev for ubuntu PPA builds.chriseth2017-08-241-3/+13
|/ /
* | Merge pull request #2770 from ethereum/recursionInAsmchriseth2017-08-248-39/+71
|\ \ | | | | | | Also prevent too much recursion in the assembly parser.
| * | Reduce max recursion depth.chriseth2017-08-221-1/+1
| | |
| * | Check recursion depth in assembly parser.chriseth2017-08-227-40/+46
| | |
| * | Tests for recursion in JULIA.chriseth2017-08-222-0/+26
| | |
* | | Merge pull request #2787 from designium/patch-1chriseth2017-08-241-1/+1
|\ \ \ | | | | | | | | Adding storage into the pointer for Voter delegate
| * | | Adding storage into the pointer for Voter delegateChim Kan2017-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, The example from https://github.com/ethereum/solidity/blob/develop/docs/solidity-by-example.rst is not working. It keeps giving this error in the Mist program: Could not compile source code. Variable is declared as a storage pointer. Use an explicit "storage" keyword to silence this warning. Voter delegate = voters[to]; ^------------^ The solution is just to add the keyword "storage" and then the example works again.
* | | | Merge pull request #2790 from elopio/snap-z3chriseth2017-08-241-1/+1
|\ \ \ \ | | | | | | | | | | Add libz3-dev to the snap build-packages
| * | | | Add libz3-dev to the snap build-packagesLeo Arias2017-08-241-1/+1
| |/ / /
* | | | Merge pull request #2791 from ethereum/cmake-z3chriseth2017-08-241-5/+3
|\ \ \ \ | |/ / / |/| | | CMake: Fix FindZ3
| * | | CMake: Fix FindZ3Paweł Bylica2017-08-241-5/+3
|/ / /
* | | Merge pull request #2538 from ethereum/z3ConditionsAlex Beregszaszi2017-08-2421-52/+1503
|\ \ \ | | | | | | | | z3 conditions
| * | | Review changes.chriseth2017-08-236-26/+27
| | | |
| * | | Changelog entry.chriseth2017-08-231-0/+1
| | | |
| * | | Use experimental feature pragma for SMT checker.chriseth2017-08-232-6/+4
| | | |
| * | | Partial support for if statements.chriseth2017-08-234-16/+128
| | | |
| * | | Format numbers more nicely.chriseth2017-08-232-11/+36
| | | |
| * | | Refactor Z3 read callback.chriseth2017-08-236-133/+46
| | | |
| * | | Rename read file callback.chriseth2017-08-2310-33/+36
| | | |
| * | | Introduce native Z3 support.chriseth2017-08-232-0/+244
| | | |
| * | | Insert abstraction layer.chriseth2017-08-235-148/+225
| | | |
| * | | Prepare build system for Z3.chriseth2017-08-234-25/+57
| | | |
| * | | Cleanup.chriseth2017-08-2310-717/+687
| | | |
| * | | Use file to communicate with z3.chriseth2017-08-235-15/+274
| | | |
| * | | Rewrite using SMTLIB2 interface.chriseth2017-08-234-63/+233
| | | |
| * | | z3 conditionschriseth2017-08-2310-2/+648
| | | |
* | | | Merge pull request #2782 from ethereum/externalTestsAlex Beregszaszi2017-08-242-1/+53
|\ \ \ \ | | | | | | | | | | Add external tests.
| * | | | Keep REPO_ROOT as absolute pathAlex Beregszaszi2017-08-241-1/+1
| | | | |
| * | | | Add external tests.chriseth2017-08-242-0/+52
|/ / / /
* | | | Merge pull request #2783 from ethereum/cmake-dead-codeAlex Beregszaszi2017-08-2410-960/+0
|\ \ \ \ | | | | | | | | | | CMake: Remove unused scripts
| * | | | CMake: Remove unused scriptsPaweł Bylica2017-08-2310-960/+0
| |/ / /
* | | | Merge pull request #2784 from ethereum/cmake-3.0Paweł Bylica2017-08-242-2/+2
|\ \ \ \ | |/ / / |/| | | Fix CMake 3.0 compatibility
| * | | CMake: Explicitly ask for Boost.System libraryPaweł Bylica2017-08-231-1/+1
| | | |
| * | | CMake: Add back compatibility with CMake 3.0Paweł Bylica2017-08-231-1/+1
|/ / /
* | | Merge pull request #2757 from ethereum/cmakeAlex Beregszaszi2017-08-2312-195/+65
|\ \ \ | | | | | | | | Static linking
| * | | docs: Add a note about CMake optionsPaweł Bylica2017-08-231-0/+6
| | | |
| * | | CMake: Cleanup "local" include pathPaweł Bylica2017-08-234-4/+1
| | | |
| * | | CMake: Add option to static link solcPaweł Bylica2017-08-233-2/+16
| | | |
| * | | CMake: Fix linking with pthreadPaweł Bylica2017-08-222-1/+3
| | | |
| * | | CMake: Allow linking Boost dynamicallyPaweł Bylica2017-08-221-1/+1
| | | | | | | | | | | | | | | | Make Boost_USE_STATIC_LIBS an CMake option, ON by default.
| * | | CMake: Remove libsolidity <- boost::regex dependencyPaweł Bylica2017-08-211-1/+1
| | | |
| * | | CMake: Make libs dependencies explicitPaweł Bylica2017-08-213-3/+3
| | | |
| * | | Boost: Use static libsPaweł Bylica2017-08-182-54/+3
| | | |
| * | | CMake: Simplify test tools configPaweł Bylica2017-08-181-22/+5
| | | |
| * | | CMake: Simplify solc configPaweł Bylica2017-08-181-20/+12
| | | |
| * | | CMake: Simplify lllc configPaweł Bylica2017-08-181-11/+2
| | | |
| * | | CMake: Simplify libsolidity configPaweł Bylica2017-08-181-19/+5
| | | |
| * | | CMake: Simplify liblll configPaweł Bylica2017-08-181-15/+5
| | | |
| * | | CMake: Simplify libevmasm configPaweł Bylica2017-08-182-12/+6
| | | |
| * | | CMake: Build static libs by defaultPaweł Bylica2017-08-186-29/+1
| | | |
| * | | CMake: Simplify libdevcore configPaweł Bylica2017-08-171-14/+8
| | | |
* | | | Merge pull request #2656 from ethereum/performance1chriseth2017-08-234-28/+34
|\ \ \ \ | | | | | | | | | | Avoid some Json copy operations.
| * | | | Create children node in ASTJsonConverter when neccesaryAlex Beregszaszi2017-08-211-0/+8
| | | | |
| * | | | Avoid some Json copy operations.chriseth2017-08-214-28/+26
| | | | |
* | | | | Merge pull request #2762 from ethereum/statemutability-viewAlex Beregszaszi2017-08-2314-22/+91
|\ \ \ \ \ | | | | | | | | | | | | Introduce view state-mutability (keep constant as alias)
| * | | | | Document view functionsAlex Beregszaszi2017-08-233-11/+15
| | | | | |
| * | | | | Update tests for viewAlex Beregszaszi2017-08-232-1/+62
| | | | | |
| * | | | | Update grammar with viewAlex Beregszaszi2017-08-231-1/+1
| | | | | |
| * | | | | Introduce view (and keep constant as an alias)Alex Beregszaszi2017-08-238-9/+13
|/ / / / /
* | | | | Merge pull request #2775 from ethereum/coveritychriseth2017-08-226-12/+14
|\ \ \ \ \ | | | | | | | | | | | | Fix some issues found by Coverity
| * | | | | Some smaller issues found by Covertiy ScanAlex Beregszaszi2017-08-224-6/+6
| | | | | |
| * | | | | Switch stream properties back after temporary modificationAlex Beregszaszi2017-08-222-6/+8
| | | | | |
* | | | | | Merge pull request #2776 from ethereum/removeVisitsToAbstractASTNodeAlex Beregszaszi2017-08-227-40/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remove visits to abstract AST class TypeName.
| * | | | | Remove visits to abstract AST class TypeName.chriseth2017-08-227-40/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #2734 from ethereum/reject-create-interfaceAlex Beregszaszi2017-08-224-1/+46
|\ \ \ \ \ | |/ / / / |/| | | | Reject the creation of interface with the new statement
| * | | | Check inheritance specifier arguments for interfaces.chriseth2017-08-222-5/+14
| | | | |
| * | | | Reject the creation of interface with the new statementAlex Beregszaszi2017-08-224-0/+36
| | | | |
* | | | | Merge pull request #2772 from ethereum/cppcheckchriseth2017-08-2235-62/+63
|\ \ \ \ \ | |/ / / / |/| | | | Improvements found by Cppcheck (const/static functions and explicit constructors)
| * | | | Mark a lot of functions static (where possible)Alex Beregszaszi2017-08-227-12/+12
| | | | |
| * | | | Mark appropriate constructors explicitAlex Beregszaszi2017-08-2215-16/+16
| | | | |
| * | | | Make vector+vector template more readableAlex Beregszaszi2017-08-221-1/+2
| | | | |
| * | | | Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-2218-41/+41
| | | | |
| * | | | Set variable to nullptr in ASTPrinterAlex Beregszaszi2017-08-221-1/+1
|/ / / /
* | | | Merge pull request #2773 from ethereum/usingForWithoutLibraryAlex Beregszaszi2017-08-223-1/+17
|\ \ \ \ | |/ / / |/| | | Fix crash related to ``using for`` without a library.
| * | | Fix crash related to ``using for`` without a library.chriseth2017-08-213-1/+17
| | | |
* | | | Merge pull request #2771 from ethereum/unused-includesAlex Beregszaszi2017-08-217-10/+0
|\ \ \ \ | |/ / / |/| | | Remove some unused includes
| * | | Remove some unused includesAlex Beregszaszi2017-08-217-10/+0
| |/ /
* | | Merge pull request #2748 from ethereum/natspecchriseth2017-08-216-58/+59
|\ \ \ | | | | | | | | Remove DocumentationType from natspec
| * | | Remove DocumentationType from natspecAlex Beregszaszi2017-08-166-58/+59
| | | |
* | | | Merge pull request #2763 from ethereum/library-constructorchriseth2017-08-213-1/+15
|\ \ \ \ | | | | | | | | | | Library cannot have constructors
| * \ \ \ Merge branch 'develop' into library-constructorchriseth2017-08-218-6/+47
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2761 from ethereum/grammarchriseth2017-08-213-6/+7
|\ \ \ \ \ | | | | | | | | | | | | Update grammar for statemutability and other missed features
| * | | | | Add missing keywords to documentation lexerAlex Beregszaszi2017-08-171-2/+2
| | | | | |
| * | | | | Allow constant modifier on state variables in grammarAlex Beregszaszi2017-08-171-1/+1
| | | | | |
| * | | | | Update grammar to reflect state mutabilityAlex Beregszaszi2017-08-172-3/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #2769 from ethereum/assemblyNumberLiteralschriseth2017-08-215-0/+40
|\ \ \ \ \ | |/ / / / |/| | | | Be more strict about number literals in assembly.
| * | | | Be more strict about number literals in assembly.chriseth2017-08-215-0/+40
|/ / / /
| * / / Library cannot have constructorsAlex Beregszaszi2017-08-213-0/+14
|/ / /
* | | Merge pull request #2760 from ethereum/disable-circleciAlex Beregszaszi2017-08-171-0/+10
|\ \ \ | | | | | | | | Disable Circle CI builds for now
| * | | Disable Circle CI builds for nowPaweł Bylica2017-08-171-0/+10
|/ / /
* | | Merge pull request #2654 from ethereum/docs-fixedAlex Beregszaszi2017-08-173-4/+6
|\ \ \ | | | | | | | | Update grammar/docs for current fixed point types
| * | | Add proper warning for fixed point typesAlex Beregszaszi2017-08-161-1/+3
| | | |
| * | | Fix the grammar for fixed point typesAlex Beregszaszi2017-08-161-2/+2
| | | |
| * | | Fix ABI for fixed typesAlex Beregszaszi2017-08-161-1/+1
| |/ /