You are viewing a plain text version of this content. The canonical link for it is here.
- [plc4x] branch feature/c-api updated: - Continued working on the read support ... - posted by cd...@apache.org on 2020/05/01 14:53:43 UTC, 0 replies.
- [plc4x] branch develop updated (e35b725 -> a4e9643) - posted by cd...@apache.org on 2020/05/01 14:55:25 UTC, 0 replies.
- [plc4x] 01/02: - Added a missing dependency - posted by cd...@apache.org on 2020/05/01 14:55:26 UTC, 0 replies.
- [plc4x] 02/02: - Made the constants actually 16 bit values (cosmetics) - posted by cd...@apache.org on 2020/05/01 14:55:27 UTC, 0 replies.
- [plc4x] branch develop updated (a4e9643 -> b448eae) - posted by cd...@apache.org on 2020/05/01 15:45:51 UTC, 0 replies.
- [plc4x] 01/02: - Disabled the hello-webapp example as the Apache Royale folks seem unable to release. - posted by cd...@apache.org on 2020/05/01 15:45:52 UTC, 0 replies.
- [plc4x] 02/02: - Updated the RELEASE_NOTES in preparation of the next release - posted by cd...@apache.org on 2020/05/01 15:45:53 UTC, 0 replies.
- [plc4x-build-tools] branch develop updated: - Made the autoVersionSubmodules a default setting for the release plugin - Removed the autoVersionSubmodules property from the documentation - posted by cd...@apache.org on 2020/05/01 15:59:01 UTC, 0 replies.
- [plc4x] branch develop updated (b448eae -> 195df3b) - posted by cd...@apache.org on 2020/05/01 15:59:13 UTC, 0 replies.
- [plc4x] 01/02: - Made the OKs appear alligned with the rest. - posted by cd...@apache.org on 2020/05/01 15:59:14 UTC, 0 replies.
- [plc4x] 02/02: - Made the autoVersionSubmodules a default setting for the release plugin - Removed the autoVersionSubmodules property from the documentation - posted by cd...@apache.org on 2020/05/01 15:59:15 UTC, 0 replies.
- [plc4x-website] branch asf-site updated: Site checkin for project PLC4X: Jenkins Tools - posted by gi...@apache.org on 2020/05/01 16:21:46 UTC, 18 replies.
- [plc4x] branch develop updated: - Added some more facts to the RELEASE_NOTES - posted by cd...@apache.org on 2020/05/01 16:30:31 UTC, 1 replies.
- [plc4x] branch feature/osgi updated: Added Type Parsing to TagData -When using OSGi blueprints, the Objects are passed as String (Numbers, Boolean). Added a method to parse to the correct type (if applicable) - posted by er...@apache.org on 2020/05/04 08:25:29 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Continued working on the read support ... - Implemented connect and disconnect via system-task - posted by cd...@apache.org on 2020/05/04 16:43:28 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Got a first working version of the read-functionality working. - posted by cd...@apache.org on 2020/05/04 17:35:35 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Added some more comments and TODOs - posted by cd...@apache.org on 2020/05/04 17:37:00 UTC, 0 replies.
- [plc4x] branch feature/c-api updated (7c25fdf -> ee7be49) - posted by cd...@apache.org on 2020/05/05 06:34:47 UTC, 0 replies.
- [plc4x] branch develop updated: Update ethernet-ip.adoc - posted by er...@apache.org on 2020/05/05 08:37:25 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Implemented the write support - posted by cd...@apache.org on 2020/05/05 12:41:12 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - renamed the type "return_code" to "plc4c_return_code" - Added the text-strings for the return_code to string conversion - posted by cd...@apache.org on 2020/05/05 12:54:06 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Made the read operations also have a response-code for every item. - posted by cd...@apache.org on 2020/05/05 13:13:54 UTC, 0 replies.
- [plc4x] branch feature/c-api updated (e4eb2bc -> 26edc06) - posted by cd...@apache.org on 2020/05/05 18:18:49 UTC, 0 replies.
- [plc4x] branch c-api-m5-cleanup created (now d55d5cb) - posted by ot...@apache.org on 2020/05/05 19:57:38 UTC, 0 replies.
- [plc4x] 01/01: integrate writes with plc_data - posted by ot...@apache.org on 2020/05/05 19:57:39 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: integrate writes with plc_data - posted by ot...@apache.org on 2020/05/05 20:11:14 UTC, 0 replies.
- [plc4x] branch features/generated-ads-driver created (now 3010fdd) - posted by ld...@apache.org on 2020/05/05 23:27:19 UTC, 0 replies.
- [plc4x] 01/02: Fix generic boundaries for ConversationContext and wrapper of BitOutput. - posted by ld...@apache.org on 2020/05/05 23:27:20 UTC, 0 replies.
- [plc4x] 02/02: PLC4X-191 Rearrange fields in ams status type. - posted by ld...@apache.org on 2020/05/05 23:27:21 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Fully applied the google clang-format formatting as a basis for discussions - posted by cd...@apache.org on 2020/05/06 12:07:31 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Added rat exclusions to exclude the CLion working directories from the rat-check - posted by cd...@apache.org on 2020/05/06 12:14:55 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Added pointers from system-task to connection - Added a num_running_system_tasks to the connection to keep track of the active system tasks - Made the system auto decrement the num_running_system_tasks of a connection - posted by cd...@apache.org on 2020/05/06 14:03:06 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Made the drivers check the number of active system-tasks when disconnecting - Cleaned up the way the system-tasks are created - Ensured all properties of malloced structures are initialized - posted by cd...@apache.org on 2020/05/06 15:34:09 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: complex object members should not leak to external entities, add apis to plc4_connection and plc4c_system to start - posted by cd...@apache.org on 2020/05/07 06:50:57 UTC, 0 replies.
- [plc4x] branch feature/scraper created (now 2ba6b70) - posted by er...@apache.org on 2020/05/07 13:00:41 UTC, 0 replies.
- [plc4x] 01/02: Merge branch 'develop' into feature/osgi - posted by er...@apache.org on 2020/05/07 13:00:42 UTC, 0 replies.
- [plc4x] 02/02: SCRAPER -used generic TRIGGER (previously S7) -prepareField now in the PlcDriver interface --> create PlcField without connecting to the PLC -Need to test with different PLCs type - posted by er...@apache.org on 2020/05/07 13:00:43 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Reformatted the code according to the google c style - posted by cd...@apache.org on 2020/05/07 13:50:36 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Streamilned the order and naming of the functions defined in the API module - posted by cd...@apache.org on 2020/05/07 14:53:00 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Renamed some getters and setters to follow the remaining - posted by cd...@apache.org on 2020/05/07 15:09:46 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: add CODE_CONVENTIONS - posted by ot...@apache.org on 2020/05/07 16:50:49 UTC, 0 replies.
- [plc4x] branch feature/link-layer-discovery-protocol created (now 629e248) - posted by ld...@apache.org on 2020/05/07 16:55:53 UTC, 0 replies.
- [plc4x] 01/01: First version of Link Layer Discovery Protocol parser. - posted by ld...@apache.org on 2020/05/07 16:55:54 UTC, 0 replies.
- [plc4x] branch feature/profinet created (now b69688a) - posted by ld...@apache.org on 2020/05/07 23:43:17 UTC, 0 replies.
- [plc4x] 01/02: Add support for enums in equality calculation and test parameter injection. - posted by ld...@apache.org on 2020/05/07 23:43:18 UTC, 0 replies.
- [plc4x] 02/02: Sketch of Profinet DCP mspec. - posted by ld...@apache.org on 2020/05/07 23:43:19 UTC, 0 replies.
- [plc4x] branch feature/scraper updated: SCRAPER -EipField --> added getDefaultJavaType -Tested Scraper with EIP --> worked using generic Trigger (but no real code difference) - posted by er...@apache.org on 2020/05/08 08:23:40 UTC, 0 replies.
- [plc4x] branch develop updated: Update opc-ua.adoc - posted by na...@apache.org on 2020/05/08 09:45:51 UTC, 0 replies.
- [plc4x] branch feature/osgi updated (1a70894 -> f2db740) - posted by er...@apache.org on 2020/05/08 09:57:09 UTC, 0 replies.
- [plc4x] 01/03: Merge branch 'develop' of https://github.com/apache/plc4x into feature/osgi - posted by er...@apache.org on 2020/05/08 09:57:10 UTC, 0 replies.
- [plc4x] 02/03: OSGi Module -Generic Activators for Drivers and Transports -Add Bundle-Activator in Driver's/Transport's POM -Adapted EIP Feature generation - posted by er...@apache.org on 2020/05/08 09:57:11 UTC, 0 replies.
- [plc4x] 03/03: OSGi Module -Adapted S7 Feature generation - posted by er...@apache.org on 2020/05/08 09:57:12 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Added some more content to the CODE_CONVENTIONS.md - posted by cd...@apache.org on 2020/05/08 12:06:39 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: more api _t access work - posted by ot...@apache.org on 2020/05/11 00:56:08 UTC, 0 replies.
- [plc4x] branch feature/profinet updated (b69688a -> f587479) - posted by ld...@apache.org on 2020/05/11 10:59:01 UTC, 0 replies.
- [plc4x] 01/02: First Profinet Discovery and Configuration Protocol implementation. - posted by ld...@apache.org on 2020/05/11 10:59:02 UTC, 0 replies.
- [plc4x] 02/02: Implementation of writing part for pcap4j transport. - posted by ld...@apache.org on 2020/05/11 10:59:03 UTC, 0 replies.
- [plc4x] branch feature/profinet updated: Make ethernet sender field configurable. - posted by ld...@apache.org on 2020/05/11 11:29:13 UTC, 0 replies.
- [plc4x] branch feature/c-api-subscriptions created (now 470d751) - posted by cd...@apache.org on 2020/05/11 15:01:12 UTC, 0 replies.
- [plc4x] 01/01: - First draft of a subscription API - posted by cd...@apache.org on 2020/05/11 15:01:13 UTC, 0 replies.
- [plc4x] branch feature/c-api-subscriptions updated (470d751 -> e8603ae) - posted by cd...@apache.org on 2020/05/11 17:41:17 UTC, 0 replies.
- [plc4x] branch feature/c-api-subscriptions updated (e8603ae -> d1f2d8c) - posted by cd...@apache.org on 2020/05/11 20:39:00 UTC, 0 replies.
- [plc4x] branch feature/c-api updated (7067860 -> 6789205) - posted by ot...@apache.org on 2020/05/12 02:27:24 UTC, 1 replies.
- [plc4x] 01/01: Merge pull request #153 from apache/feature/c-api-subscriptions - posted by ot...@apache.org on 2020/05/12 02:27:25 UTC, 1 replies.
- [plc4x] branch feature/osgi updated (f2db740 -> 5ee31f7) - posted by er...@apache.org on 2020/05/12 06:57:07 UTC, 0 replies.
- [plc4x] 01/01: Merge branches 'develop' and 'feature/osgi' of https://github.com/apache/plc4x into feature/osgi - posted by er...@apache.org on 2020/05/12 06:57:08 UTC, 0 replies.
- [plc4x] branch develop updated (2fe9929 -> f3fb43c) - posted by er...@apache.org on 2020/05/12 07:51:23 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #154 from apache/feature/osgi - posted by er...@apache.org on 2020/05/12 07:51:24 UTC, 0 replies.
- [plc4x] branch develop updated: added OSGi to Release Notes - posted by er...@apache.org on 2020/05/12 07:55:35 UTC, 0 replies.
- [plc4x] branch develop updated (fac24fe -> 00c2ad8) - posted by er...@apache.org on 2020/05/12 08:09:08 UTC, 0 replies.
- [plc4x] 01/03: Added Example module back to pom - posted by er...@apache.org on 2020/05/12 08:09:09 UTC, 0 replies.
- [plc4x] 02/03: Added DriverActivator to POM - posted by er...@apache.org on 2020/05/12 08:09:10 UTC, 0 replies.
- [plc4x] 03/03: Merge remote-tracking branch 'origin/develop' into develop - posted by er...@apache.org on 2020/05/12 08:09:11 UTC, 0 replies.
- [plc4x] branch develop updated: (OSGi) Updated Transport to point BundleActivator in POM - posted by er...@apache.org on 2020/05/12 08:13:36 UTC, 0 replies.
- [plc4x] branch feature/c-api updated: - Continued working on the subscription API - posted by cd...@apache.org on 2020/05/12 10:07:26 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed an obsolete import .... - posted by cd...@apache.org on 2020/05/12 10:22:08 UTC, 0 replies.
- [plc4x] branch feature/c-api updated (c2a58a0 -> 43b2ba1) - posted by cd...@apache.org on 2020/05/12 10:59:46 UTC, 0 replies.
- [plc4x] 01/01: Merge branches 'develop' and 'feature/c-api' of https://gitbox.apache.org/repos/asf/plc4x into feature/c-api - posted by cd...@apache.org on 2020/05/12 10:59:47 UTC, 0 replies.
- [plc4x] branch develop updated (2dbaa94 -> d87eeb8) - posted by cd...@apache.org on 2020/05/12 12:38:33 UTC, 0 replies.
- [plc4x] 01/01: - Added some missing Apache Headers - posted by cd...@apache.org on 2020/05/12 12:38:34 UTC, 0 replies.
- [plc4x] branch feature/c-api deleted (was 43b2ba1) - posted by cd...@apache.org on 2020/05/12 12:40:15 UTC, 0 replies.
- [plc4x] branch develop updated: [fix] removed author left overs - posted by na...@apache.org on 2020/05/12 15:35:37 UTC, 0 replies.
- [plc4x] branch rel/0.6 updated: [fix] removed author left overs - posted by na...@apache.org on 2020/05/12 15:38:59 UTC, 0 replies.
- [plc4x] branch develop updated: - Changed from arc4random to rand to avoid problems on ubuntu - posted by cd...@apache.org on 2020/05/13 06:21:21 UTC, 0 replies.
- [plc4x] branch develop updated: - Replaced strlcpy with strncpy - posted by cd...@apache.org on 2020/05/13 08:09:58 UTC, 0 replies.
- [plc4x] branch feature/scraper updated (2ef6adf -> 4cafe61) - posted by cd...@apache.org on 2020/05/13 08:34:48 UTC, 0 replies.
- [plc4x] 01/01: Merge branches 'develop' and 'feature/scraper' of github.com:apache/plc4x into feature/scraper - posted by cd...@apache.org on 2020/05/13 08:34:49 UTC, 0 replies.
- [plc4x] branch develop updated (04d1e64 -> 82efefb) - posted by cd...@apache.org on 2020/05/13 10:20:15 UTC, 0 replies.
- [plc4x] 01/01: - Moved the karaf-feature stuff into the driver modules themselves - Applied the "prepareField" API change to all drivers that were missing this - Applied the osgi refactoring to the drivers that were missing them - Added static "of" methods to the Field types that were missing them - posted by cd...@apache.org on 2020/05/13 10:20:16 UTC, 0 replies.
- [plc4x] branch develop updated: do not stop the global timer, remove and cancel the Timeouts instead - posted by ot...@apache.org on 2020/05/13 15:57:18 UTC, 0 replies.
- [plc4x] branch develop updated: - Disabled the building of the plc4cpp hello world example - posted by cd...@apache.org on 2020/05/13 17:00:37 UTC, 0 replies.
- [plc4x] branch profin created (now a88791e) - posted by ld...@apache.org on 2020/05/14 09:04:45 UTC, 0 replies.
- [plc4x] branch develop updated: Made the docker and opennssl detection safe against ioexeptions (if the tools are not installed at all) - posted by cd...@apache.org on 2020/05/14 09:55:46 UTC, 0 replies.
- [plc4x] branch develop updated: - Added some more documentation on installing prerequisites on windows - Fixed the python detection in the prerequisiteCheck.groovy script - posted by cd...@apache.org on 2020/05/14 11:11:41 UTC, 0 replies.
- [plc4x] branch develop updated: - Added a "using plc4x" page - posted by cd...@apache.org on 2020/05/14 11:44:46 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed the parser - Made sure the spi module is linked to the drivers - Made the test a little more verbose - posted by cd...@apache.org on 2020/05/14 14:20:17 UTC, 0 replies.
- [plc4x] branch develop updated: - Worked on the prerequisiteCheck.groovy script - Worked on the setup instructions for Windows - posted by cd...@apache.org on 2020/05/15 08:13:23 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated to the newest IoTDB version - posted by cd...@apache.org on 2020/05/15 09:26:08 UTC, 0 replies.
- [plc4x] branch develop updated: - Moved the groovy code for generating the artificial version properties into a groovy-file - Added code to generate a pom.adoc file containinng all of maven's properties in an adoc format - Removed now obsolete pom stuff that was already commented out - posted by cd...@apache.org on 2020/05/15 10:31:59 UTC, 0 replies.
- [plc4x] branch feature/scraper updated (4cafe61 -> 8b86167) - posted by er...@apache.org on 2020/05/15 10:40:15 UTC, 0 replies.
- [plc4x] 01/08: Merge branch 'feature/osgi' of https://github.com/apache/plc4x into feature/scraper - posted by er...@apache.org on 2020/05/15 10:40:16 UTC, 0 replies.
- [plc4x] 02/08: Camel-Scraper - posted by er...@apache.org on 2020/05/15 10:40:17 UTC, 0 replies.
- [plc4x] 03/08: ClassCast Exception still - posted by er...@apache.org on 2020/05/15 10:40:18 UTC, 0 replies.
- [plc4x] 04/08: Merge branch 'develop' of https://github.com/apache/plc4x into feature/scraper - posted by er...@apache.org on 2020/05/15 10:40:19 UTC, 0 replies.
- [plc4x] 05/08: Camel using Scraper -trigger and period parameters to use Triggered Scraper - posted by er...@apache.org on 2020/05/15 10:40:20 UTC, 0 replies.
- [plc4x] 06/08: Cleaning - posted by er...@apache.org on 2020/05/15 10:40:21 UTC, 0 replies.
- [plc4x] 07/08: Reading with Scraper or Writing using Map> - posted by er...@apache.org on 2020/05/15 10:40:22 UTC, 0 replies.
- [plc4x] 08/08: Merge branch 'develop' of https://github.com/apache/plc4x into feature/scraper - posted by er...@apache.org on 2020/05/15 10:40:23 UTC, 0 replies.
- [plc4x] branch develop updated: [maven-release-plugin] prepare branch @{releaseLabel} - posted by cd...@apache.org on 2020/05/15 10:51:10 UTC, 0 replies.
- [plc4x] branch rel/0.7 created (now 8d63206) - posted by cd...@apache.org on 2020/05/15 10:51:16 UTC, 0 replies.
- [plc4x] branch develop updated: [maven-release-plugin] prepare for next development iteration - posted by cd...@apache.org on 2020/05/15 10:51:22 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Updated the RELEASE_NOTES for the next release. - posted by cd...@apache.org on 2020/05/15 10:55:03 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Updated the NOTICE file for 2020 - posted by cd...@apache.org on 2020/05/15 10:56:12 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Fixed a typo in the serial transport artifact - posted by cd...@apache.org on 2020/05/15 11:02:09 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Made the JavaDoc plugin not break the build if somethings not perfect - posted by cd...@apache.org on 2020/05/15 11:09:04 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Disabled fixing the line separator as this was causing iussues with ANTLR4 - posted by cd...@apache.org on 2020/05/15 11:19:36 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Updated the Antlr version - posted by cd...@apache.org on 2020/05/15 11:28:09 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: [maven-release-plugin] rollback the release of release/0.7.0 - posted by cd...@apache.org on 2020/05/15 11:28:28 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Re-applied all changes after rolling back - posted by cd...@apache.org on 2020/05/15 11:34:51 UTC, 1 replies.
- [plc4x] branch feature/scraper updated: Update Camel Documentation - posted by er...@apache.org on 2020/05/15 12:10:06 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Fixed some API changes in the serial configuration - posted by cd...@apache.org on 2020/05/15 12:30:21 UTC, 0 replies.
- [plc4x] branch feature/scraper updated (6c49278 -> 60df1d7) - posted by er...@apache.org on 2020/05/15 12:32:25 UTC, 0 replies.
- [plc4x] 01/01: Merge branches 'develop' and 'feature/scraper' of https://github.com/apache/plc4x into feature/scraper - posted by er...@apache.org on 2020/05/15 12:32:26 UTC, 0 replies.
- [plc4x] branch develop updated (484726b -> 60df1d7) - posted by er...@apache.org on 2020/05/15 12:58:04 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated (4a64fe7 -> 6cf7cf9) - posted by cd...@apache.org on 2020/05/15 13:33:14 UTC, 0 replies.
- [plc4x] 01/02: - Added some additional setup suggestions to the release documentation - posted by cd...@apache.org on 2020/05/15 13:33:15 UTC, 0 replies.
- [plc4x] 02/02: - Added a check to check the maven version for cmake - posted by cd...@apache.org on 2020/05/15 13:33:16 UTC, 0 replies.
- [plc4x] branch develop updated: - Merged changes from the release branch - posted by cd...@apache.org on 2020/05/15 13:43:02 UTC, 1 replies.
- [plc4x] branch rel/0.7 updated: - Merged changes from the develop branch - posted by cd...@apache.org on 2020/05/15 13:50:01 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated missing version updates - posted by cd...@apache.org on 2020/05/15 13:55:15 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Disabled the TriggeredScraperImplTest - posted by cd...@apache.org on 2020/05/15 14:27:55 UTC, 0 replies.
- [plc4x] branch develop updated: Camel Integration Test - posted by er...@apache.org on 2020/05/15 14:48:56 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated (607a5c1 -> d00e452) - posted by cd...@apache.org on 2020/05/15 14:51:43 UTC, 0 replies.
- [plc4x] 01/02: - Disabled the TriggeredScraperImplTest - posted by cd...@apache.org on 2020/05/15 14:51:44 UTC, 0 replies.
- [plc4x] 02/02: - Applied a fix for some tests. - posted by cd...@apache.org on 2020/05/15 14:51:45 UTC, 0 replies.
- [plc4x] branch develop updated: Scraper Test -Added type to MockField - posted by er...@apache.org on 2020/05/15 14:51:54 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Applied a fix for some tests. - posted by cd...@apache.org on 2020/05/15 14:55:12 UTC, 1 replies.
- [plc4x] branch develop updated: ASF Header - posted by er...@apache.org on 2020/05/15 14:59:16 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: [maven-release-plugin] prepare release release/0.7.0 - posted by cd...@apache.org on 2020/05/15 15:39:02 UTC, 1 replies.
- [plc4x] annotated tag release/0.7.0 created (now 85f780d) - posted by cd...@apache.org on 2020/05/15 15:39:08 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: [maven-release-plugin] prepare for next development iteration - posted by cd...@apache.org on 2020/05/15 15:39:14 UTC, 1 replies.
- svn commit: r39616 - in /dev/plc4x/0.7.0: ./ rc1/ - posted by cd...@apache.org on 2020/05/15 16:46:27 UTC, 0 replies.
- svn commit: r39617 - in /dev/plc4x/0.7.0/rc1: README.md RELEASE_NOTES apache-plc4x-0.7.0-source-release.zip apache-plc4x-0.7.0-source-release.zip.asc apache-plc4x-0.7.0-source-release.zip.sha512 - posted by cd...@apache.org on 2020/05/15 16:48:36 UTC, 0 replies.
- [plc4x] branch develop updated: - Post-release cleanup - posted by cd...@apache.org on 2020/05/15 17:16:27 UTC, 0 replies.
- [plc4x] branch develop updated: Added Colorless Toddy-Only logo, e.g. for Kids to color. - posted by jf...@apache.org on 2020/05/17 09:58:41 UTC, 0 replies.
- [plc4x] branch develop updated: Improved Toddy. Added PDF Version. - posted by jf...@apache.org on 2020/05/17 11:12:20 UTC, 0 replies.
- [plc4x] branch develop updated: Added Toddy colorize png. - posted by jf...@apache.org on 2020/05/17 11:22:52 UTC, 0 replies.
- [plc4x] branch develop updated: - Moved the surefire configuration into self-activating profile - posted by cd...@apache.org on 2020/05/19 06:13:34 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Reset the version back to 0.7.0-SNAPSHOT - Cherry picked some changes from develop - posted by cd...@apache.org on 2020/05/19 16:15:22 UTC, 0 replies.
- [plc4x] branch rel/0.7 updated: - Fixed a snapshot dependency - posted by cd...@apache.org on 2020/05/19 16:31:53 UTC, 0 replies.
- [plc4x] annotated tag release/0.7.0 deleted (was 85f780d) - posted by cd...@apache.org on 2020/05/19 17:03:44 UTC, 0 replies.
- [plc4x] annotated tag release/0.7.0 created (now 24023e2) - posted by cd...@apache.org on 2020/05/19 17:04:15 UTC, 0 replies.
- svn commit: r39691 - /dev/plc4x/0.7.0/rc1/ - posted by cd...@apache.org on 2020/05/19 17:28:57 UTC, 0 replies.
- svn commit: r39694 - in /dev/plc4x/0.7.0/rc2: ./ README.md RELEASE_NOTES apache-plc4x-0.7.0-source-release.zip apache-plc4x-0.7.0-source-release.zip.asc apache-plc4x-0.7.0-source-release.zip.sha512 - posted by cd...@apache.org on 2020/05/19 18:56:45 UTC, 0 replies.
- [plc4x] branch develop updated: Use minimum required Java version 11 in Dockerfile - posted by ri...@apache.org on 2020/05/21 11:47:53 UTC, 0 replies.
- [plc4x] branch develop updated: - Fixed the parent version of the pom - posted by cd...@apache.org on 2020/05/22 10:49:05 UTC, 0 replies.
- [plc4x] branch feature/plc-simulator updated (d1eef9e -> c035a33) - posted by jf...@apache.org on 2020/05/22 11:56:39 UTC, 0 replies.
- [plc4x] 01/05: - Moved some of the code from the simulator to the S7 driver - Added a skeleton for the S7 driver to the new generated s7 driver - Removed the code-generation from the plc-simulator module - Refactored the S7Server to use the code of the driver instead - posted by jf...@apache.org on 2020/05/22 11:56:40 UTC, 1 replies.
- [plc4x] 02/05: - Added inputs and outputs to the context - Refactored the Simulator and Server APIs - Made the WaterTankSimulationModule do something a little more complicated - posted by jf...@apache.org on 2020/05/22 11:56:41 UTC, 1 replies.
- [plc4x] 03/05: - Made data be transported in "byte" instead of "short" arrays. - Changed the PLCSimulator to only run with one selected simulation (Due to the problem of how to map I/O to the different simulations) - posted by jf...@apache.org on 2020/05/22 11:56:42 UTC, 1 replies.
- [plc4x] 04/05: - Continued implemting the functionality to read DBs in the simulator - posted by jf...@apache.org on 2020/05/22 11:56:43 UTC, 1 replies.
- [plc4x] 05/05: Rebased on current develop + fixed some issues to get a running version again. - posted by jf...@apache.org on 2020/05/22 11:56:44 UTC, 1 replies.
- [plc4x] branch feature/plc-simulator updated (c035a33 -> d9c4d11) - posted by jf...@apache.org on 2020/05/22 11:58:29 UTC, 0 replies.
- [plc4x] branch feature/plc-simulator updated: - Explicitly set the _allow_illegal_access_reflection_in_tests profile to disabled to skip the detection on the site build node - posted by cd...@apache.org on 2020/05/22 13:30:33 UTC, 0 replies.
- [plc4x] branch develop updated (e5d95cf -> b027126) - posted by cd...@apache.org on 2020/05/22 13:32:01 UTC, 0 replies.
- [plc4x] branch develop updated (b027126 -> 8c368a0) - posted by cd...@apache.org on 2020/05/22 14:31:53 UTC, 0 replies.
- [plc4x] 01/02: - Explicitly set the _allow_illegal_access_reflection_in_tests profile to disabled to skip the detection on the site build node - posted by cd...@apache.org on 2020/05/22 14:31:54 UTC, 0 replies.
- [plc4x] 02/02: - Moved the disabling of the java9-and-above profile to another step in the build - posted by cd...@apache.org on 2020/05/22 14:31:55 UTC, 0 replies.
- [plc4x] branch feature/plc-simulator updated (b027126 -> 53d36ee) - posted by jf...@apache.org on 2020/05/22 14:53:39 UTC, 0 replies.
- [plc4x] 01/02: [SIMULATED PLC] Refactoring / new Handler Architecture. - posted by jf...@apache.org on 2020/05/22 14:53:40 UTC, 0 replies.
- [plc4x] 02/02: [SIMULATED PLC] Many improvements. - posted by jf...@apache.org on 2020/05/22 14:53:41 UTC, 0 replies.
- [plc4x] branch develop updated: - Enabled stack-trace-dumping in order to track down the problem. - posted by cd...@apache.org on 2020/05/22 15:07:06 UTC, 0 replies.
- [plc4x] branch develop updated: - Tried even more to solve the site generation problem. - posted by cd...@apache.org on 2020/05/22 15:35:45 UTC, 0 replies.
- [plc4x] branch develop updated: - Maually pass in a java.version property ... - posted by cd...@apache.org on 2020/05/22 15:39:38 UTC, 0 replies.
- [plc4x] branch feature/plc-simulator updated: [SIMULATED PLC] Improved hadler to support nearly all INTEGER types. - posted by jf...@apache.org on 2020/05/22 15:43:16 UTC, 0 replies.
- svn commit: r39743 - /dev/plc4x/0.7.0/rc2/ /release/plc4x/0.7.0/ - posted by cd...@apache.org on 2020/05/24 10:26:34 UTC, 0 replies.
- svn commit: r39744 - /release/plc4x/0.6.0/ - posted by cd...@apache.org on 2020/05/24 10:27:36 UTC, 0 replies.
- svn commit: r39745 - /dev/plc4x/0.5.0/ - posted by cd...@apache.org on 2020/05/24 10:28:41 UTC, 0 replies.
- svn commit: r39746 - /dev/plc4x/0.6.0/ - posted by cd...@apache.org on 2020/05/24 10:28:52 UTC, 0 replies.
- svn commit: r39747 - /dev/plc4x/0.7.0/ - posted by cd...@apache.org on 2020/05/24 10:29:11 UTC, 0 replies.
- [plc4x] branch develop updated (85d6c06 -> 546638e) - posted by cd...@apache.org on 2020/05/24 10:43:08 UTC, 0 replies.
- [plc4x] 01/02: - Updated download information - posted by cd...@apache.org on 2020/05/24 10:43:09 UTC, 0 replies.
- [plc4x] 02/02: - Moved the self-activation java9 and higher profile to the plc4j so it doesn't interfere with with site build till we fixed the issue. - posted by cd...@apache.org on 2020/05/24 10:43:10 UTC, 0 replies.
- [plc4x] branch develop updated: - Completely disabled the java 9 and above profile in order to get a site-update out the door. - posted by cd...@apache.org on 2020/05/24 11:25:42 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the StreamPipes integration to the new Apache StreamPipes release 0.66.0 - posted by cd...@apache.org on 2020/05/24 15:24:13 UTC, 0 replies.
- [plc4x] branch develop updated: - Updated the doap file with the new version - posted by cd...@apache.org on 2020/05/25 07:30:29 UTC, 0 replies.
- [plc4x] branch master updated (561845c -> 0c18c7c) - posted by cd...@apache.org on 2020/05/25 08:24:50 UTC, 0 replies.
- [plc4x] 01/01: Merge tag 'release/0.7.0' - posted by cd...@apache.org on 2020/05/25 08:24:51 UTC, 0 replies.
- [plc4x] branch develop updated: [S7] Minor extension of mspec. - posted by jf...@apache.org on 2020/05/25 13:26:01 UTC, 0 replies.
- [plc4x] branch develop updated: Revert "[S7] Minor extension of mspec." - posted by jf...@apache.org on 2020/05/25 13:38:21 UTC, 0 replies.
- [plc4x] branch site/add-adopters created (now 20a3d05) - posted by jf...@apache.org on 2020/05/25 13:50:09 UTC, 0 replies.
- [plc4x] 01/01: [SITE] Add Logo Column. Add pragmatic minds and pragmatic industries to Users site. - posted by jf...@apache.org on 2020/05/25 13:50:10 UTC, 0 replies.
- [plc4x] branch develop updated: - Got a first version of the C enum generation working. - Got CMake-tests working without maven - posted by cd...@apache.org on 2020/05/25 13:59:03 UTC, 0 replies.
- [plc4x] branch site/add-adopters updated (20a3d05 -> b9eb883) - posted by cd...@apache.org on 2020/05/25 14:11:50 UTC, 0 replies.
- [plc4x] branch site/add-adopters updated (b9eb883 -> a377e47) - posted by cd...@apache.org on 2020/05/25 14:16:26 UTC, 0 replies.
- [plc4x] branch develop updated (6feffdd -> dac04e0) - posted by cd...@apache.org on 2020/05/25 14:17:14 UTC, 0 replies.
- [plc4x] 01/01: Merge pull request #159 from apache/site/add-adopters - posted by cd...@apache.org on 2020/05/25 14:17:15 UTC, 0 replies.
- [plc4x] branch site/add-adopters created (now b8fd1ba) - posted by cd...@apache.org on 2020/05/25 14:40:26 UTC, 0 replies.
- [plc4x] 01/01: - Added Apache headers to the svgs - posted by cd...@apache.org on 2020/05/25 14:40:27 UTC, 0 replies.
- [plc4x] branch develop updated: - Added Apache headers to the svgs - posted by cd...@apache.org on 2020/05/25 14:43:01 UTC, 0 replies.
- [plc4x] branch site/add-adopters deleted (was b8fd1ba) - posted by cd...@apache.org on 2020/05/25 14:43:22 UTC, 0 replies.
- [plc4x] branch develop updated: - Made the links open new tabs - Added the nofollow option to the company links - posted by cd...@apache.org on 2020/05/25 18:49:17 UTC, 0 replies.
- [plc4x] branch develop updated: - Changed the way the type-names are being generated to utilize the stdint.h types - Changed the way structs with non-variable length arrays are being generated - posted by cd...@apache.org on 2020/05/26 10:12:55 UTC, 0 replies.
- [plc4x] branch develop updated: have rat ignore .java-version files from jenv since we need java kung fu between all supported versions - posted by ot...@apache.org on 2020/05/26 13:48:23 UTC, 0 replies.
- [plc4x] branch develop updated: - Tried to resolve otto's build error - posted by cd...@apache.org on 2020/05/26 19:41:20 UTC, 0 replies.
- [plc4x] branch develop updated: - Made the template use plc4c_list elements for variable array - posted by cd...@apache.org on 2020/05/26 19:42:25 UTC, 0 replies.
- [plc4x] branch develop updated: - Diabled the enforcer plugin for the sandbox - posted by cd...@apache.org on 2020/05/27 13:29:59 UTC, 0 replies.
- [plc4x] branch develop updated: - Moved the PLC4C generated code into a checked-in directory (for now) so we can do code reviews on it. - posted by cd...@apache.org on 2020/05/27 15:37:16 UTC, 0 replies.
- [plc4x] branch develop updated: - Removed the generated code again so I can add it to a new branch for code reviews. - posted by cd...@apache.org on 2020/05/27 16:14:23 UTC, 0 replies.
- [plc4x-build-tools] branch feature/c-code-generation created (now 8cf2f32) - posted by cd...@apache.org on 2020/05/27 16:16:22 UTC, 0 replies.
- [plc4x] branch feature/c-code-generation created (now 6426251) - posted by cd...@apache.org on 2020/05/27 16:16:28 UTC, 0 replies.
- [plc4x] 01/01: - Moved the PLC4C generated code into a checked-in directory (for now) so we can do code reviews on it. - posted by cd...@apache.org on 2020/05/27 16:16:29 UTC, 0 replies.
- [plc4x] branch develop updated: Updated Eclipse Milo to 0.3.7 - posted by na...@apache.org on 2020/05/27 16:43:07 UTC, 0 replies.
- [plc4x] branch feature/opc-test-write-improvement created (now edc7b5b) - posted by na...@apache.org on 2020/05/27 22:52:08 UTC, 0 replies.
- [plc4x] 01/01: Added more connection tests and began with expand wider write type support - posted by na...@apache.org on 2020/05/27 22:52:09 UTC, 0 replies.
- [plc4x] branch develop updated: - Renamed the "users" to "adopters" - Added the page to the navigation-menu - posted by cd...@apache.org on 2020/05/28 08:48:42 UTC, 0 replies.
- [plc4x] branch adopter/codecentric created (now b8a89dc) - posted by cd...@apache.org on 2020/05/28 09:24:57 UTC, 0 replies.
- [plc4x] 01/01: Updated the codecentric adopers page entry - posted by cd...@apache.org on 2020/05/28 09:24:58 UTC, 0 replies.
- [plc4x] branch develop updated: Updated the codecentric adopers page entry - posted by jf...@apache.org on 2020/05/28 09:30:41 UTC, 0 replies.
- [plc4x] branch feature/c-code-generation updated: - Finetuned the camel-case-to-snake-case generator - posted by cd...@apache.org on 2020/05/28 13:49:34 UTC, 0 replies.
- [plc4x] branch feature/c-code-generation updated: - Fixed a bug in the name generation (first letter was uppercase) - posted by cd...@apache.org on 2020/05/28 14:10:36 UTC, 0 replies.
- [plc4x] branch feature/c-code-generation updated: - Added type information to discriminated types. - posted by cd...@apache.org on 2020/05/28 15:33:08 UTC, 0 replies.
- [plc4x] branch feature/c-code-generation updated: - Fixed an issue in the name of the type property of sub-types. - posted by cd...@apache.org on 2020/05/28 15:40:38 UTC, 0 replies.
- [plc4x] branch feature/c-code-generation updated: - Fixed another glitch in the code generation - posted by cd...@apache.org on 2020/05/28 15:57:44 UTC, 0 replies.