index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
file.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not add an extra null character when reading files (#6538)
Thomas Lively
2024-04-24
1
-3
/
+3
*
Encode command line to UTF8 on Windows (#5671)
Derek Schuff
2023-09-14
1
-7
/
+11
*
Change `exit()` to `Fatal()`; make it possible to throw on `Fatal()`. (#5087)
Brian Anderson
2022-10-01
1
-8
/
+6
*
Read from stdin when the input file is `-` (#4106)
Thomas Lively
2021-08-27
1
-0
/
+14
*
Support --symbolmap and --symbolmap=FOO in wasm-opt (#3885)
Alon Zakai
2021-05-14
1
-6
/
+5
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-23
/
+14
*
Support response files, and use that in Asyncify (#2319)
Alon Zakai
2019-08-30
1
-0
/
+8
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-6
/
+12
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-33
/
+50
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-0
/
+3
*
Allow tools to read from stdin (#1950)
Thomas Lively
2019-03-18
1
-1
/
+11
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-1
/
+1
*
'std::string &' => 'std::string& ' (#1403)
Alon Zakai
2018-02-05
1
-4
/
+4
*
wasm-reduce tool (#1139)
Alon Zakai
2017-09-01
1
-0
/
+12
*
Fix wasm::read_file() to read correctly sized input strings in text mode. (#1...
juj
2017-07-18
1
-0
/
+6
*
Wrap description (#839)
Loo Rong Jie
2016-11-28
1
-0
/
+1
*
add support for symbol assignments, closes #4422 (#615)
Dominic Chen
2016-07-11
1
-1
/
+1
*
Build fixes/workarounds to support Visual Studio 2013 build, which has troubl...
juj
2016-06-21
1
-0
/
+1
*
Changed type of flags to fix Visual Studio 2015 error (#418)
BSalita
2016-04-30
1
-1
/
+1
*
fix file size for binary files read
Alon Zakai
2016-04-21
1
-1
/
+1
*
refactor file flags into enums
Alon Zakai
2016-03-31
1
-8
/
+8
*
set the binary bit on files we need to open in binary mode
Alon Zakai
2016-03-31
1
-7
/
+12
*
Repair broken file-size check
pjuftring
2016-03-31
1
-1
/
+1
*
streampos may be signed on some platforms
Alon Zakai
2016-03-28
1
-2
/
+2
*
Use std::numeric_limits<uint32_t>::max() instead of 0xFFFFFFFF.
Jukka Jylänki
2016-03-28
1
-2
/
+3
*
Fix wasm::read_file() to abort if input file is too big to read in when build...
Jukka Jylänki
2016-03-28
1
-2
/
+7
*
asm2wasm: use support's command-line
JF Bastien
2016-01-11
1
-2
/
+7
*
Move file input / output to support.
JF Bastien
2016-01-04
1
-0
/
+51