You are viewing a plain text version of this content. The canonical link for it is here.
- [plc4x] branch develop updated: - Implemented a helper to create test-suites for generated protocols in java. - Refactored the code generation to be a bit more generic and use shared interfaces. - posted by cd...@apache.org on 2019/07/01 13:56:43 UTC, 0 replies.
- [plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools - posted by gi...@apache.org on 2019/07/01 14:51:38 UTC, 5 replies.
- [plc4x] branch develop updated: - Updated elasticsearch to version 7.2.0 - posted by cd...@apache.org on 2019/07/01 19:56:16 UTC, 0 replies.
- [plc4x] branch develop updated: - Added a lot of tests based on a recording at my house - Fixed a bug in the spec of the type DIBDeviceInfo - posted by cd...@apache.org on 2019/07/01 21:31:39 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Changed the type of "params" for a field from String to Term - posted by cd...@apache.org on 2019/07/03 18:34:35 UTC, 0 replies.
- [plc4x] branch develop updated (1c5387b -> c186700) - posted by cd...@apache.org on 2019/07/03 18:47:05 UTC, 0 replies.
- [plc4x] 01/02: - Made the ProtocolTestsuiteRunner also test the serialization - posted by cd...@apache.org on 2019/07/03 18:47:06 UTC, 0 replies.
- [plc4x] 02/02: - Extended the case statement to be able to take arguments - Excluded ConstFields from the PropertyFields - Converted the params of complex typed fields from String[] to Term[] - posted by cd...@apache.org on 2019/07/03 18:47:07 UTC, 0 replies.
- [plc4x] branch develop updated: - Added some documentation change to reflect the latest changes in the mspec format. - posted by cd...@apache.org on 2019/07/03 19:01:12 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed a broken link in the documentation - posted by cd...@apache.org on 2019/07/03 19:07:38 UTC, 0 replies.
- [plc4x] branch develop updated: - Added some debug code to track down regular build failures on our jenkins build agent (Missing to detect python) - posted by cd...@apache.org on 2019/07/03 19:28:16 UTC, 0 replies.
- [plc4x] branch develop updated (4edd2c5 -> 0d8267f) - posted by cd...@apache.org on 2019/07/04 12:02:28 UTC, 0 replies.
- [plc4x] 01/03: - Updated the JUnit dependencies - Added missing dependencies causing maven to skip some of the JUnit5 tests - posted by cd...@apache.org on 2019/07/04 12:02:29 UTC, 0 replies.
- [plc4x] 02/03: Fixed a bug in the code-generation. - posted by cd...@apache.org on 2019/07/04 12:02:30 UTC, 0 replies.
- [plc4x] 03/03: - Added KNX parsing of "Additional Information". - Added initial support for parsing of cEMI packages. - posted by cd...@apache.org on 2019/07/04 12:02:31 UTC, 0 replies.
- [plc4x] branch feature/code-gen deleted (was dbf37ee) - posted by cd...@apache.org on 2019/07/04 12:22:32 UTC, 0 replies.
- [plc4x] branch feature/calcite-adapter deleted (was 69a003e) - posted by cd...@apache.org on 2019/07/04 13:07:46 UTC, 0 replies.
- [plc4x] branch feature/generated-drivers deleted (was d7c70ed) - posted by cd...@apache.org on 2019/07/04 13:10:47 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated (0edaaff -> 41a88cc) - posted by cd...@apache.org on 2019/07/05 12:51:47 UTC, 0 replies.
- [plc4x] 01/03: - Removed the maven sub-structure - Switched to CMake as central build system.feature/s7-cpp - posted by cd...@apache.org on 2019/07/05 12:51:48 UTC, 0 replies.
- [plc4x] 02/03: - Added missing Apache headers - posted by cd...@apache.org on 2019/07/05 12:51:49 UTC, 0 replies.
- [plc4x] 03/03: - Changed the import statement to use slashes instead of backslashes - posted by cd...@apache.org on 2019/07/05 12:51:50 UTC, 0 replies.
- [plc4x] branch develop updated: - Fix the problems with the c++ logger build. - posted by cd...@apache.org on 2019/07/06 15:04:49 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Added the building of boost back. - posted by cd...@apache.org on 2019/07/08 07:21:17 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Continued working on the c++ build -- Switched to Boost 3.14.0 in order to get boost 1.70.0 support - posted by cd...@apache.org on 2019/07/09 11:44:51 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Fixed some compilation issues (Some missing underscores) - posted by cd...@apache.org on 2019/07/09 13:08:57 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Added linking of ws2_32 for mingw builds - Set the BOOST_LIBRARYDIR - posted by cd...@apache.org on 2019/07/09 13:27:02 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Tried to get CMake to find the 64 bit versions of the boost libs - posted by cd...@apache.org on 2019/07/09 14:29:40 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Cleaned up the CMakeLists.txt files - posted by cd...@apache.org on 2019/07/09 14:42:42 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Added the "target_link_libraries" to the logger (No idea why it's needed) - posted by cd...@apache.org on 2019/07/09 14:49:31 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Added a missing target_link_libraries rule to the driver-base - posted by cd...@apache.org on 2019/07/09 19:34:15 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Moved the boost location settings from the pom into the CMakeLists.txt file - posted by cd...@apache.org on 2019/07/10 09:22:39 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Make the build work correctly on Ubuntu Linux - posted by cd...@apache.org on 2019/07/10 13:02:03 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Added some documentation for CLion usage - Streamlined the example CMakeLists.txt - Fixed some typos in the documentation of the pom.xml - posted by cd...@apache.org on 2019/07/10 14:24:51 UTC, 0 replies.
- [plc4x] branch develop updated: - Make the cmake-maven-plugin use a manually downloaded and newer version of CMake to avoid problems with the thrift build. - posted by cd...@apache.org on 2019/07/11 07:20:48 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated (050f661 -> 2b9ff5c) - posted by cd...@apache.org on 2019/07/11 15:11:47 UTC, 0 replies.
- [plc4x] 01/06: Updated the feature branch with the latest state of develop. - posted by cd...@apache.org on 2019/07/11 15:11:48 UTC, 0 replies.
- [plc4x] 02/06: Merge branch 'develop' of github.com:apache/plc4x into feature/s7-cpp - posted by cd...@apache.org on 2019/07/11 15:11:49 UTC, 0 replies.
- [plc4x] 03/06: - Make the cmake-maven-plugin use a manually downloaded and newer version of CMake to avoid problems with the thrift build. - posted by cd...@apache.org on 2019/07/11 15:11:50 UTC, 0 replies.
- [plc4x] 04/06: - Forcefully disable BOOST as having newer Boost versions (Such as: 1.70.0) available on your system would break the build - posted by cd...@apache.org on 2019/07/11 15:11:51 UTC, 0 replies.
- [plc4x] 05/06: - Fixed some final issues in the build ... - Moved the build of boost out of a self-activating profile (When doing a "mvn clean install" the lib/boost directory would initially exist, therefore maven would skip building it, unfortunately the clean would then delete it and the profile would not be re-enabled, causing the build to fail) - posted by cd...@apache.org on 2019/07/11 15:11:52 UTC, 0 replies.
- [plc4x] 06/06: - Moved the build of Boost into a separate module located under tools (It's no longer in plc4cpp), which is built when enabling the "with-boost" profile. - We are now packing up the libs and includes into an zip assembly which is unpacked if needed (in case of plc4cpp it is needed) - Added a check to the prerequisiteCheck.groovy to check if boost is locally available only if the "with-cpp" profile is enabled and the "with-boost" profile is NOT enabled too. - posted by cd...@apache.org on 2019/07/11 15:11:53 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: Add linux Support Modify Filename helloplc4x Modify Cmake to Include libs to load DLLs - posted by ms...@apache.org on 2019/07/12 11:26:19 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: Remove Comment TODO Windows only - posted by ms...@apache.org on 2019/07/12 12:47:44 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: - Added a 'proxy' driver skeleton which will be using thrift for communication with a plc4x proxy server. - Fine-tuned the assembly of the thrift cpp library. - posted by cd...@apache.org on 2019/07/14 16:30:13 UTC, 0 replies.
- [plc4x] branch develop updated (9ba4032 -> 4625982) - posted by cd...@apache.org on 2019/07/14 16:47:32 UTC, 0 replies.
- [plc4x] branch develop updated: - Disabled the proxy driver build for c++ as the boost library 1.70 has issues with that thrift versions code on linux and windows. - posted by cd...@apache.org on 2019/07/14 20:58:37 UTC, 0 replies.
- [plc4x] branch implement-df1-protocol created (now 5d17d47) - posted by jf...@apache.org on 2019/07/17 13:43:44 UTC, 0 replies.
- [plc4x] 01/01: [DF1] Added Initial Setup. - posted by jf...@apache.org on 2019/07/17 13:43:45 UTC, 0 replies.
- [plc4x] branch develop updated: - Added a pluginRepository in order to resolve the plc4x-maven-plugin. - posted by cd...@apache.org on 2019/07/29 14:29:40 UTC, 0 replies.
- [plc4x] branch develop updated: Fixed mspec comment problem with ASF header. - posted by jf...@apache.org on 2019/07/30 09:18:36 UTC, 0 replies.
- [plc4x] branch develop updated: - Make the code generation of arrayFields work with simple fields. - posted by cd...@apache.org on 2019/07/30 09:50:13 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Changed the plugin to fail the build, if an exception occurs during the generation of code. - posted by cd...@apache.org on 2019/07/30 12:00:42 UTC, 0 replies.
- [plc4x] branch develop updated: - Added support for calling static methods - Added support for simple typed arrayFields - posted by cd...@apache.org on 2019/07/30 12:42:01 UTC, 0 replies.
- [plc4x] branch develop updated: - Added support for arguments for non-discriminated types. - posted by cd...@apache.org on 2019/07/30 14:16:38 UTC, 0 replies.
- [plc4x] branch develop updated: - Added serializer arguments - posted by cd...@apache.org on 2019/07/30 14:32:47 UTC, 0 replies.
- [plc4x] branch develop updated: fixed a typo on the plc4py/README.md - posted by jf...@apache.org on 2019/07/31 10:24:27 UTC, 0 replies.
- [plc4x] branch develop updated: - Some major tweaking of how the mspec handles discriminator types - Added arguments to the serialize methods, the same way they were added to the parse methods - made the mspec parser allow array index expressions - posted by cd...@apache.org on 2019/07/31 11:31:11 UTC, 0 replies.