index
:
delta/thrift.git
0.1.x
0.10.0
0.11.0
0.11.0-rc0
0.12.0
0.13.0
0.14.0
0.14.1
0.14.2
0.15.0
0.16.0
0.17.0
0.18.0
0.18.1
0.2.x
0.3.x
0.4.x
0.5.x
0.6.x
0.7.x
0.8.x
0.9.1
0.9.2
0.9.3
0.9.3.1
0.9.3.2
0.9.x
Jens-G-enable-GitHub-code-scanning
THRIFT-5288
THRIFT-5292
THRIFT-5345
ci/pypi-automation
dependabot/gradle/lib/java/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.12.0
follow-up-python-github-workflow
master
py-compiler
rel/0.10.0
git.apache.org: repos/asf/thrift.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
cpp
/
src
/
thrift
/
generate
Commit message (
Expand
)
Author
Age
Files
Lines
*
THRIFT-5576: fix old-style cast and redundant copy
kashirin.alex
2022-08-25
1
-13
/
+14
*
THRIFT-4086: Add missing calls to get_true_type when generating validator + m...
Hernan Silberman
2022-08-25
1
-2
/
+3
*
THRIFT-5590 Haxe complex inits
Jens Geyer
2022-06-13
1
-144
/
+166
*
THRIFT-5589 Haxe compiler/runtime fixes
Jens Geyer
2022-06-07
1
-14
/
+15
*
THRIFT-5588 Remove slist/senum from IDL
Jens Geyer
2022-06-06
3
-18
/
+9
*
Revert "THRIFT-5569: add negative size checks in Go generator when reading ma...
Yuxuan 'fishy' Wang
2022-05-12
1
-9
/
+0
*
THRIFT-5583: Add skip_remote arg to go compiler
Yuxuan 'fishy' Wang
2022-05-10
1
-2
/
+10
*
THRIFT-5582: Improve TProtocol.java for Kotlin generator (#2603)
Jiayu Liu
2022-05-10
1
-130
/
+16
*
THRIFT-5571: add metadata map building to kotlin generator (#2584)
Jiayu Liu
2022-05-06
1
-0
/
+101
*
THRIFT-5544: annotations_as_metadata java code gen param (#2553)
Jiayu Liu
2022-05-05
1
-1
/
+40
*
THRIFT-5578 #nullable disable collides with C# lang versions < 8
Jens Geyer
2022-05-05
1
-2
/
+0
*
(typescript): Fix invalid optional members and argument generation
Phil Price
2022-04-21
1
-2
/
+17
*
THRIFT-5548: add kotlin code gen
Jiayu Liu
2022-04-20
1
-0
/
+2011
*
THRIFT-5569: add negative size checks in Go generator when reading maps, sets...
Andreas Krennmair
2022-04-20
1
-0
/
+9
*
change the java gen @SuppressWarnings location
Jiayu Liu
2022-04-19
1
-5
/
+8
*
THRIFT-5521: [java gen] use jdk8 option type in java generator code
Jiayu Liu
2022-04-16
1
-14
/
+85
*
THRIFT-4100: Extract Rust read/write struct methods into a trait
Zachary Kuhn
2022-04-14
1
-11
/
+25
*
THRIFT-5551: java generator to add @Override where possible
Jiayu Liu
2022-04-13
1
-34
/
+67
*
add interface generation
Jiayu Liu
2022-04-13
1
-0
/
+90
*
THRIFT-5552 apply clang-format to java generator
Jiayu Liu
2022-04-11
1
-293
/
+373
*
json gen should indent while printing include strings
Jiayu Liu
2022-04-11
1
-0
/
+1
*
FIX: error C4244: conversion from "int64_t" to "int", possible data loss
Jens Geyer
2022-03-16
1
-1
/
+1
*
workaround MSVC compiler bug
Leon Scharnowski
2022-03-12
1
-1
/
+3
*
THRIFT-5501 Remove Common Lisp support
Jens Geyer
2022-03-06
2
-561
/
+0
*
don't output empty import line if old style enums are used
Kevin Wojniak
2022-03-05
1
-3
/
+3
*
match existing style for setting default value of gen_enum_
Kevin Wojniak
2022-03-05
1
-1
/
+2
*
fix broken syntax for old style enum
Kevin Wojniak
2022-03-05
1
-3
/
+3
*
clean up formatting
Kevin Wojniak
2022-03-05
1
-1
/
+2
*
init gen_enum_ to false
Kevin Wojniak
2022-03-05
1
-1
/
+1
*
Support for Python and enums
Constantinos Dimitriou
2022-03-05
1
-11
/
+47
*
THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as a consistent pa...
Jiayu Liu
2022-03-02
1
-2
/
+4
*
THRIFT-5526 to use "private_members" instead of "private-members" as a consis...
Jiayu Liu
2022-03-02
1
-2
/
+4
*
THRIFT-5519 Java async client loses exceptions in void methods
Alex Kormukhin
2022-03-02
1
-0
/
+4
*
Fixes #5529 missing space in between "<" and "::" in c++ generator
Andreas Renggli
2022-02-26
1
-3
/
+3
*
THRIFT-5528 Incorrect HTML link for referenced typedefs
Jens Geyer
2022-02-23
1
-1
/
+1
*
THRIFT-5527: Don't swallow idl exceptions in Process function
Yuxuan 'fishy' Wang
2022-02-23
1
-41
/
+103
*
THRIFT-5511 Full support for the new net6 "nullability" semantics
Jens Geyer
2022-02-08
2
-184
/
+493
*
minor indent fixes
Jens Geyer
2022-02-01
1
-16
/
+7
*
THRIFT-5504 CA2254 Message template should be compile time constant
Jens Geyer
2022-02-01
1
-1
/
+1
*
THRIFT-5505 error: 'close_generator' overrides a member function but is not m...
Jens Geyer
2022-01-30
1
-9
/
+9
*
Fixes #5500, uncompilable code when a .thirft struct named 'System' is present
Jonas Marty
2022-01-20
1
-1
/
+1
*
THRIFT-5418: Fix missing implementation for enum functions
Dirk Sandbrink
2022-01-17
1
-0
/
+2
*
THRIFT-5479 Add net 6 support
Jens Geyer
2022-01-09
2
-2
/
+15
*
THRIFT-5476 Deprecate Common Lisp support
Jens Geyer
2021-10-31
1
-1
/
+4
*
THRIFT-5408 Support for deprecated methods - follow_up fix
Jens Geyer
2021-10-27
2
-10
/
+18
*
THRIFT-5448: map binary to typescript Buffer
Opportunity
2021-10-14
1
-1
/
+1
*
THRIFT-5471 Introduce delimiter and app_prefix options to erl generator
Sergey Yelin
2021-10-14
1
-3
/
+23
*
THRIFT-4868: Golang: Fix compilation for optional set<binary> with default va...
Yuri Melnikov
2021-09-09
1
-2
/
+2
*
THRIFT-5459: Fix breaking issue when adding a new exception
Yuxuan 'fishy' Wang
2021-09-03
1
-1
/
+17
*
go: Fix things staticcheck complains about
Yuxuan 'fishy' Wang
2021-08-27
1
-7
/
+7
[next]