Solidity, the Smart Contract Programming Language
Go to file
Lefteris Karapetsas 00d6c1ac34 Scanner properly scans multiline natspec comments
- Single and multiline natspect comments get the initial whitespace
  skipped now

- Some rules introduced for the multiline comments. If first line is
  empty then no newline is added to the literal. Same thing with the
  last line. Finally in all lines initial '*' are skipped
2014-12-18 15:03:45 +01:00
boostTest.cpp Updated test project to use Boost Test 2014-03-19 00:35:16 -04:00
CMakeLists.txt fixed msvc not expanding macros correctly 2014-12-17 16:47:22 +01:00
createRandomTest.cpp VMFactory - a new way of creating VMs 2014-12-10 17:41:53 +01:00
crypto.cpp fix for windows compliation (circular dependency between statics initialized dynamically and dynamically initialized statics) 2014-12-09 18:52:04 +01:00
dagger.cpp Move Dagger to ProofOfWork and refactor in preparation for ARPoW. 2014-10-12 20:57:25 +02:00
fork.cpp Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
genesis.cpp update to the correct file name 2014-12-14 21:57:38 +08:00
hexPrefix.cpp update to the correct file name 2014-12-14 21:57:38 +08:00
jsonrpc.cpp Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build_enhancement 2014-12-12 23:42:28 +01:00
main.cpp Clean up and organize tests + state class tests 2014-11-03 16:33:02 +01:00
MemTrie.cpp PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' 2014-10-27 14:13:16 +01:00
MemTrie.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 2014-09-05 18:24:29 +02:00
network.cpp Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
peer.cpp Beginning of merge into AZ. 2014-09-11 13:27:15 +02:00
randomTestFiller.json Added random test creater 2014-10-14 13:22:49 +02:00
rlp.cpp Clean up and organize tests + state class tests 2014-11-03 16:33:02 +01:00
solidityCompiler.cpp fixed msvc not expanding macros correctly 2014-12-17 16:47:22 +01:00
solidityEndToEndTest.cpp Merge pull request #623 from chriseth/sol_constructorChecks 2014-12-17 15:18:49 +01:00
solidityExecutionFramework.h Beginnings of cleaning up the Executive/State code. 2014-12-12 15:53:57 +01:00
solidityExpressionCompiler.cpp fixed msvc not expanding macros correctly 2014-12-17 16:47:22 +01:00
solidityJSONInterfaceTest.cpp msvc changes in tests, but tests not yet working there 2014-12-09 00:58:02 +01:00
solidityNameAndTypeResolution.cpp Fix: Resolve function types of all contracts before checking types inside functions. 2014-12-16 23:49:02 +01:00
solidityNatspecJSON.cpp Merge branch 'macox_fixes' into build_enhancement 2014-12-11 12:08:51 +01:00
solidityOptimizerTest.cpp Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants 2014-12-12 17:22:45 +01:00
solidityParser.cpp Minor issues, grammar update, new ForStatement test 2014-12-17 00:03:30 +01:00
solidityScanner.cpp Scanner properly scans multiline natspec comments 2014-12-18 15:03:45 +01:00
state.cpp style 2014-12-18 09:50:45 +01:00
stateOriginal.cpp Update transactions, style fix 2014-11-05 18:30:38 +01:00
stExampleFiller.json added logs to state tests 2014-12-01 22:41:16 +01:00
stInitCodeTestFiller.json Init code test filler 2014-12-13 18:55:25 +03:00
stLogTestsFiller.json state log tests 2014-12-05 19:26:32 +01:00
stPreCompiledContractsFiller.json fix stackoverflow in calldataload, codecopy, extcodecopy + some tests 2014-12-05 20:11:34 +01:00
stRecursiveCreateFiller.json Added recursive create test + lesser output for safe VM exceptions 2014-12-12 22:16:51 +01:00
stRefundTestFiller.json more refund tests 2014-12-18 09:48:14 +01:00
stSpecialTestFiller.json add make money test 2014-11-19 18:39:53 +01:00
stSystemOperationsTestFiller.json state log tests 2014-12-05 19:26:32 +01:00
stTransactionTestFiller.json Transaction Test Filler 2014-12-15 23:50:43 +03:00
TestHelper.cpp Fixes for windows? 2014-12-13 21:40:04 +01:00
TestHelper.h state log tests 2014-12-05 19:26:32 +01:00
trie.cpp Beginnings of cleaning up the Executive/State code. 2014-12-12 15:53:57 +01:00
TrieHash.cpp PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' 2014-10-27 14:13:16 +01:00
TrieHash.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 2014-09-05 18:24:29 +02:00
txTest.cpp Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
vm.cpp append JSON objects to log 2014-12-16 14:28:28 -05:00
vm.h using json_spirit 2014-12-16 14:28:28 -05:00
vmArithmeticTestFiller.json merge 2014-11-10 22:51:10 +01:00
vmBitwiseLogicOperationTestFiller.json Update tests to latest protocol changes (PoC7) 2014-11-04 13:36:29 +01:00
vmBlockInfoTestFiller.json Added more vm tests 2014-09-25 11:18:32 +02:00
vmEnvironmentalInfoTestFiller.json fix stackoverflow in calldataload, codecopy, extcodecopy + some tests 2014-12-05 20:11:34 +01:00
vmIOandFlowOperationsTestFiller.json Changed name of some tests 2014-11-19 10:55:36 +01:00
vmLogTestFiller.json state log tests 2014-12-05 19:26:32 +01:00
vmPushDupSwapTestFiller.json new push32 test and renaming 2014-11-19 10:55:36 +01:00
vmSha3TestFiller.json Update transactions, style fix 2014-11-05 18:30:38 +01:00
vmSystemOperationsTestFiller.json Added new recursive bombs to vm tests 2014-10-23 16:07:13 +02:00
vmtestsFiller.json Added more vm tests 2014-09-25 11:18:32 +02:00
webthreestubclient.h Merge branch 'develop' into mk_jsonrpc_upgrade 2014-11-18 16:37:24 +01:00
whisperTopic.cpp Beginnings of cleaning up the Executive/State code. 2014-12-12 15:53:57 +01:00