summaryrefslogtreecommitdiff
path: root/lib/haxe
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5707 deprecation warning fixes for extern and enumJens Geyer2023-05-114-12/+8
| | | | | Client: hx Patch: Jens Geyer
* bump version numberJens Geyer2023-02-061-1/+1
|
* THRIFT-5593 Implement uuid for HaxeJens Geyer2022-09-0520-33/+139
| | | | | | | Client: hx Patch: Jens Geyer Relies on https://github.com/flashultra/uuid/issues/4 being fixed, thus may require using the most recent uuid package from Github instead of the Haxelib package.
* version bumpJens Geyer2022-08-301-1/+1
|
* THRIFT-5590 Haxe complex initsJens Geyer2022-06-1315-5/+127
| | | | | | | Client: hx Patch: Jens Geyer This closes #2622
* FIX misc license headersJens Geyer2022-06-083-48/+55
|
* THRIFT-5589 Haxe compiler/runtime fixesJens Geyer2022-06-0714-253/+45
| | | | | Client: hx Patch: Jens Geyer
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.KJens Geyer2021-10-151-1/+1
| | | | | Client: hx Patch: Jens Geyer
* bump version numberJens Geyer2021-08-031-1/+1
|
* THRIFT-5413 Int vs String in method get_size required by property sizeJens Geyer2021-05-131-1/+1
| | | | | Client: hx Patch: Jens Geyer
* THRIFT-5381 possible collisions at VOID type with some 3rd-party libraries ↵Jens Geyer2021-03-274-4/+4
| | | | | | | on Haxe cpp targets Client: hx Patch: Jens Geyer
* THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZEJens Geyer2021-03-1727-494/+899
| | | | | | | Client: haxe Patch: Jens Geyer This closes #2349
* fix to publish haxelibJens Geyer2021-02-241-1/+1
|
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* bump versionJens Geyer2019-10-171-1/+1
| | | | This closes #1899
* THRIFT-4812 haxelib readme still points to old ASF git repoJens Geyer2019-02-251-4/+2
| | | | | Client: haxe Patch: Jens Geyer
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-302-4/+4
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-182-3/+3
|/
* THRIFT-4396 inconsistent (or plain wrong) version numbers in master/trunkJens Geyer2017-11-301-1/+1
| | | | | | | Client: (multiple) Patch: Jens Geyer This closes #1422
* THRIFT-4377: more informative error messages on testsOleksii Prudkyi2017-10-301-1/+1
| | | | | | | THRIFT-4377: fix haxe-php integration Client: haxe This closes #1407
* THRIFT-4377: close socket after processing requestOleksii Prudkyi2017-10-291-0/+5
| | | | | | | Client: Haxe Patch: Oleksii Prudkyi <Oleksii.Prudkyi@gmail.com> This closes #1407
* configure.ac, Makefile.am: introduce THRIFT variable to support ↵Thomas Petazzoni2017-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | cross-compilation The thrift build system currently assumes that the thrift compiler is always available in $(top_builddir)/compiler/cpp/thrift. However, in a cross-compilation context, this location contains the thrift compiler built for the target... which obviously will not run on the build machine. In order to support such cross-compilation situation, we introduce the THRIFT variable as a an argument for the configure script (using AC_ARG_VAR). If not specified, it defaults to the existing value of using compiler/cpp/thrift from the build directory, but it can be overridden when calling ./configure. Note that $(top_builddir) cannot be used within the configure script, so we simply use `pwd`, which is the same as the top_builddir. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> This closes #1336 This closes #1350
* THRIFT-4157 outdated readme about Haxe installation on LinuxJens Geyer2017-04-021-6/+6
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #1234
* THRIFT-4024 Skip() should throw on unknown data typesJens Geyer2017-01-111-1/+1
| | | | | | | Client: C#, NETCore, Haxe, Delphi, Go Patch: Jens Geyer This closes #1155
* THRIFT-3833 haxe http server implementation (by embeding into php web server)Oleksii Prudkyi2016-05-294-7/+114
| | | | | | | | Client: Haxe Patch: Oleksii Prudkyi <Oleksii.Prudkyi@gmail.com> + some modifications by Jens Geyer This closes #1013 This closes #1020
* THRIFT-3843 integer issues with Haxe PHP targets cause ZigZag encoding to failJens Geyer2016-05-281-12/+17
| | | | | Client: Haxe Patch: Jens Geyer
* THRIFT-3742 haxe php cli supportJens Geyer2016-03-1610-111/+159
| | | | | | | Client: Haxe Patch: Oleksii Prudkyi + minor changes from Jens Geyer This closes #950
* THRIFT-3740 Fix haxelib.json classpathJens Geyer2016-03-151-1/+2
| | | | | Client: Haxe Patch: Oleksii Prudkyi
* THRIFT-3741 haxe test is brokenJens Geyer2016-03-151-0/+8
| | | | | Client: Haxe Patch: Oleksii Prudkyi
* THRIFT-3638 Fix haxelib.jsonJens Geyer2016-02-161-4/+4
| | | | | Client: Haxe Patch: Jens Geyer
* THRIFT-3239 Limit recursion depthJens Geyer2015-07-117-98/+124
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #547
* THRIFT-3076 Compatibility with Haxe 3.2.0Jens Geyer2015-05-313-11/+14
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #510
* THRIFT-3151 Fix links to git-wip* - should be git.apache.orgJens Geyer2015-05-141-22/+39
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #492
* THRIFT-3148 Markdown links to coding_standards are deadNobuaki Sukegawa2015-05-131-1/+1
| | | | This closes #491
* THRIFT-3076 Compatibility with Haxe 3.2.0Jens Geyer2015-04-119-24/+77
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #435
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-1/+1
| | | | | | | | THRIFT-2946 Enhance usability of cross test framework Patch: Nobuaki Sukegawa This closes: #358
* THRIFT-3026 TMultiplexedProcessor does not have a constructorJens Geyer2015-03-061-0/+3
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #392
* THRIFT-3025 Change pure Ints into @enumsJens Geyer2015-03-069-30/+58
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #391
* THRIFT-3024 User-Agent "BattleNet" used in some Thrift library filesJens Geyer2015-03-061-1/+7
| | | | | | | Client: AS3, Haxe Patch: Jens Geyer This closes #390
* THRIFT-3022 Compact protocol for HaxeJens Geyer2015-03-054-0/+1057
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #388
* THRIFT-2724 - Coding standards template added all over projectKonrad Grochowski2015-02-051-0/+1
| | | | | | | Client: All Patch: Konrad Grochowski This closes #371
* THRIFT-2973 Update Haxe lib readme regarding Haxe 3.1.3Jens Geyer2015-02-011-4/+12
| | | | | Client: haxe Patch: Jens Geyer
* THRIFT-2919 Haxe test server timeout too largeJens Geyer2014-12-291-0/+7
| | | | | | | | | | Client: Haxe Patch: Jens Geyer This closes #340 - reduced timeout and made sure the test script waits appropriately - added test to make sure Haxe >= 3.1.3 is used
* THRIFT-2861 add buffered transportJens Geyer2014-11-293-6/+203
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #292
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
| | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* THRIFT-2829 Support haxelib installation via githubJens Geyer2014-11-152-8/+26
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #268
* THRIFT-2815 Support for Multiplexing Services on any Transport, Protocol and ↵Jens Geyer2014-11-1111-23/+808
| | | | | | | | | Server Client: Haxe Patch: Jens Geyer This closes #262
* THRIFT-2813 multiple haxe library fixes/improvementsJens Geyer2014-11-118-39/+157
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #260