Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
commit 93f91f5
Author: Alexey Khokhlov <[email protected]>
Date:   Tue Jul 7 13:22:56 2015 +0300

    Update README

commit a4ff63b
Author: Alexey Khokhlov <[email protected]>
Date:   Tue Jul 7 12:40:53 2015 +0300

    Version 2.0, ProtocolBuffers 2.6, Swift 1.2

commit e502919
Author: Alexey Khokhlov <[email protected]>
Date:   Wed Jun 24 19:31:34 2015 +0300

    Refactoring: generated messages

    method: builder() ---> getBuilder()
    class UnknowFieldSetBuilder(removed) ---> UnknowFieldSet.Builder()
    UnitTests regenerated

commit 9c087b7
Author: Alexey Khokhlov <[email protected]>
Date:   Wed Jun 24 17:07:48 2015 +0300

    README.md

    Add: ProtocolBuffers 3.0

commit 69ed390
Author: Alexey Khokhlov <[email protected]>
Date:   Wed Jun 24 15:57:09 2015 +0300

    Now "Builder" nested class of "Message"

commit 32c4a3c
Author: Alexey Khokhlov <[email protected]>
Date:   Sat Jun 20 17:13:58 2015 +0300

    Add option for generating mutable classes. #64

    Fixed #64

commit f41adc3
Author: Alexey Khokhlov <[email protected]>
Date:   Thu Jun 18 21:23:48 2015 +0300

    Update Readme.md

commit 632e329
Author: Alexey Khokhlov <[email protected]>
Date:   Fri Jun 5 15:59:28 2015 +0300

    refactoring and fixes

commit ec40ddf
Author: Alexey Khokhlov <[email protected]>
Date:   Tue Jun 2 21:00:44 2015 +0300

    Add option for generating mutable classes. #64

commit 8203813
Author: Alexey Khokhlov <[email protected]>
Date:   Mon Jun 1 16:13:39 2015 +0300

    ProtocolBuffers 3.0 alpha 3

commit 0457950
Author: Alexey Khokhlov <[email protected]>
Date:   Mon Jun 1 15:20:57 2015 +0300

    fixes proto3

commit 100ed10
Merge: 2e4e36a aa8221f
Author: Alexey Khokhlov <[email protected]>
Date:   Mon Jun 1 15:02:03 2015 +0300

    Merge branch '2.0' of https://github.com/alexeyxo/protobuf-swift into 2.0

commit 2e4e36a
Author: Alexey Khokhlov <[email protected]>
Date:   Mon Jun 1 15:01:55 2015 +0300

    Terminating app due to uncaught... #67

commit aa8221f
Author: Alexey Khokhlov <[email protected]>
Date:   Fri May 29 15:10:48 2015 +0300

    Update README.md

commit 36edda8
Author: Alexey Khokhlov <[email protected]>
Date:   Wed May 27 22:56:54 2015 +0300

    Fix UnitTests

commit b35a5fc
Author: Alexey Khokhlov <[email protected]>
Date:   Wed May 27 22:23:20 2015 +0300

    Refactoring message generator

commit 39827fc
Author: Alexey Khokhlov <[email protected]>
Date:   Wed May 27 20:12:43 2015 +0300

    Update .travis.yml when travis-ci supports Xcode 6.3 #54

commit 6f64fad
Author: Alexey Khokhlov <[email protected]>
Date:   Sun May 24 18:13:00 2015 +0300

    Generating new file name styles

commit b30db86
Author: Alexey Khokhlov <[email protected]>
Date:   Sun May 24 13:35:05 2015 +0300

    mpa fields unittest and refactoring

commit 3a11056
Author: Alexey Khokhlov <[email protected]>
Date:   Wed May 20 19:20:16 2015 +0300

    update message generator

commit d3f926c
Author: Alexey Khokhlov <[email protected]>
Date:   Wed May 20 17:36:39 2015 +0300

    add: UnitTests

commit d35be9e
Author: Alexey Khokhlov <[email protected]>
Date:   Tue May 19 19:56:54 2015 +0300

    Regenerate Tests

commit 6d5cd75
Author: Alexey Khokhlov <[email protected]>
Date:   Tue May 19 16:51:30 2015 +0300

    #18 Map Fields Beta 1

commit 99b6ed0
Author: Alexey Khokhlov <[email protected]>
Date:   Mon May 18 19:18:27 2015 +0300

    #18 Map Fields

commit 90dc6a0
Author: Alexey Khokhlov <[email protected]>
Date:   Fri May 15 18:34:49 2015 +0300

    map fields

commit 8ddb80f
Author: Alexey Khokhlov <[email protected]>
Date:   Fri May 15 15:11:38 2015 +0300

    ProtocolBuffers 3.0 #18
  • Loading branch information
alexeyxo committed Jul 14, 2015
1 parent 7bdb46c commit 38c4115
Show file tree
Hide file tree
Showing 81 changed files with 79,296 additions and 62,530 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ before_install:
- brew update
- brew uninstall xctool
- brew install xctool --HEAD
- xctool -v
- brew install protobuf
install:
- scripts/build.sh
Expand Down
Loading

0 comments on commit 38c4115

Please sign in to comment.