1. 01098ea Merge pull request #5 from jonsimantov/unbuf2 by Nico Weber · 6 years ago main master
  2. 9596144 Add -u flag, for unbuffered output. by Jon Simantov · 6 years ago
  3. 2fb6ff4 add license file by Nico Weber · 7 years ago
  4. bc5de52 fix --help output by Nico Weber · 7 years ago
  5. fde9b16 move download section up in readme by Nico Weber · 7 years ago
  6. 49fd557 add "Download" section to readme by Nico Weber · 7 years ago
  7. 6bb6310 remove noise from cmake file by Nico Weber · 7 years ago
  8. c73081a mac: pass explicit min deployment target by Nico Weber · 7 years ago
  9. 43f9a2e statically link crt on windows by Nico Weber · 7 years ago
  10. c96dde7 make tests pass on Windows by Nico Weber · 7 years ago
  11. 39259d0 mark this 1.0.0.git by Nico Weber · 7 years ago
  12. 8312a2e add a RELEASING doc by Nico Weber · 7 years ago
  13. 1f673ef feature bloat: add a few flags (--help, --version) by Nico Weber · 7 years ago
  14. d21bd36 give demumble_test.py a shebang line by Nico Weber · 7 years ago
  15. 38f5ece simplify by Nico Weber · 7 years ago
  16. 0e175f9 turn on -Wall and remove two unused variables found by it by Nico Weber · 7 years ago
  17. 932b456 reflow README lines by Nico Weber · 7 years ago
  18. c232a3b switch README from ff=dos to ff=unix by Nico Weber · 7 years ago
  19. c63caa9 make test script set $? to 1 on failure by Nico Weber · 7 years ago
  20. eff8799 more consistent PEP 8 by Nico Weber · 7 years ago
  21. 364bc77 don't depend on BSD-only strnstr by Nico Weber · 7 years ago
  22. 483d33e slightly more ____Z coverage by Nico Weber · 7 years ago
  23. 99ffb6d colored diagnostics when building with clang by Nico Weber · 7 years ago
  24. 401b8f0 add test coverage for symbols starting with ____Z by Nico Weber · 7 years ago
  25. 8f604ea expand readme a bit by Nico Weber · 7 years ago
  26. daa0159 test that demumble doesn't demangle types from stdin by Nico Weber · 8 years ago
  27. 7e59b62 better heuristic for posix-style mangled names by Nico Weber · 8 years ago
  28. 7b39397 in -m mode, don't drop things that look like mangled names even if they can't be demangled by Nico Weber · 8 years ago
  29. 2664fe6 add -m flag that prints only the match by Nico Weber · 8 years ago
  30. 3e51b49 real stdin filter (and much more code :-/) by Nico Weber · 8 years ago
  31. c379655 fix newlines in stdin, add test for that by Nico Weber · 8 years ago
  32. 9628c34 merge newer cxa_demangle file by Nico Weber · 8 years ago
  33. dc9c217 let demumble process stdin by Nico Weber · 8 years ago
  34. 0054936 make demumble build ok on win vs2015 by Scott Graham · 9 years ago
  35. 82e6229 expand readme a bit by Nico Weber · 9 years ago
  36. c397047 Add typedefs to let demumbler build on Linux (libstdc++) by Nico Weber · 9 years ago
  37. 7f96eaf use exit() not _exit() -- dead code anyway, doesn't need unistd.h by Nico Weber · 9 years ago
  38. 4c7b7df Let demumbler build on Windows. by Nico Weber · 9 years ago
  39. 36c31f3 add simplisitc test for demumble by Nico Weber · 9 years ago
  40. f594f4b simpler by Nico Weber · 9 years ago
  41. 8289a12 print input if demangling fails by Nico Weber · 9 years ago
  42. 1492244 spelling by Nico Weber · 9 years ago
  43. 882c8ab add license files for demumble third-party stuff by Nico Weber · 9 years ago
  44. bf1ce71 get things to build, add simple (functional) demumble driver by Nico Weber · 9 years ago
  45. 7c7c15a Add libcxxa's cxa_demangle.cpp from rev 246618. by Nico Weber · 9 years ago
  46. 193aed9 Add wine's undname.c from rev d218d82af4. by Nico Weber · 9 years ago