summaryrefslogtreecommitdiff
path: root/src/common.cc
Commit message (Expand)AuthorAgeFilesLines
* feat: treat non-seekable files as pipes (#2309)sethp2023-10-021-9/+13
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-1/+1
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-2/+3
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-1/+1
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-2/+2
* Add new TLS relocation types (#1572)Sam Clegg2020-11-201-1/+2
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-0/+1
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-7/+10
* Support reading from stdin in ReadFile (#1313)Sam Clegg2020-01-231-7/+26
* Add new relocation types for position independent code. (#1056)Sam Clegg2019-04-031-1/+2
* [wasm-objdump] Implemented R_WASM_EVENT_INDEX_LEB reloc type. (#1022)Wouter van Oortmerssen2019-02-201-0/+1
* Rename exception -> event (#1013)Ben Smith2019-02-111-1/+1
* Rename relocation types (#1005)Sam Clegg2019-02-061-5/+5
* Fix segfault when passing wasm-objdump a directory (#991)Ben Smith2019-01-071-2/+21
* Add support for new relocation types used in DWARF sections (#846)Sam Clegg2018-05-291-4/+5
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-2/+4
* Make more use of string_view over 'const char *' (#684)Sam Clegg2017-12-021-3/+3
* Update relocation names to match tool convention doc (#603)Ben Smith2017-08-311-9/+6
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Rename snake_case to MixedCase. (#579)Ben Smith2017-07-191-1/+1
* Remove StringSlice (#576)Ben Smith2017-07-171-32/+0
* Rename read_file -> ReadFile; now returns vector (#572)Ben Smith2017-07-141-5/+7
* Remove uses of StringSlice from IR (#559)Ben Smith2017-07-071-14/+0
* Add default constructor for Location and Const (#535)Wink Saville2017-06-261-6/+0
* Use type hierarchy for ModuleField instead of union (#532)Ben Smith2017-06-251-0/+6
* Add exception declarations and examples. (#494)KarlSchimpf2017-06-131-1/+1
* Use Index/Address/Offset instead of uint32_t (#433)Ben Smith2017-05-151-1/+1
* Use C++ style C headers (e.g. <cstdlib>) (#431)Ben Smith2017-05-111-5/+5
* Update reloction names to match "spec" (#427)Sam Clegg2017-05-101-3/+3
* Move Opcode/OpcodeInfo to opcode.{c,h} (#412)Ben Smith2017-04-271-32/+0
* Change {Source,Binary}ErrorHandler to C++ (#403)Ben Smith2017-04-241-86/+0
* Replace wabt::*vector with std::vector (#366)Ben Smith2017-03-221-0/+3
* Fix crash using binary reader logging with error (#351)Ben Smith2017-03-131-2/+4
* Update relocation encoding to latest "spec" (#352)Sam Clegg2017-03-131-3/+9
* use array of chars instead of pointer to chars so sizeof is correct (#345)Jay Phelps2017-03-091-1/+1
* Use wabt_snprintf instead of calling snprintf directly (#341)Michael Ferris2017-03-071-1/+1
* Use new/delete instead of malloc/free (#332)Ben Smith2017-03-061-3/+3
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-60/+60
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-19/+18
* Use perror to output error messages when reading files (#318)Jay Phelps2017-02-271-5/+11
* Require C++-style casts, disallow C-style casts (#320)Ben Smith2017-02-271-5/+8
* Change NULL -> nullptr (#315)Ben Smith2017-02-241-1/+1
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+245