1. e8cfa98 interceptor: Skip --param. by Yifan Hong · 2 years ago main master
  2. dc5d390 Add -x to skipped argument for clang. by Yifan Hong · 2 years, 5 months ago
  3. f298da8 add readme.md by Yifan Hong · 2 years, 5 months ago
  4. 65cc9ba main: ensure the correct return code is emitted by Matthias Maennich · 2 years, 5 months ago
  5. d11a88c interceptor: give analyzers names by Matthias Maennich · 2 years, 5 months ago
  6. b519019 interceptor: add an initial implementation for fake execution by Matthias Maennich · 2 years, 5 months ago
  7. bf0addc interceptor: store relative current directories by Matthias Maennich · 2 years, 5 months ago
  8. 526323b Merge "interceptor_analysis supports --relative option." by Treehugger Robot · 2 years, 5 months ago
  9. b09c721 interceptor: add FixdepAnalyzer by Matthias Maennich · 2 years, 5 months ago
  10. 28d23c9 interceptor: tidy up default_make_relative by Matthias Maennich · 2 years, 5 months ago
  11. bb8c832 interceptor: consolidate the execution for execve and posix_spawn by Matthias Maennich · 2 years, 5 months ago
  12. 672cf58 interceptor: add support for intercepting posix_spawn by Matthias Maennich · 2 years, 5 months ago
  13. 89e5364 interceptor: allow recognized commands to terminate recursion by Matthias Maennich · 2 years, 5 months ago
  14. 8be3c76 interceptor: refactor argv_vector() out of execute_execve by Matthias Maennich · 2 years, 5 months ago
  15. 824b518 interceptor: fix reporting of missing inputs by Matthias Maennich · 2 years, 5 months ago
  16. 136932d interceptor: make the execve execution explicit by Matthias Maennich · 2 years, 5 months ago
  17. 53fcd84 interceptor_analysis supports --relative option. by Yifan Hong · 2 years, 5 months ago
  18. 4333561 Recognize -t text. by Yifan Hong · 2 years, 5 months ago
  19. ca9108c interceptor: avoid concurrency on the command log by Matthias Maennich · 2 years, 6 months ago
  20. 9e4ae49 interceptor: add error handling for unparseable entries by Matthias Maennich · 2 years, 6 months ago
  21. d508920 compdb: add mode to emit a "command" instead of "arguments" by Matthias Maennich · 2 years, 6 months ago
  22. f8b898c interceptor: relocate utility functions into separate static lib by Matthias Maennich · 2 years, 6 months ago
  23. 031234d interceptor: selectively enable making commands relative by Matthias Maennich · 2 years, 6 months ago
  24. e37372d interceptor: refactor instantiation of analyzers by Matthias Maennich · 2 years, 6 months ago
  25. 5fd4710 interceptor: put rewriting commands under flag control by Matthias Maennich · 2 years, 6 months ago
  26. a8e5227 interceptor: generalize environment variable access by Matthias Maennich · 2 years, 6 months ago
  27. 9cc860c interceptor: update license documentation by Matthias Maennich · 2 years, 6 months ago
  28. 47a0e26 interceptor: relocate the interceptor to tools/interceptor by Matthias Maennich · 2 years, 6 months ago
  29. 182e04c interceptor: protect from unexpectedly empty argument lists by Matthias Maennich · 2 years, 6 months ago
  30. 500c007 interceptor: use consistent non-abbreviated naming by Matthias Maennich · 2 years, 6 months ago
  31. c5bbde7 interceptor: consistent constant naming by Matthias Maennich · 2 years, 6 months ago
  32. 6c5e049 interceptor: consistently use curly braces for all statements by Matthias Maennich · 2 years, 6 months ago
  33. 158374d interceptor: replace repr() method by proper operator<< by Matthias Maennich · 2 years, 6 months ago
  34. 29479b2 interceptor: replace custom Command class by proto class by Matthias Maennich · 2 years, 6 months ago
  35. 7f5dee8 interceptor: Support for emitting compile_commands.json by Matthias Maennich · 2 years, 6 months ago
  36. ce8f79e interceptor: record root dir in log by Matthias Maennich · 2 years, 6 months ago
  37. eb9cae6 Merge changes I75f52e68,Icff5de48 by Matthias Maennich · 2 years, 6 months ago
  38. 62ae1c0 Merge changes I10b3e46d,I29cde728,I383723e5,Idbecb166,I0f70c545 by Matthias Maennich · 2 years, 6 months ago
  39. 3a7f483 interceptor: Android.bp: add missing license header by Matthias Maennich · 2 years, 6 months ago
  40. 1d315c3 interceptor: Add CMakeLists.txt build description for local development by Matthias Maennich · 2 years, 6 months ago
  41. a595ff0 Interceptor: initial analysis tooling by Matthias Maennich · 2 years, 6 months ago
  42. 4724f6e interceptor: replace JSON log by proto log by Matthias Maennich · 2 years, 6 months ago
  43. 105f743 interceptor: add initial proto log format by Matthias Maennich · 2 years, 6 months ago
  44. 2e52405 interceptor: factor out the command line string creation by Matthias Maennich · 2 years, 6 months ago
  45. 6f56fc0 interceptor: introduce default compilation options by Matthias Maennich · 2 years, 6 months ago
  46. 0bf5ef0 interceptor: add OWNERS by Matthias Maennich · 2 years, 6 months ago
  47. 6bcd5cf Replace interceptor starter with C++ binary by Matthias Maennich · 2 years, 6 months ago
  48. 617dbef Interceptor: log inputs/outputs as well by Matthias Maennich · 2 years, 6 months ago
  49. 2d7aad8 Interceptor: add command analysis by Matthias Maennich · 2 years, 6 months ago
  50. 7a73e19 Interceptor: relativate execution based on `cwd` by Matthias Maennich · 2 years, 6 months ago
  51. d821a18 Interceptor: add support for Command execution by Matthias Maennich · 2 years, 6 months ago
  52. a0ee731 Interceptor: add command logging functionality by Matthias Maennich · 2 years, 6 months ago
  53. e567f1d Interceptor: add helper functionality for env and args by Matthias Maennich · 2 years, 6 months ago
  54. 9937e62 Interceptor: initial version by Matthias Maennich · 2 years, 6 months ago
  55. fb70960 Initial empty repository by Inna Palant · 4 years ago