Commit Graph
4524 Commits
Author SHA1 Message Date
RJ Catalano 42c4339404 updated attempt, a couple of more things to sort through and change 2015-12-15 10:57:57 -06:00
chriseth 591a4f1ff4 Merge pull request #288 from chriseth/import_contexts
Do not clutter importee when importing.
2015-12-15 11:43:59 +01:00
chriseth 53da78e609 Style. 2015-12-15 09:57:05 +01:00
RJ 84e2d7f456 Merge pull request #1 from ethereum/develop
Update stuff
2015-12-14 17:43:22 -06:00
RJ Catalano 574e48b0b5 Inline array declarations complete 2015-12-14 17:40:35 -06:00
chriseth 01d3417d5f Add -EVMJIT=0 2015-12-14 18:09:50 +01:00
chriseth 98684cca90 Merge pull request #299 from chriseth/documentPrivate
Note about private note being invisible.
2015-12-14 17:53:15 +01:00
chriseth 5622011bc5 Note about private note being invisible. 2015-12-14 16:22:52 +01:00
chriseth e7098958d0 Merge pull request #296 from chriseth/solidityHighlighting
Pygments highlighting rules for Solidity.
2015-12-10 17:31:28 +01:00
chriseth c7ec85754a Pygments highlighting rules for Solidity. 2015-12-10 17:30:33 +01:00
chriseth 251e7aa462 Merge pull request #289 from chriseth/fix_base_constructor_params
Fix: Type checker crash for wrong number of base constructor arguments.
2015-12-10 15:48:48 +01:00
chriseth 08cb74a1de Merge pull request #290 from chriseth/fix_gas_iterator
Fix: Segfaults connected to paramater types.
2015-12-10 15:47:35 +01:00
chriseth ca10971291 Merge pull request #293 from chriseth/doc_index
Documentation index page and build instructions.
2015-12-10 15:47:18 +01:00
chriseth 19b10460d1 Merge pull request #294 from chriseth/newfaq
Overflow check.
2015-12-10 15:47:09 +01:00
chriseth 349c4247e8 Merge pull request #295 from chriseth/removedocker
Removed obsolete Dockerfile.
2015-12-10 15:47:01 +01:00
chriseth 7dccca5ca9 Removed obsolete dockerfile. 2015-12-10 13:03:08 +01:00
chriseth 9fd7200847 Overflow check. 2015-12-10 12:34:46 +01:00
chriseth 3ce73e0bd3 Added build guide. 2015-12-10 12:22:53 +01:00
chriseth b344bbac5d Improved index page. 2015-12-10 11:36:27 +01:00
RJ 8223abaf20 Update for_Ze_Devs.md 2015-12-09 20:45:17 -06:00
RJ 2385f2ffbc Update for_Ze_Devs.md 2015-12-09 14:04:06 -06:00
RJ dfea21209e Update for_Ze_Devs.md 2015-12-09 13:57:05 -06:00
RJ 1f1b180d94 Create for_Ze_Devs.md
tentative means to get a dev environment set up for the compiler on OS X
2015-12-09 13:54:26 -06:00
chriseth f8228e8ab1 Relative paths in import directives. 2015-12-09 19:21:02 +01:00
chriseth 7cb7818cea Source units are independent scopes. 2015-12-09 19:09:24 +01:00
chriseth 39f57a9c71 Fix: Segfaults connected to paramater types.
parameterTypes does not return by const reference anymore.
2015-12-09 17:57:34 +01:00
chriseth f5b184323d Fix: Type checker crash for wrong number of base constructor arguments. 2015-12-09 17:37:19 +01:00
chriseth e510e7e792 Bugfix concerning pointers to moved data. 2015-12-08 12:41:24 +01:00
chriseth 15a1468c3f Merge pull request #286 from ethereum/readme
Change doc link.
2015-12-07 23:40:38 +01:00
chriseth 10504165ea Update README.md 2015-12-07 23:40:12 +01:00
chriseth b75b0a3739 Merge pull request #285 from chriseth/docs
PDFs and some lost changes.
2015-12-07 23:36:34 +01:00
chriseth 92c789a89c Added some lost changes. 2015-12-07 23:35:39 +01:00
chriseth 99bb8a9740 Add pdf config. 2015-12-07 23:35:39 +01:00
chriseth 401c694b85 Merge pull request #282 from chriseth/docs
Imported documentation.
2015-12-07 22:36:43 +01:00
chriseth 64fa9ca478 Imported documentation. 2015-12-07 22:35:51 +01:00
chriseth ba8bc4565a Merge pull request #279 from doublethinkco/develop
Fix a "Solidity::solidity" dependency edge in the CMake file for soltest
2015-12-06 12:40:37 +01:00
Bob Summerwill 942666bce9 Fix a "Solidity::solidity" dependency edge in the CMake file for soltest, which got missed in the previous PR.
This change resolves an inconsistency which was discovered in the automated dependency graph generation.
softest was being declared as dependent on the Solidity module, not on just libsolidity, as it should be.
2015-12-05 19:15:53 -08:00
Lefteris Karapetsas 02e4aa94ff Merge pull request #274 from doublethinkco/cmake_fixes
Corrected case for Solidity library entry in CMake file.
2015-12-04 13:09:45 +01:00
Bob Summerwill 22c22d249c Merge pull request #1 from LefterisJP/cmake_fixes
Fix the build - library is not a module
2015-12-04 03:56:17 -08:00
Lefteris Karapetsas 40cfcd40d7 Fix the build - library is not a module
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.
2015-12-04 10:11:09 +01:00
Bob Summerwill 2a49857ff9 Alternative case-consistency fix for libsolidity. Just using fully-qualified scoped name in eh_use instead. 2015-12-03 10:15:27 -08:00
Bob Summerwill d15e9a172d Corrected case for Solidity library entry in CMake file. 2015-12-03 00:17:35 -08:00
chriseth 4dc2445edd Merge pull request #265 from chriseth/version
Increment version to 0.2.0 (includes breaking changes).
v0.2.0
2015-12-01 16:20:49 +01:00
chriseth 8342424815 Increment version to 0.2.0 (includes breaking changes). 2015-12-01 16:06:14 +01:00
chriseth d909f3a57b Merge pull request #262 from chriseth/bind_codegeneration
Code generation for bound methods
2015-12-01 14:07:33 +01:00
chriseth 7f415da886 Code generation for calling bound methods. 2015-12-01 12:35:34 +01:00
chriseth e853eb22fa Merge pull request #261 from chriseth/dataloc
Bugfix for explicit memory types in libraries.
2015-12-01 12:15:17 +01:00
chriseth 8cbe99fd1f Merge pull request #260 from chriseth/stackrotation
Simplify and optimise stack rotation.
2015-11-30 20:40:41 +01:00
chriseth 7e3bf833ae Bugfix for explicit memory types in libraries. 2015-11-30 19:46:26 +01:00
chriseth 35b310cfaf Simplify and optimise stack rotation. 2015-11-30 18:50:47 +01:00