Coder Social home page Coder Social logo

protobuf-objc-ios5's People

Contributors

chapados avatar evanj avatar jparise avatar macdrevx avatar ragy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

protobuf-objc-ios5's Issues

64-bit warnings

When compiling for 64-bit architectures several warnings about implicit conversions are emitted, eg.:

CodedInputStream.m:56:18: warning: implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int32_t' (aka 'int') [-Wshorten-64-to-32]

Incompatible with protobuf-2.5.0

I recently installed the new version of protobuf 2.5 and tried using protobuf-obj with it. It gives a versioning error when trying to make the protobuf-obj files.

License

Which license have you chosen for this project?

Code generated for repeated string fails to compile

The following .proto definition generates code that will not compile

package Foo;

message Bar {
repeated string names = 1;
}

Looks like the code is generated the same style of Array code as would work for an int[] but since NSString is not a value type this does not work correctly.

I could dig in a bit but I suspect the original authors have greater and faster context.

autogen.sh fails on Mac OS 10.9/Xcode 6 beta

When I clone the repository, autogen.sh fails:

$ ./autogen.sh 
main::scan_file() called too early to check prototype at /Developer/usr/bin/aclocal line 607.
main::scan_file() called too early to check prototype at /Developer/usr/bin/aclocal line 607.
autom4te: m4sugar/m4sugar.m4: no such file or directory
aclocal: /Developer/usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.