1. 34b8a52 TBR v.io/x/ref/lib/vdl/codegen/java: make generated VDL types non-final in Java by Srdjan Petrovic · 10 years ago
  2. d87d746 TBR ref: VDL require named in-args, fix bug with named out-args. by Todd Wang · 10 years ago
  3. 61ad8a9 Merge "vdl: Ensure types cannot be used implicitly without typeobject()" by Todd Wang · 10 years ago
  4. 530af9b vdl: Ensure types cannot be used implicitly without typeobject() by Todd Wang · 10 years ago
  5. 786cf4c vdl: Change vdl tool default lang to just "go" by Todd Wang · 10 years ago
  6. 8c2f175 ref: Change TypeBuilder.Build() to return nothing. by Todd Wang · 10 years ago
  7. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  8. 48e282f vdl/js: Use the lowercased exports of the vdl namespace by Shyam Jayaraman · 10 years ago
  9. 86d5c3f vdl: Fix a pesky panic, and bad error message. by Todd Wang · 10 years ago
  10. 5068466 TBR all: fix unknown-type in .api files by James Ring · 10 years ago
  11. 78b2bd8 ref: Change/remove veyron issues referred to in comments. by Suharsh Sivakumar · 10 years ago
  12. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  13. d66424c vdl/js: Fixes to VDL generator by Benjamin Prosnitz · 10 years ago
  14. 2049c00 vdl/js: Add serverCall to the generated stub. by Shyam Jayaraman · 10 years ago
  15. a98f67b lib/vdl/codegen/java: add VContext alongside ServerCall by James Ring · 10 years ago
  16. 54feabe ref: Move context.T out of rpc.ServerCall. by Todd Wang · 10 years ago
  17. a7dce62 vdl/js: Change references to errors to verror. by Shyam Jayaraman · 10 years ago
  18. df2672a ref: Change vdl generation to use Client.Call and regenerate files. by Suharsh Sivakumar · 10 years ago
  19. 9dc4b46 Merge "lib/vdl/codegen/java: don't emit a cast unless there are fields to be compared" by James Ring · 10 years ago
  20. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  21. ba97d00 Merge "vdl/java: fix array length visibility of non-public classes" by Sergey Rogulenko · 10 years ago
  22. 3776cc9 lib/vdl/codegen/java: don't emit a cast unless there are fields to be compared by James Ring · 10 years ago
  23. 32f76fb TBR ref: s/VANADIUM_ROOT/V23_ROOT/ by Jiri Simsa · 10 years ago
  24. 025325b Merge "x/ref: Move lib/vdl/vdltest to lib/vdl/internal/vdltest" by Todd Wang · 10 years ago
  25. 5da96e7 x/ref: Move lib/vdl/vdltest to lib/vdl/internal/vdltest by Todd Wang · 10 years ago
  26. c17abda wsprd: Pass state changes on the mountstate of a server to the JS console by Shyam Jayaraman · 10 years ago
  27. 0ccc3fe vdl/java: fix array length visibility of non-public classes by Sergey Rogulenko · 10 years ago
  28. bb8183f revive client getSignature implementation by James Ring · 10 years ago
  29. 16e856b Merge "lib/vdl/codegen/java: fix Java VDL output for multi-value return with unnamed out args" by James Ring · 10 years ago
  30. 0c739da lib/vdl/codegen/java: fix Java VDL output for multi-value return with unnamed out args by James Ring · 10 years ago
  31. 69fa69f vdl: Remove rpc.BindOpt from generated code. by Asim Shankar · 10 years ago
  32. b90b8de x/ref: Add vdl "file doc", used to insert the copyright header. by Todd Wang · 10 years ago
  33. 87393e6 vdl/js: Fix the copyright portion of the vdl generator so the presubmit by Shyam Jayaraman · 10 years ago
  34. b412326 vdl/codegen/java: Change veyrons in generated code. by Suharsh Sivakumar · 10 years ago
  35. 756772c ref: adding copyright to the vdl files by Jiri Simsa · 10 years ago
  36. d7616c9 ref: adding copyright headers and licensing files by Jiri Simsa · 10 years ago
  37. 67b8a26 vdl: adding the copyright header into the generated source code by Jiri Simsa · 10 years ago
  38. 8646ba6 ref: Change more uses of "veyron". by Suharsh Sivakumar · 10 years ago
  39. 53a4e2e x/ref: Disallow uppercase acronyms in VDL identifiers. by Todd Wang · 10 years ago
  40. dc81f5f lib/vdl/codegen/golang: make the enum all values slice into an array by Bogdan Caprita · 10 years ago
  41. 94502cf ref: Rename package ipc to rpc. by Matt Rosencrantz · 10 years ago
  42. e3d1922 lib/vdl/codegen/java: add support for signature() method generation by James Ring · 10 years ago
  43. d1cc6e0 ref: Changes most simple uses of veyron to vanadium. by Suharsh Sivakumar · 10 years ago
  44. 353b1a0 Merge "ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'." by Suharsh Sivakumar · 10 years ago
  45. 224f1f9 TBR x/ref: Allow JS Enums to be used like EnumName.LabelName by Benjamin Prosnitz · 10 years ago
  46. a4ac50a ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'. by Suharsh Sivakumar · 10 years ago
  47. 0bd2654 vdl: Fix Javascript type generation bugs. by Todd Wang · 10 years ago
  48. 90cdbd1 Merge "TBR x/ref: Rename ID->Id in VDL file" by Benjamin Prosnitz · 10 years ago
  49. 2be28dc TBR x/ref: Rename ID->Id in VDL file by Benjamin Prosnitz · 10 years ago
  50. 1b0b08d vdl/javascript: Change the generator to use the new package layout. by Shyam Jayaraman · 10 years ago
  51. cbf0cf3 vdl/javascript: Call reduce on generated constants. by Shyam Jayaraman · 10 years ago
  52. 31f4985 ref: Make vdl generation use Call instead of Context. by Suharsh Sivakumar · 10 years ago
  53. acddbf5 TBR v.io/x/ref/lib/vdl/codegen/java: Java codegen changes to reflect recent rename/move. by Srdjan Petrovic · 10 years ago
  54. c0bab2c vdl/java: change VdlOptional<T extends VdlValue> to VdlOptional<T> by Sergey Rogulenko · 10 years ago
  55. 8d6c8e7 lib/vdl: fixing out-of-date test data by Jiri Simsa · 10 years ago
  56. ffceefa TBR renaming v.io/core/veyron to v.io/x/ref by Jiri Simsa · 10 years ago
  57. 5c7ed21 core: Rename things called *Context to *Call. by Matt Rosencrantz · 10 years ago
  58. bf1ded7 Merge "vdl/js: Require 'vanadium' rather than 'veyron'" by Shyam Jayaraman · 10 years ago
  59. 152490d Merge "core: Rename ServerCall to StreamServerCall." by Matt Rosencrantz · 10 years ago
  60. 4ada7c0 vdl/js: Require 'vanadium' rather than 'veyron' by Shyam Jayaraman · 10 years ago
  61. 24a7155 core: moving release.go.lib to release.go.x.lib by Jiri Simsa · 10 years ago
  62. 1dcd0a9 core: Rename ServerCall to StreamServerCall. by Matt Rosencrantz · 10 years ago
  63. 8418530 vdl: Whitelist v.io/v23/security for native <-> wire conversions. by Asim Shankar · 10 years ago
  64. 1b88f09 TBR core: Move signature printing routines from v23 to core. by Todd Wang · 10 years ago
  65. 87cea30 TBR core: Re-org vdl and vom packages. by Jiri Simsa · 10 years ago
  66. 613e1ad TBR: Update outdated vdl files. by Jing Jin · 10 years ago
  67. 4a2ad0d Prepare moving vdl from v.io/v23 to v.io/core/veyron/... (disabling some tests) by Todd Wang · 10 years ago
  68. 232d649 Prepare moving vdl from v.io/v23 to v.io/core/veyron/... (step 2) by Todd Wang · 10 years ago