This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +30
-12
lines changed
src/jaegertracing/thrift-gen Expand file tree Collapse file tree 5 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 3
3
# cpp-client
4
4
C++ OpenTracing binding for Jaeger
5
5
6
+ ## Generated files
7
+
8
+ This project uses Apache Thrift for wire-format protocol support code
9
+ generation. It currently requires exactly Thrift 0.9.2 or 0.9.3. Patches have
10
+ been applied to the generated code so it cannot be directly re-generated from
11
+ the IDL in the ` idl ` submodule
12
+
13
+ (see https://github.com/jaegertracing/cpp-client/issues/45 )
14
+
15
+ The code can be re-generated with
16
+
17
+ git submodule init
18
+ git submodule update
19
+ find idl/thrift/ -type f -name \*.thrift -exec thrift -gen cpp -out src/jaegertracing/thrift-gen {} \;
20
+
21
+ but at time of writing (Thrift 0.11.0) the resulting code is invalid due to
22
+ https://issues.apache.org/jira/browse/THRIFT-4484
23
+
6
24
[ ci-img ] : https://travis-ci.org/jaegertracing/cpp-client.svg?branch=master
7
25
[ ci ] : https://travis-ci.org/jaegertracing/cpp-client
8
26
[ cov-img ] : https://codecov.io/gh/jaegertracing/cpp-client/branch/master/graph/badge.svg
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Autogenerated by Thrift Compiler (0.9.2)
2
+ * MODIFIED from code autogenerated by Thrift Compiler (0.9.2)
3
3
*
4
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5
- * @generated
4
+ * WARNING WARNING WARNING
5
+ * This file has been hand-patched. See https://github.com/jaegertracing/cpp-client/issues/45 .
6
6
*/
7
7
#include " tracetest_types.h"
8
8
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Autogenerated by Thrift Compiler (0.9.2)
2
+ * MODIFIED from code autogenerated by Thrift Compiler (0.9.2)
3
3
*
4
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5
- * @generated
4
+ * WARNING WARNING WARNING
5
+ * This file has been hand-patched. See https://github.com/jaegertracing/cpp-client/issues/45 .
6
6
*/
7
7
#ifndef tracetest_TYPES_H
8
8
#define tracetest_TYPES_H
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Autogenerated by Thrift Compiler (0.9.2)
2
+ * MODIFIED from code autogenerated by Thrift Compiler (0.9.2)
3
3
*
4
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5
- * @generated
4
+ * WARNING WARNING WARNING
5
+ * This file has been hand-patched. See https://github.com/jaegertracing/cpp-client/issues/45 .
6
6
*/
7
7
#include " zipkincore_constants.h"
8
8
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Autogenerated by Thrift Compiler (0.9.2)
2
+ * MODIFIED from code autogenerated by Thrift Compiler (0.9.2)
3
3
*
4
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5
- * @generated
4
+ * WARNING WARNING WARNING
5
+ * This file has been hand-patched. See https://github.com/jaegertracing/cpp-client/issues/45 .
6
6
*/
7
7
#ifndef zipkincore_CONSTANTS_H
8
8
#define zipkincore_CONSTANTS_H
You can’t perform that action at this time.
0 commit comments