GitHub user Jens-G opened a pull request:

    https://github.com/apache/thrift/pull/229

    THRIFT-2753 Haxe support (part 2)

    THRIFT-2753 
    Misc. Haxe improvements, 
    Requires pull request 214 to be merged first.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Jens-G/thrift thrift-2753

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/229.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #229
    
----
commit 17e419f563052a7da84e5d7e45f4c8a53cb99675
Author: Jens Geyer <je...@apache.org>
Date:   2014-07-27T23:25:30Z

    Haxe: Compiler, Library, Tutorial

commit cff089794170cb60b4aa532cdbdc85820e94f538
Author: Jens Geyer <je...@apache.org>
Date:   2014-07-31T21:17:36Z

    multiple fixes
    - endianess (network byte order)
    - property getter/setter
    - socket transport
    - class Set

commit ce4d54832b0a22b8644c7c59572fe0902b12da1c
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-01T23:31:37Z

    Merge branch 'master' into haxe

commit ba4db27c6aaac28640c002a4b3dfa5f733791efe
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-02T22:55:26Z

    completed server-side, refactoring

commit ad80a8137b95913a6972d5e6f07747e2bc820f52
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-02T23:48:13Z

    added HIDE project files

commit 3b402afee85438b0c55a192d328f3cbe0220c49c
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-05T20:18:51Z

    Build enhancements
    - added README file
    - added some rudimentary shell/batch script files,
    - revised *.hxml project files

commit 6b6ca94f666e76a3e3836171cd9bff6ca15af079
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-05T22:24:54Z

    improved error handling

commit 08195b5f02db32b54bd5090c3fca93e56374e924
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-05T22:49:16Z

    Merge branch 'master' of https://github.com/apache/thrift into haxe

commit 7f6f196633a8689ba4dddf1b553a1ac95585f8f9
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-08T21:54:00Z

    improvements for flash and js targets

commit 9194bc9e2bdbb42314126d09b1e09fcc6bb5bf01
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-08T23:08:34Z

    Merge branch 'master' into haxe

commit 18a7556f7f3fbc44f5503b38e7187e145fb1efb1
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-11T15:21:43Z

    improved codegen for struct members

commit 05ef10c5a104d2c2aef3e38d0c0f21ba858faeb5
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-11T23:26:51Z

    Server not available for HTML5

commit f51feaaabca5bbde2a07dbee2ff7c963fce3a781
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-12T16:44:25Z

    Replace AS3 onError/onSuccess callback style by "normal" 
function():result/exception style. The AS3 callback style is still available 
via option,

commit 21ce660e360e6b74b0ba2f2d54761c2cb9f0cc2c
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-12T17:23:38Z

    error improvements

commit 5f91f965c4023ae2cd1c79d455dead58156ba350
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-12T17:41:57Z

    Merge branch 'master' into haxe

commit d6440a588092307d410135f223037ec6c6bfa821
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-12T19:34:42Z

    - added test client/server (work in progress)
    - improved codegen for list/set/map
    - renamed T*Error to T*Exception
    - fixed license headers

commit ab2e974c880e21f91057c51c5cc22cf287be7a26
Author: Jens Geyer <je...@apache.org>
Date:   2014-08-15T17:18:14Z

    added test client/server code compiles (C++), not fully tested yet

commit 69dd48828909d2eef0bee1d37b58b7c6df3a01e5
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-06T00:01:05Z

    Merge branch 'master' into haxe

commit 12866fb3a7be20fddcbbe433f07a517164cacb33
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-06T21:33:39Z

    Haxe cross test

commit 25bf6c3adbfd8cc3bf10cf93e1702fc4a71a39c2
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-07T00:10:23Z

    - Int64Map<T> added, can't use ObjectMap<T> for haxe.Int64
    - cross-test Client actually tests things now
    - updated lib/haxe/README.md

commit 3298a61cfdfddbb77ffc54366d28dcded62a019e
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-11T23:33:52Z

    Makefiles

commit c33864c67414fd532fa3664467c7ae769e1456d8
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-12T23:36:45Z

    Merge branch 'master' of https://github.com/apache/thrift into haxe

commit ab52f076ad68381d9764e34e1910eaa113b40cf7
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-12T23:48:17Z

    Revised README

commit 66f2f4a09672287fe71cf66998120a95869a7334
Author: Jens Geyer <je...@apache.org>
Date:   2014-07-27T23:25:30Z

    THRIFT-2644 Haxe support
    Client: Haxe
    Patch: Jens Geyer

commit 61a4c96cf39a2b5472e437e3464153b605e5de4d
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-16T20:49:40Z

    THRIFT-2704 generated oneway functions encode as T_CALL not T_ONEWAY

commit 34bcf8a9394fbe0ba1fa8c818a51d7ea597d6ad7
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-17T21:07:02Z

    Merge branch 'master' into haxe

commit 69dcae905dc0459876b1155c619d8deaaf7734d9
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-17T21:10:49Z

    Merge branch 'haxe' into thrift-2644

commit 5517bf0bf3afa2c73ecb1962b320b5c8f2b4e4a3
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-19T22:00:12Z

    - added JSON transport
    - added cmdline args help text

commit fb0fb4d9fd07796a5172bf38aa2ec2d3a8fd7579
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-22T20:21:22Z

    Merge branch 'master' into thrift-2644

commit 36f90f39768b00f9ea5e4bbc20d5e78204c322e3
Author: Jens Geyer <je...@apache.org>
Date:   2014-09-19T22:00:12Z

    - added JSON transport
    - added cmdline args help text

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to