Wed, 08 Jun 2011 18:34:53 +0200 |
laurent |
Fix bug with TRUNC function and with type conversion functions called with constant as parameter
|
changeset |
files
|
Wed, 08 Jun 2011 11:42:19 +0100 |
Mario de Sousa |
Allow use of ENO keyword in structured variable field selector.
|
changeset |
files
|
Mon, 06 Jun 2011 16:28:41 +0200 |
laurent |
Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
|
changeset |
files
|
Mon, 06 Jun 2011 14:05:28 +0100 |
Mario de Sousa |
fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
|
changeset |
files
|
Mon, 06 Jun 2011 11:01:47 +0200 |
laurent |
Fix bug when generating integer with leading zero (octal value for C compiler)
|
changeset |
files
|
Fri, 03 Jun 2011 17:14:24 +0100 |
Mario de Sousa |
Allow [EOL] after a label in IL.
|
changeset |
files
|
Wed, 01 Jun 2011 14:02:16 +0200 |
laurent |
Fix bug when using an enumerated or subrange type to define a structure element
|
changeset |
files
|
Tue, 31 May 2011 15:35:05 +0200 |
laurent |
Fix bug when declaring data type directly derived from array type
|
changeset |
files
|
Mon, 30 May 2011 19:28:32 +0100 |
Mario de Sousa |
Fix conversion of binary digits to hex, when generating code.
|
changeset |
files
|
Mon, 30 May 2011 19:24:09 +0100 |
Mario de Sousa |
Fix missing '(' when declaring new simple derived data type.
|
changeset |
files
|
Mon, 30 May 2011 19:16:22 +0100 |
Mario de Sousa |
Ignore underscores in decimal integer constants when determining size in bits...
|
changeset |
files
|
Mon, 30 May 2011 17:54:15 +0100 |
Mario de Sousa |
When checking semantics of expressions, skip semantic checking of data type definitions
|
changeset |
files
|
Mon, 30 May 2011 17:52:15 +0100 |
Mario de Sousa |
Fixing algorithm that determines bit size of constants containing underscores.
|
changeset |
files
|
Fri, 27 May 2011 18:01:54 +0100 |
Mario de Sousa |
Merging with Edouard's version
|
changeset |
files
|
Fri, 27 May 2011 18:01:01 +0100 |
Mario de Sousa |
Fixing bug related to setting array variables with values coming from other variables
|
changeset |
files
|
Wed, 18 May 2011 16:32:46 +0200 |
Edouard Tisserant |
Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle.
|
changeset |
files
|
Wed, 18 May 2011 13:20:24 +0200 |
laurent |
Fix bug when debugging located variables of type memory (%M) for all variable classes
|
changeset |
files
|
Tue, 17 May 2011 10:35:12 +0100 |
Mario de Sousa |
Merging with Edouard's changes
|
changeset |
files
|
Tue, 17 May 2011 10:34:00 +0100 |
Mario de Sousa |
Fixing code generation of array indexes in Function Blocks.
|
changeset |
files
|
Sun, 15 May 2011 10:22:15 +0100 |
Mario de Sousa |
Commiting merge with Laurent's recent dead code removal change.
|
changeset |
files
|
Tue, 19 Apr 2011 09:36:59 +0100 |
Mario de Sousa |
Adding fflush capabilities. It is sometimes usefull when debuging the compiler...
|
changeset |
files
|
Fri, 15 Apr 2011 09:45:27 +0100 |
Mario de Sousa |
Adding missing semicolons.
|
changeset |
files
|
Mon, 16 May 2011 14:19:20 +0200 |
Edouard Tisserant |
fixed build error with gcc 4.5.2
|
changeset |
files
|
Mon, 16 May 2011 12:36:21 +0200 |
laurent |
Merged with Edouard's modifications
|
changeset |
files
|
Mon, 16 May 2011 11:57:41 +0200 |
laurent |
Fix bug when debugging located variables of type memory (%M)
|
changeset |
files
|
Thu, 21 Apr 2011 11:22:13 +0200 |
Edouard Tisserant |
Removed dead code
|
changeset |
files
|
Thu, 14 Apr 2011 19:17:20 +0100 |
Mario de Sousa |
Fixing implementation of CU, CD, and CUD in standard library.
|
changeset |
files
|
Thu, 14 Apr 2011 19:02:35 +0100 |
Mario de Sousa |
Deleting dead code.
|
changeset |
files
|
Thu, 14 Apr 2011 18:55:31 +0100 |
Mario de Sousa |
Merging changes.
|
changeset |
files
|
Thu, 14 Apr 2011 18:12:59 +0100 |
Mario de Sousa |
Added tracking of order by which tokens are processed by lexical analyser.
|
changeset |
files
|
Thu, 14 Apr 2011 17:35:25 +0100 |
Mario de Sousa |
Adding tracking of filename in which token is located.
|
changeset |
files
|
Thu, 07 Apr 2011 11:40:03 +0200 |
Edouard Tisserant |
Reverted semantic error message so that Beremiz can parse them and that user can double-click on error message to open related POU and select the faulty line.
|
changeset |
files
|
Tue, 05 Apr 2011 19:42:33 +0100 |
Mario de Sousa |
Fixing error message incorrectly changed in previous merge.
|
changeset |
files
|
Tue, 05 Apr 2011 18:31:55 +0100 |
Mario de Sousa |
fixing C code generation of return_statement_c and exit_statement_c
|
changeset |
files
|
Tue, 05 Apr 2011 17:12:12 +0100 |
Mario de Sousa |
merging the Edouard's version.
|
changeset |
files
|
Tue, 05 Apr 2011 14:24:07 +0100 |
Mario de Sousa |
fixing exit_statement_c: produce 'break' instead of 'exit(0); (Thanks to Manuele)
|
changeset |
files
|
Tue, 05 Apr 2011 14:17:16 +0100 |
Mario de Sousa |
Fixing code generation of standard conversion functions.
|
changeset |
files
|
Tue, 05 Apr 2011 15:14:19 +0200 |
Edouard Tisserant |
Re-generated std lib related code, with updated headers, updated all forgotten headers
|
changeset |
files
|
Mon, 04 Apr 2011 19:18:22 +0200 |
Edouard Tisserant |
Merged matiec library headers update from Mario to LGPL
|
changeset |
files
|
Mon, 04 Apr 2011 15:59:35 +0100 |
Mario de Sousa |
Changing to LGPL for library functions.
|
changeset |
files
|
Mon, 04 Apr 2011 15:26:13 +0100 |
Mario de Sousa |
Updating origin and license info of library fuctions.
|
changeset |
files
|
Mon, 04 Apr 2011 15:22:42 +0100 |
Mario de Sousa |
Leave standard function names hardcoded, as these are considered keywords even though
|
changeset |
files
|
Mon, 04 Apr 2011 14:32:21 +0100 |
Mario de Sousa |
New version of bistable.txt - due to license issues.
|
changeset |
files
|
Mon, 04 Apr 2011 18:54:55 +0200 |
Edouard Tisserant |
Make semantic error message compatible with beremiz
|
changeset |
files
|
Mon, 04 Apr 2011 17:19:35 +0200 |
Edouard Tisserant |
Merge
|
changeset |
files
|
Mon, 04 Apr 2011 17:13:03 +0200 |
Edouard Tisserant |
Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
|
changeset |
files
|
Mon, 04 Apr 2011 13:25:39 +0200 |
Edouard Tisserant |
Merge with changes from Mario
|
changeset |
files
|
Mon, 04 Apr 2011 11:19:48 +0100 |
Mario de Sousa |
Fixing stupid bug (that was disabling code generation).
|
changeset |
files
|
Mon, 04 Apr 2011 10:48:30 +0100 |
Mario de Sousa |
Adding Makefile for Darwin (thanks go to Manuele)
|
changeset |
files
|
Mon, 04 Apr 2011 10:42:03 +0100 |
Mario de Sousa |
starting to add proper header file with declaration of standard functions
|
changeset |
files
|
Fri, 01 Apr 2011 12:19:32 +0100 |
Mario de Sousa |
Fixing error messages for IL semantic errors (brocken in a previous changeset/commit).
|
changeset |
files
|
Fri, 01 Apr 2011 10:47:24 +0100 |
Mario de Sousa |
Updating license info (with Edouard's permission for relevant files).
|
changeset |
files
|
Fri, 01 Apr 2011 10:06:19 +0100 |
Mario de Sousa |
Updating License info (with Edoaurd's permission for relevant files).
|
changeset |
files
|
Fri, 01 Apr 2011 10:03:22 +0100 |
Mario de Sousa |
Adding some debug info
|
changeset |
files
|
Thu, 31 Mar 2011 21:06:36 +0100 |
Mario de Sousa |
Do not crash when checking semantics of undeclared symbolic_variable.
|
changeset |
files
|
Thu, 31 Mar 2011 17:40:55 +0100 |
Mario de Sousa |
Updating licensing information.
|
changeset |
files
|
Thu, 31 Mar 2011 13:20:50 +0100 |
Mario de Sousa |
Error messages (stage3) now better identify the location of the error.
|
changeset |
files
|
Thu, 31 Mar 2011 10:52:03 +0100 |
Mario de Sousa |
Adding debug conditional printf()s in stage 3.
|
changeset |
files
|
Thu, 31 Mar 2011 10:45:34 +0100 |
Mario de Sousa |
Merging my Huge change with Edouards/Laurents version
|
changeset |
files
|
Wed, 30 Mar 2011 19:53:32 +0100 |
Mario de Sousa |
Huge change.
|
changeset |
files
|
Fri, 01 Apr 2011 11:10:06 +0200 |
Edouard Tisserant |
Changed packing declaration in iec_types
|
changeset |
files
|
Fri, 01 Apr 2011 17:26:29 +0200 |
laurent |
Modify code generated for avoiding warning while compiling when configuration or resource don't have any global variable
|
changeset |
files
|
Thu, 31 Mar 2011 19:11:16 +0200 |
Edouard Tisserant |
Initial TIME support in debugger
|
changeset |
files
|
Sun, 27 Mar 2011 16:19:36 +0200 |
laurent |
Merged with Edouard's modifications
|
changeset |
files
|