1. e4ba481 Merge "Drop the "-host" suffix on libchrome and libbrillo." by Alex Deymo · 9 years ago
  2. daea81b Move SetPropertyChangedCallback to proxy interface and add a mock by Alex Vakulenko · 9 years ago
  3. 2eab379 Drop the "-host" suffix on libchrome and libbrillo. by Alex Deymo · 9 years ago
  4. d0eca9d dbus-binding-generator: Fix mock generation and support for readwrite props by Alex Vakulenko · 9 years ago
  5. cb2d7bf dbus-binding-generator: Use abstract interfaces instead of proxies by Alex Vakulenko · 9 years ago
  6. ea3c168 chromeos-dbus-bindings: rename libchromeos -> libbrillo by Alex Vakulenko · 9 years ago
  7. 472163e dbus-binding-generator: Rename libchromeos to libbrillo by Alex Vakulenko · 9 years ago
  8. be6240d Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  9. 1385cd1 dbus-binding-generator: build on non-Linux hosts by Scott James Remnant · 9 years ago
  10. b04415c Revert "chromeos-dbus-bindings: remove object proxy from bus in proxy destructor" by Peter Qiu · 9 years ago
  11. a31c525 chromeos-dbus-bindings: remove object proxy from bus in proxy destructor by Peter Qiu · 9 years ago
  12. a0a75b2 dbus-bindings: Fix include path. by Bertrand SIMONNET · 9 years ago
  13. a30e09d chromeos-dbus-bindings: Literal proxy includes for mocks by Christopher Wiley · 9 years ago
  14. 464405e chromeos-dbus-bindings: Handle mocks all the way up to eleven. by Alex Deymo · 9 years ago
  15. 643ac02 Add Android.mk by Christopher Wiley · 9 years ago
  16. 876774d Merge "Revert "Add Android.mk"" by Bertrand Simonnet · 9 years ago
  17. 9fb75bd Revert "Add Android.mk" by Bertrand Simonnet · 9 years ago
  18. 1c6f962 Merge "Look up one more level for common-mk/ directory" by Christopher Wiley · 9 years ago
  19. b05f95c Look up one more level for common-mk/ directory by Christopher Wiley · 9 years ago
  20. 885fbff Add Android.mk by Christopher Wiley · 9 years ago
  21. e3c5104 Merge branch 'rewrite-chromeos-dbus-bindings' into merge-chromeos-dbus-bindings by Christopher Wiley · 9 years ago
  22. 5d162e5 chromeos-dbus-bindings: Move interface virtual destructors to public. by Alex Deymo · 9 years ago
  23. ce286b9 chromeos-dbus-bindings: Expose Register*Handler() methods in the *ProxyInterface. by Alex Deymo · 9 years ago
  24. f211ae6 chromeos-dbus-bindings: Print output diff when failing a test. by Alex Deymo · 9 years ago
  25. d0cb3fe chromeos-dbus-bindings: Fix more sign issues by Christopher Wiley · 9 years ago
  26. c4a3805 Add license files by Christopher Wiley · 9 years ago
  27. ee37066 Initial empty repository by Bill Yi · 9 years ago
  28. e2879c0 chromeos-dbus-bindings: Fix sign issues in unittests by Christopher Wiley · 9 years ago
  29. 1685610 chromeos-dbus-bindings: Make Interface destructor virtual. by Alex Deymo · 9 years ago
  30. 0bd7dd7 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  31. 6cc1d5b libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlers by Alex Vakulenko · 9 years ago
  32. b000aae platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 9 years ago
  33. 239469e delete __STDC_{FORMAT,LIMIT}_MACROS by Mike Frysinger · 9 years ago
  34. efe9df5 chromeos-dbus-bindings: Correct ObjectManager without service name by Christopher Wiley · 9 years ago
  35. 1b6aa98 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 9 years ago
  36. 1485624 chromeos-dbus-bindings: Handle all-uppercase identifiers gracefully by Alex Vakulenko · 9 years ago
  37. c4e01f1 chromeos-dbus-bindings: Generate only single proxy accessor for singletons by Alex Vakulenko · 9 years ago
  38. 59dd2e9 chromeos-dbus-bindings: Generator must expose property name accessors by Alex Vakulenko · 9 years ago
  39. b69be60 chromeos-dbus-bindings: Inline some of named constants in tests by Alex Vakulenko · 9 years ago
  40. 1b4882c chromeos-dbus-bindings: Add support for dbus::Message in handler params by Alex Vakulenko · 9 years ago
  41. 008e19d chromeos-dbus-bindings: Added proxy mock generation by Alex Vakulenko · 9 years ago
  42. e11e81c chromeos-dbus-bindings: Add destructor for ObjectManagerProxy by Christopher Wiley · 10 years ago
  43. f3c6897 Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  44. 1f19109 chromeos-dbus-bindings: write access property support by Peter Qiu · 10 years ago
  45. c4e32f5 chromeos-dbus-bindings: Add asynchronous method proxies and timeouts by Alex Vakulenko · 10 years ago
  46. 824b524 chromeos-dbus-bindings: Use per signal handlers by Christopher Wiley · 10 years ago
  47. e2a3338 chromeos-dbus-bindings: Add "ignore_interfaces" option to config.json by Alex Vakulenko · 10 years ago
  48. 99e8fb0 chromeos-dbus-bindings: Add support for ObjectManager/Properties by Alex Vakulenko · 10 years ago
  49. 355d7ce chromeos-dbus-bindings: Extract common code into functions by Alex Vakulenko · 10 years ago
  50. 0a86514 chromeos-dbus-bindings: Minor code formatting and comment fixes by Alex Vakulenko · 10 years ago
  51. 6ef2d73 chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 10 years ago
  52. d1150f9 buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 10 years ago
  53. c95f06b chromeos-dbus-bindings: passing multiple input files on command line by Alex Vakulenko · 10 years ago
  54. 4f3c05e chromeos-dbus-bindings: Add support for STRUCT and typed async methods by Alex Vakulenko · 10 years ago
  55. fafef13 chromeos-dbus-bindings: Redesign due to underlying DBusObject change. by Alex Vakulenko · 10 years ago
  56. dd88575 chromeos-dbus-bindings: Add support for DBus Property by Peter Qiu · 10 years ago
  57. b19e92f chromeos-dbus-bindings: Add support for sending signals from the adaptor. by Alex Deymo · 10 years ago
  58. a6153c9 chromeos-dbus-bindings: Add bus parameter to adaptor constructor by Paul Stewart · 10 years ago
  59. 1dce1ae chromeos-dbus-bindings: Create proxy generator by Paul Stewart · 10 years ago
  60. 99010b6 chromeos-dbus-bindings: Leave method interface unadorned by Paul Stewart · 10 years ago
  61. cc0b8b1 chromeos-dbus-bindings: Move INFO messages to verbose output only. by Alex Deymo · 10 years ago
  62. 8d62c29 chromeos-dbus-bindings: Ignore multi-return methods by Paul Stewart · 10 years ago
  63. bb784db chromeos-dbus-bindings: Make direction paramter optional for methods by Paul Stewart · 10 years ago
  64. b9b3f9d chromeos-dbus-bindings: Generate Interface by Paul Stewart · 10 years ago
  65. 3b340b8 Remove '../platform2/' from platform2 relative paths in gyp files. by Alex Deymo · 10 years ago
  66. 340615f chromeos-dbus-bindings: Address unused warnings by Paul Stewart · 10 years ago
  67. 0e3301a chromeos-dbus-bindings: Add D-Bus signature parser by Paul Stewart · 10 years ago
  68. 154cad5 chromeos-dbus-bindings: Add method name generator by Paul Stewart · 10 years ago
  69. 2b1c612 chromeos-dbus-bindings: XML parser by Paul Stewart · 10 years ago
  70. 4a4c706 chromeos-dbus-bindings: Add skeleton by Paul Stewart · 10 years ago