You are viewing a plain text version of this content. The canonical link for it is here.
- [plc4x] branch feature/code-gen updated (b4f3ecf -> 213929e) - posted by cd...@apache.org on 2019/06/03 11:34:32 UTC, 0 replies.
- [plc4x] 01/03: - Fixed an error in the spec - posted by cd...@apache.org on 2019/06/03 11:34:33 UTC, 0 replies.
- [plc4x] 02/03: - Fine-tuned the code generation of optionals - posted by cd...@apache.org on 2019/06/03 11:34:34 UTC, 0 replies.
- [plc4x] 03/03: - Fixed an obvious bug in the code generation for the pojos addressing the discriminator-values. - posted by cd...@apache.org on 2019/06/03 11:34:35 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Fine-Tuning of the spec (correcting expressions, adding missing payload types to match the parameter types) - Added Array-Access to spec expressions - Made a "curPos" field available to the Jexl execution, if required - Fixed some errors in the MessageFormatListener not omitting the expression ticks - Made the plugin add the generated sources to the project sources (So they are compiled) - Implemented a first mostly working version of the ReadBuffer - Added a Test class to experiment wit [...] - posted by cd...@apache.org on 2019/06/03 14:54:03 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated (fab6cb9 -> 87a9a46) - posted by cd...@apache.org on 2019/06/04 19:33:51 UTC, 0 replies.
- [plc4x] 01/02: - Implemented a Test for the Netty based original S7 driver - posted by cd...@apache.org on 2019/06/04 19:33:52 UTC, 0 replies.
- [plc4x] 02/02: - Optimized the generated code to be way more efficient while parsing - posted by cd...@apache.org on 2019/06/04 19:33:53 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Finished implementing a first working version of the serialization. - posted by cd...@apache.org on 2019/06/07 13:12:51 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Added a ANTLR4 spec for an expression language. - posted by cd...@apache.org on 2019/06/10 15:37:57 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Added a arithmetic expression parser - posted by cd...@apache.org on 2019/06/11 14:28:06 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Refactored the code generator to use native java code instead of relying on an evaluation engine. - posted by cd...@apache.org on 2019/06/16 09:30:32 UTC, 0 replies.
- [plc4x] branch develop updated: [S7] Added Test Example for Mock Driver Format... - posted by jf...@apache.org on 2019/06/17 10:11:38 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Moved the code that would be required for all Java drivers into a new driver-base-java module. - posted by cd...@apache.org on 2019/06/17 14:35:24 UTC, 0 replies.
- [plc4x] branch feature/code-gen updated: - Renamed the module again to reduce confusion of the different modules. - posted by cd...@apache.org on 2019/06/17 14:38:28 UTC, 0 replies.
- [plc4x] branch develop updated (256b9b5 -> 7ee517e) - posted by cd...@apache.org on 2019/06/18 08:12:23 UTC, 0 replies.
- [plc4x] 01/01: Merge branches 'develop' and 'feature/code-gen' of github.com:apache/plc4x into feature/code-gen - posted by cd...@apache.org on 2019/06/18 08:12:24 UTC, 0 replies.
- [plc4x] branch develop updated: Changed the location of the code-generation sub-build. - posted by cd...@apache.org on 2019/06/18 08:16:10 UTC, 0 replies.
- [plc4x] branch develop updated: commented out the test driver - posted by cd...@apache.org on 2019/06/18 08:53:29 UTC, 0 replies.
- [plc4x] branch develop updated: - Changed the jenkinsfile to no longer just build the plugin, but the entire code-generation block. - posted by cd...@apache.org on 2019/06/18 09:01:10 UTC, 0 replies.
- [plc4x] branch develop updated: - Added an exclusion for rat to ignore the "local-snapshots-dir" which only exists on jenkins builds for the develop branch, which helps deploying. - posted by cd...@apache.org on 2019/06/18 09:28:16 UTC, 0 replies.
- [plc4x] branch develop updated: Added an apache header to the build (Wonder why it didn't fail on my machine) - posted by cd...@apache.org on 2019/06/18 09:33:16 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed spec - posted by cd...@apache.org on 2019/06/18 09:42:42 UTC, 0 replies.
- [plc4x] branch develop updated: - Resolved the license issues in RAT - posted by cd...@apache.org on 2019/06/18 11:24:35 UTC, 0 replies.
- [plc4x] branch develop updated: Revert: Some Renaming of types to be less ambiguous. (3758ed68) - Additionally disabled the mis-behaving daffodil tests. - posted by cd...@apache.org on 2019/06/18 11:57:38 UTC, 0 replies.
- [plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools - posted by gi...@apache.org on 2019/06/18 12:37:58 UTC, 10 replies.
- [plc4x] branch develop updated (f93553c -> 8b94bfe) - posted by cd...@apache.org on 2019/06/19 10:10:39 UTC, 0 replies.
- [plc4x] 01/02: - Disabled the compiling of the cpp-log module in maven. - posted by cd...@apache.org on 2019/06/19 10:10:40 UTC, 0 replies.
- [plc4x] 02/02: - Major refactoring of the code generator -- Split up the plugin and the imaginary format parser -- Renamed the imaginary format parser to "MSpec" parser (Message Spec) -- Split up the java template into a java template and a freemarker template base -- Moved the modules that will be released separately into an external directory -- Changed the inheritance and versions of the modules staying in the main plc4x repo back to 0.5.0-SNAPSHOT and included them back into the normal build - posted by cd...@apache.org on 2019/06/19 10:10:41 UTC, 0 replies.
- [plc4x] branch feature/io-model deleted (was 22b0719) - posted by cd...@apache.org on 2019/06/19 10:11:39 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed the parent dependencies of the external modules. - posted by cd...@apache.org on 2019/06/19 10:14:25 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed tests and documentation skeleton as both were completely useless after moving out some of the stuff. - posted by cd...@apache.org on 2019/06/19 10:18:07 UTC, 0 replies.
- [plc4x] branch develop updated: - Re-enabled the with-cpp profile - posted by cd...@apache.org on 2019/06/19 10:21:42 UTC, 0 replies.
- [plc4x] branch develop updated: - Changed the build to deploy the maven plugin and associated modules. - posted by cd...@apache.org on 2019/06/19 11:13:15 UTC, 0 replies.
- [plc4x] branch develop updated: - Made the build step force snapshot updates in order to pickup SNAPSHOTS from a previous build step. - posted by cd...@apache.org on 2019/06/19 12:17:46 UTC, 0 replies.
- [plc4x] branch develop updated: - Cleaned up the profile names - Cleaned up the version definitions to be more in-line with the other modules. - posted by cd...@apache.org on 2019/06/19 13:28:16 UTC, 0 replies.
- [plc4x] branch develop updated (0a03ada -> d2c2e38) - posted by cd...@apache.org on 2019/06/19 14:59:32 UTC, 0 replies.
- [plc4x] 01/02: - Fixed some invalid versions (Probably introduced by some merge) - posted by cd...@apache.org on 2019/06/19 14:59:33 UTC, 0 replies.
- [plc4x] 02/02: - Started documenting the code-generation. - posted by cd...@apache.org on 2019/06/19 14:59:34 UTC, 0 replies.
- [plc4x] branch develop updated: - Made the site stage the java profile again. - posted by cd...@apache.org on 2019/06/19 17:59:37 UTC, 0 replies.
- [plc4x] branch develop updated: - Continued documenting the spec format. - posted by cd...@apache.org on 2019/06/20 18:34:46 UTC, 0 replies.
- [plc4x] branch scraper_refactoring_and_improvement updated: adjusted logging to lower level - posted by tm...@apache.org on 2019/06/22 00:23:27 UTC, 0 replies.
- [plc4x] branch develop updated: - Continued documenting the plugin as well as the freemarker modules - posted by cd...@apache.org on 2019/06/24 15:35:49 UTC, 0 replies.
- [plc4x-build-tools] branch develop created (now 5042c2c) - posted by cd...@apache.org on 2019/06/24 15:52:29 UTC, 0 replies.
- [plc4x-build-tools] 01/03: - Major refactoring of the code generator -- Split up the plugin and the imaginary format parser -- Renamed the imaginary format parser to "MSpec" parser (Message Spec) -- Split up the java template into a java template and a freemarker template base -- Moved the modules that will be released separately into an external directory -- Changed the inheritance and versions of the modules staying in the main plc4x repo back to 0.5.0-SNAPSHOT and included them back into the normal build - posted by cd...@apache.org on 2019/06/24 15:52:30 UTC, 0 replies.
- [plc4x-build-tools] 02/03: - Fixed the parent dependencies of the external modules. - posted by cd...@apache.org on 2019/06/24 15:52:31 UTC, 0 replies.
- [plc4x-build-tools] 03/03: - Removed tests and documentation skeleton as both were completely useless after moving out some of the stuff. - posted by cd...@apache.org on 2019/06/24 15:52:32 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Initial checkin to the new repo. - posted by cd...@apache.org on 2019/06/24 21:09:09 UTC, 1 replies.
- [plc4x-build-tools] branch master created (now ce254a0) - posted by cd...@apache.org on 2019/06/24 21:20:01 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed the parts that were moved to the external plc4x-build-tools repository. - posted by cd...@apache.org on 2019/06/25 07:24:49 UTC, 1 replies.
- [plc4x-build-tools] branch develop updated: - Added some description to the root pom. - posted by cd...@apache.org on 2019/06/25 07:28:24 UTC, 0 replies.
- [plc4x] branch develop updated: - Moved the code-generation modules outside the sandbox - posted by cd...@apache.org on 2019/06/26 05:27:50 UTC, 0 replies.
- [plc4x] tag milestone/last-daffodil created (now 69a8ff8) - posted by cd...@apache.org on 2019/06/26 05:27:51 UTC, 0 replies.
- [plc4x] branch develop updated: - Moved the build-utils content from the java module to the general build-utils directory. - posted by cd...@apache.org on 2019/06/26 06:24:52 UTC, 0 replies.
- [plc4x] branch develop updated: - Finetuned the java code generation (Removing problems with multiple arrayFields) - Finished a first version of the KNXNet/IP MSpec (Removed the Daffodil version) - Added a sandbox driver for KNXNet/IP - posted by cd...@apache.org on 2019/06/26 16:51:40 UTC, 0 replies.
- [plc4x] branch develop updated (d3dfe37 -> a81e1f7) - posted by cd...@apache.org on 2019/06/27 20:15:16 UTC, 0 replies.
- [plc4x] 01/04: - Finetuned the field names to cause less problems with Jackson for serializing and parsing - Converted ConnectionRequestInformation and ConnectionResponseDataBlock into discriminated types - posted by cd...@apache.org on 2019/06/27 20:15:17 UTC, 0 replies.
- [plc4x] 02/04: - Added Jackson annotations to enable serializing and parsing with Jackson. - posted by cd...@apache.org on 2019/06/27 20:15:18 UTC, 0 replies.
- [plc4x] 03/04: - Updated Jackson to the latest version. - posted by cd...@apache.org on 2019/06/27 20:15:19 UTC, 0 replies.
- [plc4x] 04/04: - Added a test to test the generated code for serializing and parsing - Added tests for serializing and parsing parsed instances of the generated model to JSON and XML with Jackson - posted by cd...@apache.org on 2019/06/27 20:15:20 UTC, 0 replies.
- [plc4x] branch develop updated: - Added now required dependency to jackson annotations. - posted by cd...@apache.org on 2019/06/28 05:23:23 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: first stand with dll and all necessary lib of boost - posted by ms...@apache.org on 2019/06/28 12:20:21 UTC, 0 replies.
- [plc4x] branch feature/s7-cpp updated: Modify Top-Level CMakeLists - posted by ms...@apache.org on 2019/06/28 12:22:04 UTC, 0 replies.