File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
2
+
3
+ QtProtobuf
4
+ * Implement qml aliasing for transparent fields
5
+ * Fix repeated field update signals
6
+ * Add update signals for repeated fields when move semantics is used
7
+ * Improve installation rules
8
+ * Add handlers container protection for multithreading
9
+ * Make return value of simple types getters constant
10
+ generator
11
+ * Fix warning of non-existing protoc includepath
12
+
1
13
2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
2
14
3
15
QtProtobuf
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.1 )
2
2
3
- set (QTPROTOBUF_PROJECT_VERSION 0.1.0 )
3
+ set (QTPROTOBUF_PROJECT_VERSION 0.1.1 )
4
4
project (QtProtobufProject VERSION ${QTPROTOBUF_PROJECT_VERSION} LANGUAGES CXX )
5
5
6
6
include (GNUInstallDirs )
You can’t perform that action at this time.
0 commit comments