summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Add USE_SYSTEM_GTEST option, to use system copy of GTest (#1109)Ian Douglas Scott2019-07-151-15/+20
* Add tests for option-parser (#1096)Ben Smith2019-06-241-0/+1
* Fix up CMake warning (#1081)Bill Ticehurst2019-05-161-4/+4
* Rewrite the lexer manually, instead of re2c (#1058)Ben Smith2019-04-031-17/+1
* Provide better error when `file` fails (#1050)Ben Smith2019-03-251-1/+1
* Only look for python when building tests (#993)Ben Smith2019-01-091-14/+14
* Add WERROR option to CMake build (#982)Ben Smith2018-12-171-2/+11
* Add test for disabled opcodes in binary reader (#934)Ben Smith2018-10-181-0/+1
* Refactor interpreter a bit (#919)Ben Smith2018-10-021-25/+27
* Don't install wabt-unittests; refactor CMakeLists (#913)Ben Smith2018-09-141-48/+98
* Optimize interpreter and `Opcode::FromCode`Ben Smith2018-09-101-2/+5
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-041-1/+1
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-041-1/+0
* Add wasm-strip tool to strip custom sections (#902)Ben Smith2018-08-271-0/+3
* Add manpages to the `make install` target (#898)Raphael Graf2018-08-201-0/+10
* [interp] Add test for trapping host functions (#887)Ben Smith2018-08-061-0/+1
* Add BUILD_TOOLS option to CMake (#882)Alex Beregszaszi2018-07-301-30/+35
* [emscripten] Use long instead of int for ssize_t (#880)Ben Smith2018-07-251-8/+3
* Fix emscripten build (#855)Ben Smith2018-06-041-4/+4
* Add some useful flags when building libwabt.js (#829)Daniel Wirtz2018-04-201-0/+4
* Remove wasm-link tool (#793)Sam Clegg2018-03-051-3/+0
* Move `test/hexfloat.cc` to `src/test-hexfloat.cc` (#719)Ben Smith2018-01-171-1/+2
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+4
* Fix coverage build with clang (#697)Sam Clegg2017-12-181-3/+7
* wat2wasm: Always write output to a file (#682)Sam Clegg2017-12-021-0/+2
* Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)Sam Clegg2017-11-281-1/+2
* Add wasm-validate tool (#664)Ben Smith2017-10-311-0/+3
* Rename the counting builtins (clz/ctz/popcount) (#660)Ben Smith2017-10-251-6/+0
* Support newer ubsan with -fno-sanitize-recover=all (#658)Ben Smith2017-10-221-3/+18
* Rename interpreter -> interp everywhere (#649)Ben Smith2017-10-121-2/+2
* Add spectest-interp tool; split from wasm-interp (#643)Ben Smith2017-10-031-0/+6
* Rename `wast-desugar` to `wat-desugar`. (#642)Ben Smith2017-09-281-2/+2
* Fix potential use-after-free in WastLexer (#626)Ben Smith2017-09-141-0/+3
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-081-2/+5
* Rename wasm2wast -> wasm2wat (#616)Ben Smith2017-09-081-2/+2
* Remove Writer class, move functionality into Stream (#613)Ben Smith2017-09-061-1/+0
* Move LEB128 stuff to its own file (#612)Ben Smith2017-09-061-0/+1
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-0/+1
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-27/+1
* Refactor wasm-opcodecnt. (#580)Ben Smith2017-07-241-1/+3
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-2/+1
* Add intrusive_list implementation (#542)Ben Smith2017-06-291-0/+1
* Fix wat writer to fold exception handling constructs. (#533)KarlSchimpf2017-06-261-0/+1
* Add color output in SourceErrorHandler (#517)Ben Smith2017-06-231-0/+5
* Consistent comments when ending anonymous namespace (#521)Sam Clegg2017-06-231-1/+1
* Check for USES_TERMINAL support in CMakeLists.txt (#511)Ben Smith2017-06-191-1/+5
* Enable and fix warnings for re2c (#509)Ben Smith2017-06-191-1/+1
* Add USES_TERMINAL to run-tests cmake target (#504)Sam Clegg2017-06-181-0/+1
* Use custom command to copy to bin/ (#502)Ben Smith2017-06-161-17/+7