You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
2020-02-26 version 0.2.0 (generator/QtProtobuf)
2
+
3
+
QtProtobuf
4
+
* Rename generate_qtprotobuf to qtprotobuf_generate
5
+
* Migrate to new types registration approach. All protobuf types including generated might be registred by calling 'QtProtobuf::qRegisterProtobufTypes()'
6
+
* Add basic qmake build procedures support
7
+
* Update well-known types registration. Migrate to common types registration
8
+
* Add .deb package generation based on CPack
9
+
* Add static build support
10
+
* Migate to options-based parameters for qtprotobuf_generate
11
+
* Migrate to whole-archive linking for generated code
12
+
* Supress boringssl warning when compile for windows
13
+
generator
14
+
* Align cmake variable names to unified style
15
+
* Add folder-based generation for multi and single file generators
16
+
* Add code annotations generation
17
+
* Fix headers for generated enums when QML enabled
18
+
1
19
2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
0 commit comments