summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* squirrel interpreter works for simple casesBen Smith2016-04-111-11/+58
* fix gcc-i686-release build (for real this time)Ben Smith2016-04-091-1/+1
* fix gcc-i686-debug and gcc-i686-releaseBen Smith2016-04-091-1/+12
* turn on -Wextra (and turn off -Wunused-parameter)Ben Smith2016-04-091-1/+1
* make wasm-common static libraryBen Smith2016-04-051-30/+20
* move marking used blocks into a separate passBen Smith2016-04-041-0/+1
* rename wasm-check -> wasm-ast-checkerBen Smith2016-04-041-1/+1
* use SSE2 when compiling i386 targetBen Smith2016-04-031-0/+39
* add wasm-interp to CMake test targetBen Smith2016-04-021-1/+2
* wasm interpreterBen Smith2016-04-021-0/+20
* separate spec binary writer into its own fileBen Smith2016-04-011-0/+1
* clean up Makefile and CMakeLists.txtBen Smith2016-04-011-37/+0
* a couple of lexer optimizationsBen Smith2016-03-221-0/+1
* more windows fixesBen Smith2016-03-221-0/+2
* add roundtrip test to run-testsBen Smith2016-03-211-1/+3
* use WasmOptionParser in wasm-wastBen Smith2016-03-211-0/+1
* hex float/double writingBen Smith2016-03-211-0/+1
* rebase of some work on the ast-writerBen Smith2016-03-211-0/+1
* WIP on wasm-ast-writerBen Smith2016-03-211-0/+1
* use stack allocator in wasm-wastBen Smith2016-03-211-1/+2
* start on binary reader that creates ASTBen Smith2016-03-211-0/+1
* remove wasm-internal; refactorBen Smith2016-03-211-0/+2
* rename wasm-objdump -> wasm-wastBen Smith2016-03-211-8/+9
* remove use of c99 VLAsBen Smith2016-03-211-0/+2
* rebase of a bunch of early work on binary readingBen Smith2016-03-211-4/+14
* Add options to build without GTest submoduleBen Smith2016-03-211-4/+11
* remove getopt, use WasmOptionParser insteadBen Smith2016-03-201-1/+1
* rename wasm-parse-literal.* -> wasm-literal.*Ben Smith2016-03-191-2/+2
* rewrite hexfloat_test w/ gtestBen Smith2016-03-191-1/+12
* cleanup everything custom target in CMakeLists.txtBen Smith2016-03-191-2/+4
* remove wasm-internal.h, wasm.c; refactorBen Smith2016-03-171-1/+3
* fix CMakeLists.txt for sanitizer buildsBen Smith2016-03-161-10/+19
* fix i686 buildBen Smith2016-03-161-0/+3
* parse hexadecimal floats, nans and infinitiesBen Smith2016-03-161-2/+18
* set bison minimum version to 3.0Ben Smith2016-03-141-1/+1
* don't use _snprintf or vsnprintf on WindowsBen Smith2016-03-131-1/+1
* more windows fixesBen Smith2016-03-121-4/+3
* fix HAVE_SNPRINTF and HAVE_SSIZE_TBen Smith2016-03-121-2/+3
* CMake for windows fixesBen Smith2016-03-121-4/+15
* build CMakeLists w/out building flex/bisonBen Smith2016-03-121-1/+2
* move prebuild flex/bison to src/prebuiltBen Smith2016-03-121-5/+6
* CMake build worksBen Smith2016-03-121-0/+124