Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash for input from stdin. | chriseth | 2016-06-15 | 1 | -1/+2 |
| | |||||
* | Allow remappings to change depending on the context. | chriseth | 2016-06-09 | 3 | -73/+46 |
| | |||||
* | much better and simpler way of handling this | VoR0220 | 2016-05-14 | 1 | -1/+8 |
| | |||||
* | wrap solc add_executable | rainbeam | 2016-05-01 | 1 | -1/+1 |
| | | | | Allows static linking. | ||||
* | Source location for inline assembly. | chriseth | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Make solidity independent from ethcore. | chriseth | 2016-04-07 | 2 | -5/+5 |
| | |||||
* | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 2 | -4/+4 |
| | |||||
* | move libevmcore to solidity | Dimitry | 2016-04-02 | 2 | -2/+2 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 2 | -12/+29 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 3 | -10/+60 |
| | |||||
* | BREAKING: Implement delegatecall and make default for library calls. | chriseth | 2016-03-12 | 1 | -1/+1 |
| | |||||
* | Only allow including from allowed directories. | chriseth | 2016-01-30 | 2 | -9/+36 |
| | |||||
* | Merge pull request #370 from chriseth/redirects | chriseth | 2016-01-29 | 2 | -32/+77 |
|\ | | | | | Path remappings for solc. | ||||
| * | Provide remappings for solc. | chriseth | 2016-01-26 | 2 | -32/+77 |
| | | |||||
* | | Read files via callback. | chriseth | 2016-01-27 | 2 | -6/+42 |
|/ | |||||
* | Autoload files in solc. | chriseth | 2016-01-12 | 1 | -1/+12 |
| | |||||
* | Merge pull request #290 from chriseth/fix_gas_iterator | chriseth | 2015-12-10 | 2 | -6/+6 |
|\ | | | | | Fix: Segfaults connected to paramater types. | ||||
| * | Fix: Segfaults connected to paramater types. | chriseth | 2015-12-10 | 2 | -6/+6 |
| | | | | | | | | parameterTypes does not return by const reference anymore. | ||||
* | | Removed obsolete dockerfile. | chriseth | 2015-12-10 | 1 | -70/+0 |
|/ | |||||
* | Fix the build - library is not a module | Lefteris Karapetsas | 2015-12-04 | 1 | -1/+1 |
| | | | | | | The Module::Object rule is something only eth_use() and friends can understand. target_link_libraries() on the other hand needs only the actual library object to link to. | ||||
* | Alternative case-consistency fix for libsolidity. Just using ↵ | Bob Summerwill | 2015-12-04 | 1 | -3/+3 |
| | | | | fully-qualified scoped name in eh_use instead. | ||||
* | Fix up for new API from EIP-1.1. | Gav Wood | 2015-11-21 | 2 | -5/+5 |
| | |||||
* | Preliminary why3 code output. | chriseth | 2015-10-27 | 2 | -25/+48 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 3 | -20/+20 |
| | |||||
* | Do not forget to export the new symbol. | chriseth | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | Style. | chriseth | 2015-10-16 | 1 | -5/+5 |
| | |||||
* | Multiple sources for json compiler. | chriseth | 2015-10-16 | 1 | -9/+45 |
| | |||||
* | fixed new tests | LianaHus | 2015-10-15 | 1 | -1/+4 |
| | |||||
* | errors instead of exceptions | LianaHus | 2015-10-15 | 1 | -1/+1 |
| | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 2 | -31/+8 |
| | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | Support warnings. | chriseth | 2015-10-03 | 1 | -25/+29 |
| | |||||
* | -fixed the warning printing | LianaHus | 2015-10-02 | 1 | -9/+8 |
| | | | | -style fixes | ||||
* | -added warning case to cl compiler | LianaHus | 2015-10-02 | 1 | -1/+5 |
| | | | | -modified warning msg | ||||
* | Merge pull request #89 from chriseth/fixCombinedJson | chriseth | 2015-09-23 | 1 | -2/+6 |
|\ | | | | | Fix "combined json" output. | ||||
| * | Fix "combined json" output. | chriseth | 2015-09-23 | 1 | -2/+6 |
| | | |||||
* | | Error formatting. | chriseth | 2015-09-22 | 2 | -15/+26 |
|/ | |||||
* | Merge pull request #79 from arkpar/cmake | Marek Kotewicz | 2015-09-17 | 1 | -1/+1 |
|\ | | | | | Per project versioning | ||||
| * | per project versioning | arkpar | 2015-09-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #75 from chriseth/exportRuntimeBytecodeForJson | chriseth | 2015-09-15 | 1 | -0/+6 |
|\ \ | | | | | | | Export runtime bytecode and version. | ||||
| * | | Export runtime bytecode and version. | chriseth | 2015-09-15 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #73 from chriseth/emscripten | Arkadiy Paronyan | 2015-09-15 | 1 | -2/+8 |
|\| | | | | | | | | Changes required to compile on emscripten target. | ||||
| * | | Changes required to compile on emscripten target. | chriseth | 2015-09-15 | 1 | -2/+8 |
| |/ | |||||
* / | Commandline interface for the linker. | chriseth | 2015-09-12 | 2 | -2/+128 |
|/ | |||||
* | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 2 | -15/+15 |
| | |||||
* | Merge pull request #41 from LianaHus/sol_rename_getters | chriseth | 2015-09-08 | 2 | -60/+60 |
|\ | | | | | solidity interface changes. removing get prefix | ||||
| * | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 2 | -7/+7 |
| | | | | | | | | - style fixes | ||||
| * | renamed getter functions | LianaHus | 2015-09-08 | 2 | -60/+60 |
| | | |||||
* | | changes required to compile solidity in a single project | debris | 2015-09-01 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #27 from LianaHus/sol_runtime_binary_by_-solc | Gav Wood | 2015-08-28 | 1 | -1/+14 |
|\ | | | | | added option to solc to output runtime part of the contract | ||||
| * | added option to solc to output runtimr part of the contract | LianaHus | 2015-08-24 | 1 | -1/+14 |
| | | |||||
* | | client refactor | debris | 2015-08-27 | 1 | -6/+1 |
| | | |||||
* | | Refactoreed CMakeLists for new module system | arkpar | 2015-08-24 | 1 | -3/+2 |
|/ | |||||
* | More information for help screen, some fixes for argument parsing. | chriseth | 2015-08-20 | 2 | -76/+86 |
| | |||||
* | Moved solc files. | chriseth | 2015-08-19 | 6 | -0/+1039 |