# $FreeBSD$ # SUBDIR += 4va SUBDIR += Cgraph SUBDIR += EZWGL SUBDIR += GIFgraph SUBDIR += Hermes SUBDIR += ImageMagick SUBDIR += Mesa3 SUBDIR += aalib SUBDIR += aero SUBDIR += aview SUBDIR += camediaplay SUBDIR += cqcam SUBDIR += dc20ctrl SUBDIR += dc20pack SUBDIR += dc3play SUBDIR += dia SUBDIR += dore SUBDIR += electriceyes SUBDIR += enfle SUBDIR += eog SUBDIR += epstool SUBDIR += eterm-bg SUBDIR += fbm SUBDIR += flashplayer SUBDIR += fli2gif SUBDIR += fly SUBDIR += fnlib SUBDIR += fujiplay SUBDIR += fxtv SUBDIR += g2 SUBDIR += gd SUBDIR += gdk-pixbuf SUBDIR += geomview SUBDIR += gfont SUBDIR += gif2png SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += giftrans SUBDIR += gimp-manual-html SUBDIR += gimp-manual-pdf SUBDIR += gimp-manual-ps SUBDIR += gimp1 SUBDIR += gimp1-i18n SUBDIR += giram SUBDIR += glx SUBDIR += gphoto SUBDIR += gplot SUBDIR += gqview SUBDIR += gracula SUBDIR += graphviz SUBDIR += gridpix SUBDIR += gtkdps SUBDIR += gtkfig SUBDIR += gtkgraph SUBDIR += gtksee SUBDIR += gview SUBDIR += gxanim SUBDIR += gyvefigs SUBDIR += gyvegui SUBDIR += gyvekernel SUBDIR += hdf SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hpscan SUBDIR += icod SUBDIR += imlib SUBDIR += jbigkit SUBDIR += jgraph SUBDIR += jgv SUBDIR += jpeg SUBDIR += kdegraphics11 SUBDIR += kdegraphics11-i18n SUBDIR += killustrator SUBDIR += kplot3d SUBDIR += lfview SUBDIR += libimg SUBDIR += libwmf SUBDIR += linux_glx SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play SUBDIR += mpeg_encode SUBDIR += mpeg_play SUBDIR += mpeg_stat SUBDIR += mpegedit SUBDIR += mplex SUBDIR += netpbm SUBDIR += netshow SUBDIR += opendx SUBDIR += opendx-samples SUBDIR += opengl-man SUBDIR += p5-GD SUBDIR += p5-Image-Size SUBDIR += p5-chart SUBDIR += pgperl SUBDIR += pgplot SUBDIR += photopc SUBDIR += pixmap SUBDIR += plotmtv SUBDIR += plotutils SUBDIR += png SUBDIR += png2html SUBDIR += pnmtopng SUBDIR += povray SUBDIR += povray31 SUBDIR += ppm2fli SUBDIR += pstoedit SUBDIR += py-imaging SUBDIR += py-imaging-handbook SUBDIR += py-opengl SUBDIR += qcread SUBDIR += qiv SUBDIR += qvplay SUBDIR += rayshade SUBDIR += sane SUBDIR += sced SUBDIR += scwm-icons SUBDIR += sketch SUBDIR += spigot SUBDIR += splitmpg SUBDIR += stamp SUBDIR += tgd SUBDIR += tgif SUBDIR += tgif-nls SUBDIR += tiff SUBDIR += tifmerge SUBDIR += tkxanim SUBDIR += togl SUBDIR += txtmerge SUBDIR += urt SUBDIR += vcg SUBDIR += whirlgif SUBDIR += wmicons SUBDIR += xanim SUBDIR += xaos SUBDIR += xbm2gif SUBDIR += xbmbrowser SUBDIR += xdgagrab SUBDIR += xdl SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmagv SUBDIR += xmandel SUBDIR += xmfract SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpm SUBDIR += xpx SUBDIR += xsane SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick .include lass='commitgraph'>* Upgrade solidity-parser-entlr 0.2.11 => 0.2.12Leonid Logvinov2018-06-132-4/+4 * Fix import orderLeonid Logvinov2018-06-121-1/+1 * Merge pull request #689 from 0xProject/geth-increase-startup-tx-delayLeonid Logvinov2018-06-121-2/+2 |\ | * Increase delay when sending transactions during devnet startupAlex Browne2018-06-121-2/+2 * | Merge pull request #687 from 0xProject/feature/metacoin-docsLeonid Logvinov2018-06-126-13/+194 |\ \ | * | Fix typosLeonid Logvinov2018-06-124-10/+11 | * | Fix linter issuesLeonid Logvinov2018-06-122-2/+2 | * | Add profiler and geth tests to metacoinLeonid Logvinov2018-06-126-14/+194 * | | Merge pull request #688 from 0xProject/feature/await-transaction-speedupLeonid Logvinov2018-06-1219-150/+874 |\ \ \ | * | | Add note to web3-wrapper CHANGELOG.jsonAlex Browne2018-06-121-0/+5 | * | | Speedup awaitTransactionMinedAsync and reduce polling interval in contracts t...Alex Browne2018-06-1218-150/+869 | | |/ | |/| * | | Merge pull request #690 from 0xProject/feature/truffle-sol-cov-fixesLeonid Logvinov2018-06-124-7/+21 |\ \ \ | |/ / |/| | | * | Add CHANGELOGsLeonid Logvinov2018-06-121-0/+12 | * | Speed-up sol-covLeonid Logvinov2018-06-121-2/+2 | * | Don't throw when no config file is foundLeonid Logvinov2018-06-121-4/+6 | * | Fix solidityVersion schema regexLeonid Logvinov2018-06-121-1/+1 | |/ * | Merge pull request #684 from 0xProject/fix/contract-wrappers/exchangeTransfer...Fabio Berger2018-06-1288-155/+977 |\ \ | |/ |/| | * Stop exporting ArtifactWriterFabio Berger2018-06-122-5/+0 | * Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-1266-113/+104 | * Fix linter exclude ruleFabio Berger2018-06-121-1/+1 | * Validate all signature types rather then only ECSignaturesFabio Berger2018-06-121-4/+12 | * Store the instantiated OrderValidationUtilsFabio Berger2018-06-121-2/+2 | * Remove global hooks from tests and deploy contracts from within the specific ...Fabio Berger2018-06-122-54/+32 | * Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulatorFabio Berger2018-06-1244-481/+869 | |\ | * | Fix tslint issuesFabio Berger2018-06-125-8/+5 | * | Add back artifacts fileFabio Berger2018-06-121-0/+13 | * | Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utilsFabio Berger2018-06-1216-18/+786 | * | export parseECSignature methodFabio Berger2018-06-122-0/+8 | * | Export ArtifactWriter from migrations packageFabio Berger2018-06-122-0/+9 | * | Remove unused artifact fileFabio Berger2018-06-121-13/+0 | * | Pass in generated contract wrapper to orderValidationUtils at instantiationFabio Berger2018-06-111-10/+25 | * | Refactor orderValidationUtils to use the generated contract wrapper instead o...Fabio Berger2018-06-111-7/+11 | * | Refactor ExchangeTransferSimulator public interface to accet an AbstractBalan...Fabio Berger2018-06-116-19/+71 * | | Add EmitStatement to ASTVisitorLeonid Logvinov2018-06-121-0/+3 | |/ |/| * | Merge pull request #675 from 0xProject/feature/sol-cov-gethLeonid Logvinov2018-06-1243-479/+870 |\ \ | |/ |/| | * Fix a bug in SolCompilerArtifacts adapter config overridingLeonid Logvinov2018-06-121-2/+2 | * Increase timeout for contract migrationsLeonid Logvinov2018-06-092-2/+2 | * Remove some copy-paste codeLeonid Logvinov2018-06-091-36/+6 | * Await transactions in migrationsLeonid Logvinov2018-06-091-35/+46 | * Fix typosLeonid Logvinov2018-06-095-7/+23 | * Await transactions in migrationsLeonid Logvinov2018-06-091-4/+12 | * Await fake transactionsLeonid Logvinov2018-06-091-4/+4 | * Fix a typoLeonid Logvinov2018-06-091-1/+1 | * Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-0940-439/+825 |/ * Merge pull request #627 from 0xProject/feature/contracts/erc721SafeTransferFromGreg Hysen2018-06-0945-429/+1641 |\ | * Linter changes to contractsGreg Hysen2018-06-094-21/+6 | * Fixed assetProxyUtils for linterGreg Hysen2018-06-091-2/+2 | * Updated LibBytes error messagesGreg Hysen2018-06-083-28/+36 | * Cleanup after last rebaseGreg Hysen2018-06-085-8/+7 | * Updated tests to use new revert handlerGreg Hysen2018-06-082-13/+13 | * Minor fixes after rebaseGreg Hysen2018-06-083-753/+11 | * Camelcase in memCopyGreg Hysen2018-06-085-25/+25 | * Moved some constants to global scope in assetProxyUtilsGreg Hysen2018-06-081-18/+26 | * Style updates to contractsGreg Hysen2018-06-087-28/+23 | * Union types for generalized decodeAssetDataGreg Hysen2018-06-083-21/+6 | * Fixed a styling throughout contracts. Moved closing parenthesis for long list...Greg Hysen2018-06-088-31/+62 | * Removed setting makerAssetData/takerAssetData from tests where values are sam...Greg Hysen2018-06-081-34/+0 | * Fixed merge error when rebasing wrt length variable in asset data decodersGreg Hysen2018-06-082-4/+4 | * Style updates to ERC721 onReceiverGreg Hysen2018-06-087-16/+27 | * Fixed after rebaseGreg Hysen2018-06-083-5/+5 | * Fixes after rebasingGreg Hysen2018-06-086-49/+54 | * updated migrations artifactsGreg Hysen2018-06-081-1/+735 | * Fixed up after rebasing. Contracts build and tests passGreg Hysen2018-06-088-53/+34 | * Style audit for proxies + libmem + libbytesGreg Hysen2018-06-088-50/+72 | * Style audit proxiesGreg Hysen2018-06-083-20/+64 | * Call safeTransferFrom only when there is receiver data presentGreg Hysen2018-06-083-13/+20 | * Fixed formatting in memory layoutGreg Hysen2018-06-081-6/+6 | * Resolved edge case in Memcpy where where send would eventually turn "negative...Greg Hysen2018-06-082-144/+154 | * Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T...Greg Hysen2018-06-089-95/+64 | * Converged on naming scheme for asset data: renamed all instances of assetMeta...Greg Hysen2018-06-0823-323/+290 | * proxyData -> assetDataGreg Hysen2018-06-082-12/+12 | * Implement memcpy using masking and end-aligned wordsRemco Bloemen2018-06-081-59/+85 | * Add tests for word loop iterationRemco Bloemen2018-06-081-2/+6 | * Add test for zero-size overlapRemco Bloemen2018-06-081-1/+3 | * Add test casesRemco Bloemen2018-06-081-17/+133 | * Cleanup test scriptRemco Bloemen2018-06-081-16/+1 | * Convert Solidity tests to vectorsRemco Bloemen2018-06-082-232/+6 | * Generate tests from vectorsRemco Bloemen2018-06-082-5/+64 | * Tests for writing bytes to nested bytesGreg Hysen2018-06-081-9/+91 | * Fixed up wording in memcpyGreg Hysen2018-06-081-3/+3 | * Tons of tests around nested byte arrays and ERC721 receiverGreg Hysen2018-06-086-32/+223 | * Test for onReceived erc721 callbackGreg Hysen2018-06-086-5/+126 | * LibAssetProxyDecoder testsGreg Hysen2018-06-083-35/+70 | * Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-088-2/+216 | * Tests for libMemGreg Hysen2018-06-085-16/+80 | * LibMem + TestLibMem + LibAssetProxyDecoder + DummyERC721ReceiverGreg Hysen2018-06-088-27/+581 * | Merge pull request #674 from 0xProject/feature/geth-test-ciAlex Browne2018-06-092-19/+24 |\ \ | |/ |/| | * Run contracts tests against Geth in CIAlex Browne2018-06-082-19/+24 |/ * Merge pull request #679 from 0xProject/fix/await-transactionsLeonid Logvinov2018-06-082-23/+53 |\ | * Add missing awaitTransactionSuccessAsync callsAlex Browne2018-06-082-23/+53 |/ * Merge pull request #671 from 0xProject/refactor/move-spawn-switch-to-utilsFabio Berger2018-06-0813-25/+24 |\ | * Fix linter issueFabio Berger2018-06-081-1/+0 | * Fix linter issueFabio Berger2018-06-081-1/+0 | * Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-0849-290/+301 | |\ | |/ |/| * | Merge pull request #678 from 0xProject/fix/order-utils/remaining-v2-changesFabio Berger2018-06-087-206/+206 |\ \ | * | Fix tslint failureFabio Berger2018-06-085-10/+11 | * | Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-083-45/+26 | * | Revert to returning orderState on invalid orderFabio Berger2018-06-081-1/+6 | * | - Refactor remainingFillableCalculator so it can be used for the maker and ta...Fabio Berger2018-06-082-141/+162 | * | Update naming in orderStateUtils to use asset over token, also removed cancel...Fabio Berger2018-06-083-48/+40 * | | Merge pull request #670 from 0xProject/fix/generated-nestingFabio Berger2018-06-0827-66/+69 |\ \ \ | * | | Fix tslint issuesFabio Berger2018-06-082-2/+2 | * | | Fix missing pathsFabio Berger2018-06-083-7/+7 | * | | Fixed pathFabio Berger2018-06-074-12/+12 | * | | merge v2-prototypeFabio Berger2018-06-07292-2404/+2725 | |\| | | * | | move generated contract wrappers from `contract_wrappers/generated/` to `gene...Fabio Berger2018-06-0627-67/+70 * | | | Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-0818-18/+26 |\ \ \ \ | |_|/ / |/| | | | * | | Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-0718-18/+26 | | | * Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-07291-2388/+2711 | | | |\ | |_|_|/ |/| | | * | | | Merge pull request #673 from mohoff/patch-1Fabio Berger2018-06-071-1/+1 |\ \ \ \ | * | | | typomohoff2018-06-071-1/+1 * | | | | Merge pull request #662 from 0xProject/feature/improve-lintingFrancesco Agosti2018-06-07244-1464/+989 |\ \ \ \ \ | |_|/ / / |/| | | | | * | | | Run prettierfragosti2018-06-078-27/+13 | * | | | Remove unused variablefragosti2018-06-071-1/+0 | * | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-079-39/+102 | |\ \ \ \ | |/ / / / |/| | | | * | | | | Merge pull request #672 from 0xProject/feature/website/account-management-polishBrandon Millman2018-06-079-39/+102 |\ \ \ \ \ | |_|/ / / |/| | | | | * | | | Change shouldRenderHeader prop to shouldHideHeaderBrandon Millman2018-06-075-13/+13 | * | | | Fix undefined ether balanceBrandon Millman2018-06-063-9/+13 | * | | | Make scrollability a prop on TradeHistoryBrandon Millman2018-06-062-3/+10 | * | | | Fix EthWrappers background colorBrandon Millman2018-06-061-2/+2 | * | | | Update GenerateOrderForm and FillOrder componentsBrandon Millman2018-06-064-6/+34 | * | | | Update EthWrappers componentBrandon Millman2018-06-062-1/+7 | * | | | Update TradeHistory componentBrandon Millman2018-06-062-3/+16 | * | | | Hide action column on mainnetBrandon Millman2018-06-061-13/+14 | * | | | Fix TokenBalances background colorBrandon Millman2018-06-061-1/+1 | * | | | Add isFullWidth prop to TokenBalances componentBrandon Millman2018-06-062-1/+5 | | * | | Fix linting issuesfragosti2018-06-074-6/+3 | | * | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-0761-293/+1024 | | |\ \ \ | |_|/ / / |/| | | | * | | | | Merge pull request #622 from 0xProject/geth-devnet-rebase-on-v2Alex Browne2018-06-0746-872/+1402 |\ \ \ \ \ | * | | | | Apply prettierAlex Browne2018-06-072-3/+10 | * | | | | Update contracts tests after rebaseAlex Browne2018-06-072-14/+14 | * | | | | Apply various fixes based on PR feedbackAlex Browne2018-06-075-20/+79 | * | | | | Document debug_increaseTime method and fix typo in devnet READMEAlex Browne2018-06-071-1/+36 | * | | | | Use an enum for ProviderType in contracts/src/utils/web3_wrapperAlex Browne2018-06-071-4/+21 | * | | | | Update contracts package READMEAlex Browne2018-06-071-0/+9 | * | | | | Update relevant changelogsAlex Browne2018-06-072-0/+30 | * | | | | Remove global gas estimate bufferAlex Browne2018-06-071-5/+1 | * | | | | Add Async suffix to relevant assertionsAlex Browne2018-06-0714-112/+112 | * | | | | Fix linter errorsAlex Browne2018-06-073-8/+38 | * | | | | Update package.json and yarn.lockAlex Browne2018-06-072-7/+77 | * | | | | Update more things to work with both Geth and GanacheAlex Browne2018-06-076-50/+64 | * | | | | Small fixes and cleanupAlex Browne2018-06-076-55/+5 | * | | | | Add additional gas to calls to fillOrderNoThrowAlex Browne2018-06-073-152/+55 | * | | | | Remove extra logs and other small fixesAlex Browne2018-06-074-19/+14 | * | | | | Throw in web3-wrapper when rawCallResult is '0x'Alex Browne2018-06-074-6/+20 | * | | | | Remove outdated todoAlex Browne2018-06-071-4/+0 | * | | | | Fix some more test cases, especially those that call increaseTimeAlex Browne2018-06-074-55/+84 | * | | | | Add support for TEST_PROVIDER env varAlex Browne2018-06-072-5/+6 | * | | | | Update more tests to pass on GethAlex Browne2018-06-074-21/+29 | * | | | | Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-075-135/+43 | * | | | | Add ability to quickly switch between Geth and Ganache by changing a constAlex Browne2018-06-072-4/+23 | * | | | | Update exchange/transactions tests for Geth error messagesAlex Browne2018-06-071-4/+4 | * | | | | Fix ethers.js version override (the package is just called 'ethers')Alex Browne2018-06-072-17/+2 | * | | | | Use our fork of ethers.jsAlex Browne2018-06-072-1/+17 | * | | | | Update some tests after rebaseAlex Browne2018-06-073-20/+29 | * | | | | Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-07