summaryrefslogtreecommitdiff
path: root/src/support/command-line.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for cmake 3.10 (eg on Ubuntu LTS) (#2632)Brion Vibber2020-01-301-1/+1
* Verify --version output matches CHANGELOG (#2580)Sam Clegg2020-01-101-1/+1
* Remove git dependency (#2578)Sam Clegg2020-01-081-1/+1
* Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)Sam Clegg2019-12-041-2/+6
* Support --version argument in command line tools (#2304)Sam Clegg2019-08-201-0/+9
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-6/+12
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-11/+24
* Use stdout for --help message (#1937)Sam Clegg2019-03-061-9/+9
* wasm-metadce tool (#1320)Alon Zakai2017-12-061-1/+5
* more consistent placement of & and *, on the type (#848)Alon Zakai2016-11-281-15/+15
* Wrap description (#839)Loo Rong Jie2016-11-281-4/+31
* make --debug workAlon Zakai2016-03-211-1/+1
* Make --debug a booleanJF Bastien2016-03-181-5/+3
* Fix command-line help when there's only long or shortJF Bastien2016-01-201-2/+4
* asm2wasm: use support's command-lineJF Bastien2016-01-111-7/+18
* Fix off-by-one in option parsing with '='.JF Bastien2016-01-041-1/+1
* Add curlies.JF Bastien2016-01-041-2/+4
* Generalize command-line parsing more.JF Bastien2016-01-021-38/+108
* Add a help to avoid out-of-bounds.JF Bastien2015-12-291-1/+4
* Start moving command-line processing to libsupport.aJF Bastien2015-12-291-0/+62