Jochen Topf
92b3bcb185
Clean up and reformat proto files
2021-01-02 20:46:09 +01:00
Jochen Topf
8959517944
Merge branch 'master' into optimize_for-LITE_RUNTIME
2020-08-22 16:23:06 +02:00
Jochen Topf
0f48055af1
Merge pull request #29 from sebastic/proto2-syntax
...
Specify proto2 syntax to fix warnings with protobuf 3.0.0.
2020-08-22 16:21:29 +02:00
Bas Couwenberg
f7b77826e4
Disable deprecated optimize_for = LITE_RUNTIME option.
...
Fixes warnings with protobuf >= 3.8.0:
> The optimize_for = LITE_RUNTIME option is no longer supported by protobuf
> Java code generator and is ignored--protoc will always generate full
> runtime code for Java. To use Java Lite runtime, users should use the
> Java Lite plugin instead. See:
> https://github.com/protocolbuffers/protobuf/blob/master/java/lite.md
2020-03-22 08:12:06 +01:00
Paul Norman
5a4c8c1156
License the .proto and header files under MIT
2019-07-11 13:59:00 -07:00
Bas Couwenberg
17f2228ca8
Specify proto2 syntax to fix warnings with protobuf 3.0.0.
2016-09-02 18:28:45 +02:00
Jochen Topf
fb44931f3b
Consistent reference to LGPL
2011-04-13 21:47:56 +02:00
Jochen Topf
155c54ce62
Use LITE_RUNTIME option.
...
This way we can link to the smaller libprotobuf-lite. We can't use
reflection, but thats not really needed in most cases.
2011-04-13 21:41:59 +02:00
Scott Crosby
fdb5facaff
Add in LGPL copyright notices to the osmpbf library.
2011-01-02 20:21:48 -06:00
Scott Crosby
f0ea2798ed
Rename BlockHeader to BlobHeader
2010-12-21 11:39:02 -06:00
Scott Crosby
3b1400109a
Leave the LZMA support enabled, so that existing implementations will compile.
2010-12-11 11:36:17 -06:00
Scott Crosby
67d5ae5a1e
Depreciate lzma and bzip2 compressed blocks.
...
No encoder has ever supported bzip2 or lzma. bzip2 has a poor
time/compression ratio, so obsolete it right now. lzma can be
considered for future use, so indicate it as a proposed extension.
2010-12-11 11:23:28 -06:00
Scott Crosby
a879cdef06
Put the protobufs into a package.
...
Suggestion of ChristianVetter
2010-10-16 22:05:17 -05:00
Scott Crosby
d5d93f9609
Clean up protocolbuffer definitions and document them.
2010-09-01 15:22:39 -05:00
Scott Crosby
8f0c4a8bc2
Protobufs and common Java code for binary format.
2010-08-25 11:40:06 -05:00