- Optimized plc_debug.c generated code. Should produce smaller code size. Added statically initialized array for PLC tracable variable description. 2015-01-29, by Edouard Tisserant
- more minor cleanup 2015-01-18, by Edouard Tisserant
- minor cleanup 2015-01-18, by Edouard Tisserant
- merged forgotten changes 2015-01-16, by Edouard Tisserant
- Simplified use of runtime's global variable __common_ticktime accross extensions. 2014-12-12, by Edouard Tisserant
- Use '-p' command line option when running matiec (iec2c) 2014-12-06, by mjsousa
- Add command line option '-l' when calling matiec 2014-11-26, by mjsousa
- Fixed location of directory containing IEC standard library in C format. 2014-11-10, by Edouard Tisserant
- Change location of directory containing IEC standard library in C format. 2014-07-08, by mjsousa
- Added highlighting of wrong SINGLE task trigger 2014-06-27, by Edouard Tisserant
- Fixed incomplete task grid update on interface change, in Resource editor 2014-06-25, by Edouard Tisserant
- Enable overloading of availables languages in POU creation dialog 2014-06-23, by Edouard Tisserant
- Enable overloading of task triggerring source cell editor (SINGLE) in resource editor. PLCGenerator now generates MULTI keywork instead of SINGLE when task's activation is surroundes with square brackets 2014-06-20, by Edouard Tisserant
- Updated tests/python : added derivated return type function declaration+call and re-enabled refrences to global FB interfaces 2014-06-12, by Edouard Tisserant
- Fixed declaration and ST code gen for IEC function that return derivated types 2014-06-12, by Edouard Tisserant
- Added a variable name text entry dialog to allow name change on drag'n'drops 2014-06-11, by Edouard Tisserant
- 'NamedConstant' variable D'n'D is now allowed on variable grid 2014-06-11, by Edouard Tisserant
- Allow specification of command line arguments encoding in ProcessLogger 2014-06-10, by Edouard Tisserant
- Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence 2014-06-04, by Edouard Tisserant
- Fixed crash at project load when features.libraries is empty (i.e. no libraries are provided). 2014-06-04, by Edouard Tisserant
- Added plcopen.definitions.DefaultType, set to INT. 2014-05-30, by Edouard Tisserant
- Fixed POU paste exception 2014-05-28, by Edouard Tisserant
- Propagated changes made in matiec/lib/accessor.h _SET_VAR macro (Mario's matiec changes merged at 39086e324665) to py_ext library, and other (not compiled in) XML standard FB definitions. 2014-05-28, by Edouard Tisserant
- Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages). 2014-05-27, by Edouard Tisserant
- Fixed launch of PLCopenEditor, broken since 611fded24ce4. 2014-05-23, by Edouard Tisserant
- Organized controller's _Build sub-methods layout. Many (unwanted) white space changes. 2014-05-21, by Edouard Tisserant
- Added 'NamedConstant' drag'n'drop in programs. It does create a simple variable with initial value and is usefull for drag'n'drop constants from extensions while keeping a name associated with constant 2014-05-13, by Edouard Tisserant
- xmlclass : Ensured precedence of newly defined class in case of conflicting declaration 2014-04-02, by Edouard Tisserant
- Fixed Exception dialog crash when original exception contains unicode 2014-03-31, by Edouard Tisserant
- Fixed unused variable in plc_debug.c 2014-03-29, by Edouard Tisserant
- On windows, prepend CWD to PATH before invoking Generic target make command 2014-03-29, by Edouard Tisserant
- Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python 2014-03-27, by Edouard Tisserant
- Fixed typo in plcopen.py 2014-03-21, by Edouard Tisserant
- Changed python_gear ratio type from USINT to UINT, less restrictive regarding range 2014-03-17, by Edouard Tisserant
- Fixed support for spaces in matiec libraries path with native beremiz build 2014-03-16, by Edouard Tisserant
- Delayed CANopen initialization for better busoff recovery 2014-03-04, by Edouard Tisserant
- Fixed non initialized timer causing exception in some rare cases (continued) 2014-02-27, by Edouard Tisserant
- Fixed non initialized timer causing exception in some rare cases 2014-02-27, by Edouard Tisserant
- Fix matplotlib exception when launching on XP 2014-02-25, by Edouard Tisserant
- Fixed import error when loading extensions 2014-02-14, by Edouard Tisserant
- More gcc warning avoided 2014-01-29, by Edouard Tisserant
- Added <string.h> to plc_main_head.c to avoid warnings. 2014-01-28, by Edouard Tisserant
- Tidy PLCopen definitions 2014-01-28, by Edouard Tisserant
- Removed depricated matiec stdlib-code-generator-generator 2014-01-27, by Edouard Tisserant
- Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py 2014-01-26, by Edouard Tisserant
- Re-introduced toolchain_makefile.py. This time, it comes with a 'Generic' target, and a 'genericmake' example 2014-01-20, by Edouard Tisserant
- Removed dead code 2014-01-19, by Edouard Tisserant
- Fixed xmlclass bug when enabling/disabling libraries in root CTN 2014-01-19, by Edouard Tisserant
- RC5 1.1 Korean release 2013-11-18, by Edouard Tisserant
- Added example of SFC simulating traffic lights 2013-12-06, by Laurent Bessard
- Fixed bugs in SFC when loading transition condition and referenced transition or action body 2013-12-05, by Laurent Bessard
- Fixed bug with edge and storage parameters in contact and coil not loaded in file saved with older version 2013-12-05, by Laurent Bessard
- Fixed bug when defining variable type as explicit array in VariablePanel 2013-12-05, by Laurent Bessard
- Fixed bug with function POU when extracting return type 2013-12-05, by Laurent Bessard
- Fixed bug with non-ascii characters in program comments 2013-12-05, by Laurent Bessard
- Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires 2013-11-21, by Laurent Bessard
- Fixed bug in debugger when debug tick received is None 2013-11-20, by Laurent Bessard
- Fixed bug with decimal value string formatting 2013-11-13, by Laurent Bessard
- Fixed bug with decimal value string formatting 2013-11-11, by Laurent Bessard
- Fixed bug when graphic element position and size and connection points are decimal 2013-11-07, by Laurent Bessard
- Fixed bug in test if block type is used by current edited pou 2013-11-07, by Laurent Bessard
- Fixed bug when adding and removing function block in graphic viewer. In some cases, the associated variable could stay in the variable panel. 2013-10-25, by Laurent Bessard
- Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression 2013-10-17, by Laurent Bessard
- Fixed bug Drag'n drop variables from left panel to debug panel disabled 2013-10-17, by Laurent Bessard
- Fixed bugs with pou variable infos computation stylesheet 2013-10-16, by Laurent Bessard
- Fixed bug when pasting element with an odd width or height 2013-10-16, by Laurent Bessard
- Fixed refresh speed so that interface is not blocked when debugging 2013-10-14, by Laurent Bessard
- Added support for optimizing debug, preventing to filling buffers with only the last value for debug data consumers that only show the current state 2013-10-14, by Laurent Bessard
- Remove old debug panels and viewers not using matplotlib 2013-10-14, by Laurent Bessard
- Added new debug process separating non-wx thread extracting debug values from connector and 10 Hz wx timer refreshing Beremiz debug Viewers and communicating throw double-buffering, to avoid segmentation faults and optimize CPU usage 2013-10-14, by Laurent Bessard
- Cleaner matplotlib import preventing noisy warnings 2013-10-12, by Edouard Tisserant
- Fixed bugs when editing resource variables and tasks 2013-10-11, by Laurent Bessard
- Fixed bug when debugging PLC with Graphic Viewer in debug open and re-transfer PLC 2013-10-11, by Laurent Bessard
- Fixed bug when loading complex type variable initial value 2013-10-11, by Laurent Bessard
- Fixed bug when building project with configuration extra variables 2013-10-11, by Laurent Bessard
- Fixed bug wrong pin number in dialog when creating new power rail on Windows 2013-10-10, by Laurent Bessard
- Fixed bug when removing coil in LD viewer, wires wasn't deleted. 2013-10-10, by Laurent Bessard
- Fixed bug when modifying power rail in LD Viewer 2013-10-10, by Laurent Bessard
- Fixed bug when selecting pou that is not used in project 2013-10-10, by Laurent Bessard
- Added makefile for generating xslt stylesheet from ysl2 files 2013-10-10, by Laurent Bessard
- Fixed pou instance path list computing stylesheet 2013-10-10, by Laurent Bessard
- Fixed pou tagname of instance path computing stylesheet 2013-10-10, by Laurent Bessard
- Fixed pou instance path list computing stylesheet 2013-10-09, by Laurent Bessard
- Fixed xslt stylesheets with pretty print versions 2013-10-09, by Laurent Bessard
- Fixed pou variables instance information loading stylesheet 2013-10-09, by Laurent Bessard
- Fixed pou variables information loading stylesheet 2013-10-09, by Laurent Bessard
- Fixed bug when editing SFC divergence 2013-10-04, by Laurent Bessard
- Improved syntax of pou block information loading stylesheet 2013-10-04, by Laurent Bessard
- Fixed bug when loading connectors modifier 2013-10-04, by Laurent Bessard
- Fixed PouInstanceVariablesPanel, replacing wx controls, too long to create and destroy, by bitmaps directly drawn in panel 2013-10-03, by Laurent Bessard
- Fixed various latency issues removing unnecessary calls 2013-10-03, by Laurent Bessard
- Fixed ActionInfos class with slots 2013-10-02, by Laurent Bessard
- Fixed bug when cancelling ActionBlockDialog 2013-10-02, by Laurent Bessard
- Fixed bug in actionBlock actions editing 2013-10-02, by Laurent Bessard
- Replaced old graphic viewer blocks loading process by xslt stylesheet 2013-10-02, by Laurent Bessard
- Fixed bug with Copy/Paste function instance block when previously edited 2013-10-01, by Laurent Bessard
- Merged 2013-09-29, by Laurent Bessard
- Fixed bug when loading graphic pou connection between blocks and no points for drawing wire are defined 2013-09-29, by Laurent Bessard
- Added support for loading PLCOpen v1 files and modify their content to be compatible with PLCOpen v2 2013-09-29, by Laurent Bessard
- merged 2013-09-28, by Edouard Tisserant
- Fixed error message printed when error in XML files is detected 2013-09-27, by Laurent Bessard
- Added support for speed-up loading of graphic POU tabs 2013-09-27, by Laurent Bessard
- Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file 2013-09-27, by Laurent Bessard
- merged 2013-09-27, by Edouard Tisserant
- Fixed bug in Resource POU instance type selection 2013-09-25, by Laurent Bessard
- Fixed bug when editing block information of an extended standard function 2013-09-25, by Laurent Bessard
- Fixed instance type tagname computing xslt stylesheet 2013-09-24, by Laurent Bessard
- Fixed time consuming function when loading VariablePanel 2013-09-24, by Laurent Bessard
- Fixed bug in VariablePanel, function block variables in graphic viewers could be modified 2013-09-24, by Laurent Bessard
- Fixed Xenomai target according to new xmlclass 2013-09-24, by Laurent Bessard
- Fixed xmlclass for working with included files, adding support for SimpleType elements and solving ambiguity in extension class when different elements share the same name and parent name 2013-09-24, by Laurent Bessard
- Replaced old pou instance type tagname computing by xslt stylesheet 2013-09-23, by Laurent Bessard
- Used OrderedDict for keeping of standard function blocks library defined 2013-09-18, by Laurent Bessard
- Replaced old list of pou instance in project generating process by xslt stylesheet 2013-09-18, by Laurent Bessard
- Fixed bug when removing block 2013-09-18, by Laurent Bessard
- Fixed bug in pou variable list and variable tree xslt stylesheet 2013-09-13, by Laurent Bessard
- Replaced old pou instance variable list generating process by xslt stylesheet 2013-09-13, by Laurent Bessard
- Fixed Beremiz for working with new xmlclass support using lxml 2013-09-11, by Laurent Bessard
- Fixed Additional Function Blocks Library 2013-09-10, by Laurent Bessard
- Replaced standard function blocks library definition from dictionary to plcopen xml files 2013-09-10, by Laurent Bessard