Sign in
vanadium
/
release.go.x.ref
/
e94e679c240e1d7555d469512b9d417f554d8ce2
/
lib
/
vdl
d22dfa4
v.io/x/ref/lib/vdl/codegen/java: accessor for primitive arrays
by Srdjan Petrovic
· 9 years ago
1b1b938
TBR: ref: Replace V23_ROOT with JIRI_ROOT everywhere.
by Nicolas Lacasse
· 10 years ago
58ba621
add builtin VDLROOT support to vdl
by James Ring
· 10 years ago
f2efeb5
TBR syncbase: fix import paths post-merge
by Adam Sadovsky
· 10 years ago
8cdb0ba
TBR v.io/x/ref: fix naming conflict in VDL structs
by Srdjan Petrovic
· 10 years ago
7060508
TBR run go generate under 1.5
by James Ring
· 10 years ago
d9a7b3c
ref: fixing go vet violations
by Jiri Simsa
· 10 years ago
87d884d
ref: making use of the set package
by Jiri Simsa
· 10 years ago
c36fad6
lib/vdl/build: don't implicitly add 'src' to VDLPATH dirs
by James Ring
· 10 years ago
06c85ef
vdl/compile: Modify CompileExpr to support compilation of package-path
by Suharsh Sivakumar
· 10 years ago
d037c06
v.io/x/ref/lib/vd/codegen/java: VDL support changes for Java rename
by Srdjan Petrovic
· 10 years ago
341050c
v.io/x/ref/lib/vd/codegen/java: don't use "final" for Java local variables
by Srdjan Petrovic
· 10 years ago
eee415c
v.io/x/ref/lib/vdl/codegen/java: fix Javadocs for VDL files and cleanup interfaces
by Srdjan Petrovic
· 10 years ago
2052051
v.io/x/ref/lib/vdl/codegen/java: use new verror interface
by Srdjan Petrovic
· 10 years ago
600ca9e
v.io/x/ref/lib/vdl/codegen/java: remove "public" modifier from Java interfaces
by Srdjan Petrovic
· 10 years ago
89fe108
Merge "ref: Make vdl tool generate valid struct tags so that go vet is happy."
by Suharsh Sivakumar
· 10 years ago
d66220e
Merge "v.io/x/ref/vdl/codegen/java: vdl changes for the Java invoker interface"
by Srdjan Petrovic
· 10 years ago
071d1c8
ref: Make vdl tool generate valid struct tags so that go vet is happy.
by Suharsh Sivakumar
· 10 years ago
a7c8303
v.io/x/ref/vdl/codegen/java: vdl changes for the Java invoker interface
by Srdjan Petrovic
· 10 years ago
a036a0f
Fix a bunch of trivial problems pointed out by "go vet".
by Asim Shankar
· 10 years ago
2cfb482
TBR v.io/x/ref/lib/vdl: allow native type conversion for security/access pkg
by Srdjan Petrovic
· 10 years ago
7c1e50f
v.io/x/ref/lib/vdl/codegen/java: implements native type renaming for Java
by Srdjan Petrovic
· 10 years ago
34b8a52
TBR v.io/x/ref/lib/vdl/codegen/java: make generated VDL types non-final in Java
by Srdjan Petrovic
· 10 years ago
d87d746
TBR ref: VDL require named in-args, fix bug with named out-args.
by Todd Wang
· 10 years ago
61ad8a9
Merge "vdl: Ensure types cannot be used implicitly without typeobject()"
by Todd Wang
· 10 years ago
530af9b
vdl: Ensure types cannot be used implicitly without typeobject()
by Todd Wang
· 10 years ago
786cf4c
vdl: Change vdl tool default lang to just "go"
by Todd Wang
· 10 years ago
8c2f175
ref: Change TypeBuilder.Build() to return nothing.
by Todd Wang
· 10 years ago
fdd6ec7
all: remove .api files from ref/
by James Ring
· 10 years ago
48e282f
vdl/js: Use the lowercased exports of the vdl namespace
by Shyam Jayaraman
· 10 years ago
86d5c3f
vdl: Fix a pesky panic, and bad error message.
by Todd Wang
· 10 years ago
5068466
TBR all: fix unknown-type in .api files
by James Ring
· 10 years ago
78b2bd8
ref: Change/remove veyron issues referred to in comments.
by Suharsh Sivakumar
· 10 years ago
3650fd4
all: add .api files necessary for public API presubmit check
by James Ring
· 10 years ago
d66424c
vdl/js: Fixes to VDL generator
by Benjamin Prosnitz
· 10 years ago
2049c00
vdl/js: Add serverCall to the generated stub.
by Shyam Jayaraman
· 10 years ago
a98f67b
lib/vdl/codegen/java: add VContext alongside ServerCall
by James Ring
· 10 years ago
54feabe
ref: Move context.T out of rpc.ServerCall.
by Todd Wang
· 10 years ago
a7dce62
vdl/js: Change references to errors to verror.
by Shyam Jayaraman
· 10 years ago
df2672a
ref: Change vdl generation to use Client.Call and regenerate files.
by Suharsh Sivakumar
· 10 years ago
9dc4b46
Merge "lib/vdl/codegen/java: don't emit a cast unless there are fields to be compared"
by James Ring
· 10 years ago
8c4e5cc
x/ref: Update package doc for all packages.
by Todd Wang
· 10 years ago
ba97d00
Merge "vdl/java: fix array length visibility of non-public classes"
by Sergey Rogulenko
· 10 years ago
3776cc9
lib/vdl/codegen/java: don't emit a cast unless there are fields to be compared
by James Ring
· 10 years ago
32f76fb
TBR ref: s/VANADIUM_ROOT/V23_ROOT/
by Jiri Simsa
· 10 years ago
025325b
Merge "x/ref: Move lib/vdl/vdltest to lib/vdl/internal/vdltest"
by Todd Wang
· 10 years ago
5da96e7
x/ref: Move lib/vdl/vdltest to lib/vdl/internal/vdltest
by Todd Wang
· 10 years ago
c17abda
wsprd: Pass state changes on the mountstate of a server to the JS console
by Shyam Jayaraman
· 10 years ago
0ccc3fe
vdl/java: fix array length visibility of non-public classes
by Sergey Rogulenko
· 10 years ago
bb8183f
revive client getSignature implementation
by James Ring
· 10 years ago
16e856b
Merge "lib/vdl/codegen/java: fix Java VDL output for multi-value return with unnamed out args"
by James Ring
· 10 years ago
0c739da
lib/vdl/codegen/java: fix Java VDL output for multi-value return with unnamed out args
by James Ring
· 10 years ago
69fa69f
vdl: Remove rpc.BindOpt from generated code.
by Asim Shankar
· 10 years ago
b90b8de
x/ref: Add vdl "file doc", used to insert the copyright header.
by Todd Wang
· 10 years ago
87393e6
vdl/js: Fix the copyright portion of the vdl generator so the presubmit
by Shyam Jayaraman
· 10 years ago
b412326
vdl/codegen/java: Change veyrons in generated code.
by Suharsh Sivakumar
· 10 years ago
756772c
ref: adding copyright to the vdl files
by Jiri Simsa
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
67b8a26
vdl: adding the copyright header into the generated source code
by Jiri Simsa
· 10 years ago
8646ba6
ref: Change more uses of "veyron".
by Suharsh Sivakumar
· 10 years ago
53a4e2e
x/ref: Disallow uppercase acronyms in VDL identifiers.
by Todd Wang
· 10 years ago
dc81f5f
lib/vdl/codegen/golang: make the enum all values slice into an array
by Bogdan Caprita
· 10 years ago
94502cf
ref: Rename package ipc to rpc.
by Matt Rosencrantz
· 10 years ago
e3d1922
lib/vdl/codegen/java: add support for signature() method generation
by James Ring
· 10 years ago
d1cc6e0
ref: Changes most simple uses of veyron to vanadium.
by Suharsh Sivakumar
· 10 years ago
353b1a0
Merge "ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'."
by Suharsh Sivakumar
· 10 years ago
224f1f9
TBR x/ref: Allow JS Enums to be used like EnumName.LabelName
by Benjamin Prosnitz
· 10 years ago
a4ac50a
ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'.
by Suharsh Sivakumar
· 10 years ago
0bd2654
vdl: Fix Javascript type generation bugs.
by Todd Wang
· 10 years ago
90cdbd1
Merge "TBR x/ref: Rename ID->Id in VDL file"
by Benjamin Prosnitz
· 10 years ago
2be28dc
TBR x/ref: Rename ID->Id in VDL file
by Benjamin Prosnitz
· 10 years ago
1b0b08d
vdl/javascript: Change the generator to use the new package layout.
by Shyam Jayaraman
· 10 years ago
cbf0cf3
vdl/javascript: Call reduce on generated constants.
by Shyam Jayaraman
· 10 years ago
31f4985
ref: Make vdl generation use Call instead of Context.
by Suharsh Sivakumar
· 10 years ago
acddbf5
TBR v.io/x/ref/lib/vdl/codegen/java: Java codegen changes to reflect recent rename/move.
by Srdjan Petrovic
· 10 years ago
c0bab2c
vdl/java: change VdlOptional<T extends VdlValue> to VdlOptional<T>
by Sergey Rogulenko
· 10 years ago
8d6c8e7
lib/vdl: fixing out-of-date test data
by Jiri Simsa
· 10 years ago
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
5c7ed21
core: Rename things called *Context to *Call.
by Matt Rosencrantz
· 10 years ago
bf1ded7
Merge "vdl/js: Require 'vanadium' rather than 'veyron'"
by Shyam Jayaraman
· 10 years ago
152490d
Merge "core: Rename ServerCall to StreamServerCall."
by Matt Rosencrantz
· 10 years ago
4ada7c0
vdl/js: Require 'vanadium' rather than 'veyron'
by Shyam Jayaraman
· 10 years ago
24a7155
core: moving release.go.lib to release.go.x.lib
by Jiri Simsa
· 10 years ago
1dcd0a9
core: Rename ServerCall to StreamServerCall.
by Matt Rosencrantz
· 10 years ago
8418530
vdl: Whitelist v.io/v23/security for native <-> wire conversions.
by Asim Shankar
· 10 years ago
1b88f09
TBR core: Move signature printing routines from v23 to core.
by Todd Wang
· 10 years ago
87cea30
TBR core: Re-org vdl and vom packages.
by Jiri Simsa
· 10 years ago
613e1ad
TBR: Update outdated vdl files.
by Jing Jin
· 10 years ago
4a2ad0d
Prepare moving vdl from v.io/v23 to v.io/core/veyron/... (disabling some tests)
by Todd Wang
· 10 years ago
232d649
Prepare moving vdl from v.io/v23 to v.io/core/veyron/... (step 2)
by Todd Wang
· 10 years ago