Commit Graph

  • 4a280d56cc THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink CJCombrink 2024-03-14 19:57:41 +01:00
  • 68139d117f [THRIFT-5757] Unit tests for php lib Client: php Patch: Volodymyr Panivko Volodymyr Panivko 2024-03-19 23:14:07 +01:00
  • 1d886ca4af THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink CJCombrink 2024-03-23 21:32:28 +01:00
  • 381d86e71e Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#2941) dependabot[bot] 2024-04-02 20:39:41 +08:00
  • 85ea59366d Updated ReleaseManagement.md according to THRIFT-5755 changes Jens Geyer 2024-04-02 14:23:42 +02:00
  • 63f04583e3 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work Thomas 2024-03-21 22:51:07 +09:00
  • f6972f1a29 Fix EXTRA_DIST in php make file Thomas 2024-03-17 10:06:24 +09:00
  • 5f563e9f8d Fix haxe setup, allow root users to be used and check for existing users Thomas 2024-03-06 23:26:22 +09:00
  • f8431856ed Update readme version table Thomas 2024-03-05 23:21:05 +09:00
  • f515517951 Add specific PHP versions and additional dependencies Thomas 2024-03-05 22:13:22 +09:00
  • 6768584bbd Add Haxe and fix rust Thomas 2024-03-04 21:32:26 +09:00
  • fd29ab160a Update GO in docker containers to 1.21 Thomas 2024-02-28 20:40:30 +09:00
  • fb92b73c7b Remove old/ directory from build/docker since its not maintained/used Thomas 2024-02-28 19:27:41 +09:00
  • c890ed41ca THRIFT-5755 Docker image build fail Thomas 2024-02-25 19:58:30 +09:00
  • 2adfd14c02 THRIFT-5750 Remove "ansistr_binary_" option Client: delphi Patch: Jens Geyer Jens Geyer 2024-04-01 22:44:14 +02:00
  • fcddf0803d Bump jvm from 1.9.22 to 1.9.23 in /lib/kotlin dependabot[bot] 2024-04-01 06:20:43 +00:00
  • f8852dc61e Upgraded dockerfile reference to Win64OpenSSL-1_1_0l.exe Jens Geyer 2024-03-31 15:42:16 +02:00
  • 564dbfc6fb Upgraded appveyor dockerfile reference to zlib to 1.2.13 Patch: JensG Jens Geyer 2024-03-31 15:36:04 +02:00
  • aa04bb9402 [THRIFT-5757] Unit tests for php lib Volodymyr Panivko 2024-03-18 22:26:00 +01:00
  • 9bd1f1bee7 We have 2024 Jens Geyer 2024-03-23 00:53:56 +01:00
  • f5396ed9dd Merge branch '0.20.0' Jens Geyer 2024-03-22 23:54:45 +01:00
  • 2826098259 THRIFT-5762 Fix spotless errors Thomas 2024-03-15 19:08:16 +09:00
  • 4233d75289 THRIFT-5768 Add missing test in configure.ac for kotlin Thomas 2024-03-17 09:45:38 +09:00
  • a9b1463499 THRIFT-5767: use string builder to parse strings with escaped quotes (#2946) k-walton 2024-03-18 18:26:27 -04:00
  • b60b8feb5f THRIFT-5769: fix invalid size error on large messages Tuomo Jokimies 2024-03-18 16:56:25 +02:00
  • 0e7236391f Add "my own +1 vote" paragraph to mail template Jens Geyer 2024-03-12 23:21:00 +01:00
  • 0d0ac75347 Preparing 0.20.0 v0.20.0 Jens Geyer 2024-03-12 21:49:28 +01:00
  • 99130046c4 [THRIFT-5757] Unit tests for php lib Volodymyr Panivko 2024-03-02 21:41:01 +01:00
  • 58c2785d7c expose qt5 targets if available Tobias Weihs 2022-09-09 11:21:45 +02:00
  • 9bd8f1e1ac Fix ODR violations in cases where templates are involved Lukas Barth 2023-04-04 16:25:06 +02:00
  • 4f56007baf Always generate an initializer list Lukas Barth 2023-03-06 11:37:09 +01:00
  • 16105fa1a1 Move generate_default_constructor call into generate_struct_definition Lukas Barth 2023-02-24 13:46:58 +01:00
  • cedcd0e642 Factor out duplicated code into helper function Lukas Barth 2023-02-08 10:11:48 +01:00
  • f02ac2fb57 Move default constructor and operator== implementation to CPP file Lukas Barth 2023-02-08 09:33:03 +01:00
  • b53fa8e14b THRIFT-5765 Extra override for WriteBinary() to avoid unnecessary memory allocations when using COM types Client: Delphi Patch: JensG Jens Geyer 2024-03-08 00:33:22 +01:00
  • 1681926887 THRIFT-5764 Extra CTOR for TThriftBytesImpl Client: Delphi Patch: Jens Geyer Jens Geyer 2024-03-07 23:01:20 +01:00
  • b6cf04941f THRIFT-5762 Expose service result objects in Java Thomas 2024-02-25 18:05:38 +09:00
  • 3ea763e068 Enable all tests on opensslv3 Thomas 2024-03-05 21:30:29 +09:00
  • 8148f2ff97 THRIFT-5706: lib/cpp Fix the Security tests on openssl 1.1 and 3.0 Thomas 2024-02-26 21:45:05 +09:00
  • da2ef3486b Update lib/php/test/Unit/Lib/ClassLoader/ThriftClassLoaderTest.php Volodymyr Panivko 2024-02-23 22:51:59 +01:00
  • d1a4fee5df Update lib/php/test/Unit/Lib/StringFunc/CoreTest.php Volodymyr Panivko 2024-02-23 20:04:29 +01:00
  • 3a6ee00d6f Update lib/php/test/Unit/Lib/StringFunc/MbStringTest.php Volodymyr Panivko 2024-02-23 20:04:20 +01:00
  • 14fc2be20c [THRIFT-5757] Unit tests for php lib Volodymyr Panivko 2024-02-22 18:17:40 +01:00
  • d0bd39ce72 THRIFT-5761 Lib/json tests fail Thomas 2024-02-25 23:37:35 +09:00
  • 58000ccb18 Fix: fix readMessageBegin name type error Client: ["python"] bwangelme 2023-11-06 12:21:38 +08:00
  • ac52d8dac1 [THRIFT-5758] PHP 8.2 Deprecate dynamic properties Volodymyr Panivko 2024-02-22 22:09:00 +01:00
  • f6927020dd [THRIFT-5760] Update minimal version of php vladimir.panivko 2024-02-24 17:12:10 +01:00
  • 3b1c30c5a7 Add license header to pypi workflow file Yuxuan 'fishy' Wang 2024-02-19 14:24:51 -08:00
  • 417eafd480 Add license header to pypi workflow file Yuxuan 'fishy' Wang 2024-02-19 14:24:51 -08:00
  • 9a253e7002 THRIFT-5688: Add PyPI publishing github actions Yuxuan 'fishy' Wang 2024-02-07 17:42:39 -08:00
  • 09fa37b0e1 add ASF Header Volodymyr Panivko 2024-02-21 09:07:46 +01:00
  • 8e828c03d4 THRIFT-5756 Run php tests in github actions Volodymyr Panivko 2024-02-19 11:34:48 +01:00
  • 84b35ff828 THRIFT-5688: Add PyPI publishing github actions Yuxuan 'fishy' Wang 2024-02-07 17:42:39 -08:00
  • dd1217fc9a THRIFT-5745: Implement slog.LogValuer on go TStructs Yuxuan 'fishy' Wang 2023-11-21 16:42:00 -08:00
  • ab6f3ef1f4 THRIFT-5744: Switch to slog for go library Yuxuan 'fishy' Wang 2023-11-17 12:36:31 -08:00
  • 51e541eae3 THRIFT-5745: Implement slog.LogValuer on go TStructs Yuxuan 'fishy' Wang 2023-11-21 16:42:00 -08:00
  • 875178c0ab THRIFT-5744: Switch to slog for go library Yuxuan 'fishy' Wang 2023-11-17 12:36:31 -08:00
  • 318731b119 Updated manual version info and CHANGES Jens Geyer 2024-02-04 14:56:03 +01:00
  • 75cf93ed22 bump version number Jens Geyer 2024-02-04 14:50:37 +01:00
  • 0c637d7aa5 Bump com.diffplug.spotless from 6.23.3 to 6.25.0 in /lib/java dependabot[bot] 2024-02-01 06:57:36 +00:00
  • 9d96f200ad Fix ambigous typescript definitions adrianhelvikspond 2024-01-22 10:23:25 +01:00
  • 7d4c7fa69b THRIFT-5750 deprecate "ansistr_binary_" option Client: delphi Patch: Jens Geyer Jens Geyer 2024-01-21 15:43:11 +01:00
  • 7507fa01c2 THRIFT-5753 PHP 8.1 deprecated warning about return type in jsonSerialize functions Pavel Kvach 2024-01-11 10:01:01 +02:00
  • 8238364c6b THRIFT-5754: Fix PHP 8.1 deprecates passing null to non-nullable internal function parameters Pavel Kvach 2024-01-14 15:53:17 +02:00
  • 3dcc0cdeb9 Revert "Bump upload/download-artifacts from v3 to v4" Yuxuan 'fishy' Wang 2024-01-08 14:11:25 -08:00
  • c2738d058e [THRIFT-5752] Add TTransportFactoryInterface Volodymyr Panivko 2024-01-06 14:12:04 +01:00
  • 8ea1a483f5 Bump org.codehaus.plexus:plexus-utils in /contrib/thrift-maven-plugin dependabot[bot] 2024-01-03 17:21:14 +00:00
  • 8540066800 Bump upload/download-artifacts from v3 to v4 Yuxuan 'fishy' Wang 2024-01-03 09:18:23 -08:00
  • 8004c375df Bump jvm from 1.9.21 to 1.9.22 in /lib/kotlin dependabot[bot] 2024-01-03 16:59:56 +00:00
  • 30c2845fdc Bump actions/setup-python from 4 to 5 dependabot[bot] 2024-01-03 16:59:14 +00:00
  • 781c590457 Bump com.diffplug.spotless from 6.23.2 to 6.23.3 in /lib/java dependabot[bot] 2024-01-03 16:59:42 +00:00
  • 1ebfcf8e0b Bump actions/setup-go from 4 to 5 dependabot[bot] 2024-01-03 16:59:31 +00:00
  • be1c8fd836 Fix github actions for python3 tests Yuxuan 'fishy' Wang 2024-01-02 09:04:19 -08:00
  • 5cf71b2bee THRIFT-5749 Option to enable RTTI info (2nd attempt) Client: Delphi Patch: Jens Geyer Jens Geyer 2023-12-18 11:44:55 +01:00
  • f1584f5f61 FIX: Unused import Map Client: hx Patch: Jens Geyer Jens Geyer 2023-12-16 15:30:50 +01:00
  • 93222f62dc THRIFT-5749 Option to enable RTTI info Client: Delphi Patch: Jens Geyer Jens Geyer 2023-12-15 16:03:48 +01:00
  • 20e3124cae Revert "lib: cpp: automake: ship thrift/numeric_cast.h" Yuxuan 'fishy' Wang 2023-12-07 08:37:51 -08:00
  • 9a9e60ed26 Downgrade spotbugs to 5.2.5 Yuxuan 'fishy' Wang 2023-12-07 09:03:04 -08:00
  • 022d0278eb Github Actions: Remove --disable-tests Yuxuan 'fishy' Wang 2023-11-22 09:09:57 -08:00
  • 697c08badc Bump com.github.spotbugs from 5.2.1 to 6.0.1 in /lib/kotlin dependabot[bot] 2023-12-03 21:00:42 +00:00
  • f4b6d96008 Bump actions/setup-java from 3 to 4 dependabot[bot] 2023-12-01 06:30:44 +00:00
  • a58e915338 Bump jvm from 1.9.20 to 1.9.21 in /lib/kotlin dependabot[bot] 2023-12-01 06:53:07 +00:00
  • 87e7be7541 Bump com.diffplug.spotless from 6.22.0 to 6.23.2 in /lib/kotlin dependabot[bot] 2023-12-01 06:53:10 +00:00
  • 8a6bcc76f3 THRIFT-5747 warning: The macro `AC_HELP_STRING' is obsolete. Patch: Jens Geyer Jens Geyer 2023-11-22 22:13:43 +01:00
  • ac2deed0fc THRIFT-5746 Upgrade to net8 Client: netstd Patch: Jens Geyer Jens Geyer 2023-11-25 09:55:58 +01:00
  • 4115e952b5 THRIFT-5746 Upgrade to net8 Client: netstd Patch: Jens Geyer Jens Geyer 2023-11-21 23:00:01 +01:00
  • a06eedcbfc THRIFT-5743 add TLS1.3 to default protocols where available Client: netstd Patch: Jens Geyer Jens Geyer 2023-11-16 23:23:04 +01:00
  • fa123f950d THRIFT-5742 Add addRange() function to Set helper classes to support adding data from arbitrary enumerable source containers Client: hx Patch: Jens Geyer Jens Geyer 2023-11-10 01:50:24 +01:00
  • fbfa52cd04 THRIFT-5741: use rust 1.65 (#2870) Jiayu Liu 2023-11-07 13:47:24 +08:00
  • 0eab6e0ae5 THRIFT-5740 inherited interfaces should be explicitly listed in Delphi class decl Client: Delphi Patch: Jens Geyer Jens Geyer 2023-11-03 11:17:01 +01:00
  • 2b00c0ae99 Bump jvm from 1.9.10 to 1.9.20 in /lib/kotlin dependabot[bot] 2023-11-01 06:32:12 +00:00
  • ce7ae32e80 Bump com.github.spotbugs from 5.1.3 to 5.2.1 in /lib/kotlin dependabot[bot] 2023-11-01 06:32:15 +00:00
  • fb9ffd2ad4 Bump browserify-sign from 4.0.4 to 4.2.2 in /lib/ts dependabot[bot] 2023-10-27 09:55:54 +00:00
  • dd1c1115b2 Bump browserify-sign from 4.0.4 to 4.2.2 in /lib/js dependabot[bot] 2023-10-26 23:52:31 +00:00
  • 44a7233cf9 Bump @babel/traverse from 7.8.4 to 7.23.2 dependabot[bot] 2023-10-19 00:38:24 +00:00
  • 7f37c2d0df Merge pull request #2732 from stiga-huang/fix-perror Mario Emmenlauer 2023-10-20 02:34:22 -07:00
  • d40dd7203e use gradle 8.4 (#2869) Jiayu Liu 2023-10-19 08:37:49 +08:00
  • 52581915f7 Merge pull request #2871 from BioDataAnalysis/emmenlau_revert_breaking_cast Mario Emmenlauer 2023-10-16 11:12:33 +02:00
  • 597907a2e4 THRIFT-4606 LGPL license file still present (follow-up to THRIFT-3209) Jens Geyer 2023-10-16 03:01:43 +02:00
  • 49e4cea002 THRIFT-5660: Revert "lib: cpp: TTransportException: create thrift::numeric_cast" Mario Emmenlauer 2023-10-14 15:03:12 +02:00