You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/05/28 10:36:39 UTC

[plc4x] branch feature/code-gen updated (e39a950 -> dcccfa3)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch feature/code-gen
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from e39a950  - Introduced a complexTypeReference and renamed simpleType to simpleTypeReference
     add 37be3d1  - Updated the download page to provide the 0.4.0 version for download.
     add da46956  BugFix Logger
     add 6b3bf82  - Enabled the cmake build for the logger module (This will break the build but I doubt we will get it fixed without intentionally breaking it now)
     add 8d9cae7  PLC4X-129 Improve version detection macro.
     add 6145e22  - Disabled the "with-cpp" profile in jenkins till the c++ is fixed. - Fixed some issues in the way I commented out things in the CMakeList.txt files - Got rid of some compiler warnings
     add a4708a9  - Fixed the detection script.
     add 11ad072  - Made sure all profiles are enabled on feature-branches.
     add dc120c4  - Made it possible to disable the prerequisite-check.
     add c63b881  Fixed a typo ...
     new dcccfa3  Merge branches 'develop' and 'feature/code-gen' of github.com:apache/plc4x into feature/code-gen

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |  8 ++--
 plc4cpp/api/CMakeLists.txt                         |  1 -
 plc4cpp/examples/CMakeLists.txt                    |  2 +-
 plc4cpp/integrations/apache-mynewt/CMakeLists.txt  |  2 +-
 plc4cpp/integrations/edgex-foundry/CMakeLists.txt  |  2 +-
 .../messages/items/DefaultBooleanFieldItem.cpp     | 21 ++++------
 .../base/messages/items/DefaultByteFieldItem.cpp   |  5 +--
 .../items/DefaultLocalDateTimeFieldItem.cpp        |  4 +-
 .../messages/items/DefaultLocalTimeFieldItem.cpp   |  4 +-
 .../base/messages/items/DefaultShortFieldItem.cpp  |  2 +-
 plc4cpp/utils/logger/CMakeLists.txt                |  3 +-
 plc4cpp/utils/logger/pom.xml                       |  6 +--
 .../org/apache/plc4x/cpp/utils/logger/DbgTrace.cpp |  6 +--
 .../org/apache/plc4x/cpp/utils/logger/ExLog.cpp    |  2 +-
 pom.xml                                            | 32 +++++++++++++++
 src/main/script/prerequisiteCheck.groovy           | 46 ++++++++++++++--------
 src/site/asciidoc/users/download.adoc              | 36 ++++++++++++-----
 17 files changed, 117 insertions(+), 65 deletions(-)


[plc4x] 01/01: Merge branches 'develop' and 'feature/code-gen' of github.com:apache/plc4x into feature/code-gen

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/code-gen
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit dcccfa3ff0ac90c0925b20d7ab88edd385ffff5a
Merge: e39a950 c63b881
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue May 28 12:35:37 2019 +0200

    Merge branches 'develop' and 'feature/code-gen' of github.com:apache/plc4x into feature/code-gen

 Jenkinsfile                                        |  8 ++--
 plc4cpp/api/CMakeLists.txt                         |  1 -
 plc4cpp/examples/CMakeLists.txt                    |  2 +-
 plc4cpp/integrations/apache-mynewt/CMakeLists.txt  |  2 +-
 plc4cpp/integrations/edgex-foundry/CMakeLists.txt  |  2 +-
 .../messages/items/DefaultBooleanFieldItem.cpp     | 21 ++++------
 .../base/messages/items/DefaultByteFieldItem.cpp   |  5 +--
 .../items/DefaultLocalDateTimeFieldItem.cpp        |  4 +-
 .../messages/items/DefaultLocalTimeFieldItem.cpp   |  4 +-
 .../base/messages/items/DefaultShortFieldItem.cpp  |  2 +-
 plc4cpp/utils/logger/CMakeLists.txt                |  3 +-
 plc4cpp/utils/logger/pom.xml                       |  6 +--
 .../org/apache/plc4x/cpp/utils/logger/DbgTrace.cpp |  6 +--
 .../org/apache/plc4x/cpp/utils/logger/ExLog.cpp    |  2 +-
 pom.xml                                            | 32 +++++++++++++++
 src/main/script/prerequisiteCheck.groovy           | 46 ++++++++++++++--------
 src/site/asciidoc/users/download.adoc              | 36 ++++++++++++-----
 17 files changed, 117 insertions(+), 65 deletions(-)