summaryrefslogtreecommitdiff
path: root/src/support/file.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not add an extra null character when reading files (#6538)Thomas Lively2024-04-241-3/+3
* Encode command line to UTF8 on Windows (#5671)Derek Schuff2023-09-141-7/+11
* Change `exit()` to `Fatal()`; make it possible to throw on `Fatal()`. (#5087)Brian Anderson2022-10-011-8/+6
* Read from stdin when the input file is `-` (#4106)Thomas Lively2021-08-271-0/+14
* Support --symbolmap and --symbolmap=FOO in wasm-opt (#3885)Alon Zakai2021-05-141-6/+5
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-23/+14
* Support response files, and use that in Asyncify (#2319)Alon Zakai2019-08-301-0/+8
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-6/+12
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-33/+50
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-0/+3
* Allow tools to read from stdin (#1950)Thomas Lively2019-03-181-1/+11
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-1/+1
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-4/+4
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-0/+12
* Fix wasm::read_file() to read correctly sized input strings in text mode. (#1...juj2017-07-181-0/+6
* Wrap description (#839)Loo Rong Jie2016-11-281-0/+1
* add support for symbol assignments, closes #4422 (#615)Dominic Chen2016-07-111-1/+1
* Build fixes/workarounds to support Visual Studio 2013 build, which has troubl...juj2016-06-211-0/+1
* Changed type of flags to fix Visual Studio 2015 error (#418)BSalita2016-04-301-1/+1
* fix file size for binary files readAlon Zakai2016-04-211-1/+1
* refactor file flags into enumsAlon Zakai2016-03-311-8/+8
* set the binary bit on files we need to open in binary modeAlon Zakai2016-03-311-7/+12
* Repair broken file-size checkpjuftring2016-03-311-1/+1
* streampos may be signed on some platformsAlon Zakai2016-03-281-2/+2
* Use std::numeric_limits<uint32_t>::max() instead of 0xFFFFFFFF.Jukka Jylänki2016-03-281-2/+3
* Fix wasm::read_file() to abort if input file is too big to read in when build...Jukka Jylänki2016-03-281-2/+7
* asm2wasm: use support's command-lineJF Bastien2016-01-111-2/+7
* Move file input / output to support.JF Bastien2016-01-041-0/+51