- Jul 21, 2021
-
-
Adam Knapp authored
-
- Jul 15, 2021
-
-
Gábor Szalai authored
Prevent the overindexing during the decoding of the last fields Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Jul 14, 2021
-
-
Gábor Szalai authored
The RAW encoding of hextring with - FIELDORDER(msb) - HEXORDER(high) - Field starts on half octet fails The hexstring starting of half octet is handled specially as only the hex digits in the whole octets should be swapped. Because the buffer is filled diferently in the case of different FIELDORDER, the hex digit swapping should be adopted to the FIELDORDER Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Jul 06, 2021
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jun 16, 2021
-
-
Gábor Szalai authored
The RAW hexstring decoder sets the last digit to 0 if - the length is odd - and FIELDORDER(msb) - and HEXORDER(high) The fault caused by an "off by 1" indexing. Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Jun 07, 2021
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- May 18, 2021
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Apr 29, 2021
-
-
Botond Baranyi authored
OOP: catching exceptions of class type is now determined by the dynamic class type, instead of the static type raised (issue #533) Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Mar 31, 2021
-
-
Botond Baranyi authored
OOP: implemented exception lists, added semantic checks for exception handling and added function tests (bug 568899) Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I56f7ab4757d5f9a2f4f6f5f288396b51b2fe2f31 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Mar 11, 2021
-
-
Botond Baranyi authored
OOP: code generated for 'finally' now only uses C++11 if it is supported by the C++ compiler (Bug 568899) Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I75568c10eae09937187317bb6d03cac2e0cfe636
-
- Mar 10, 2021
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: Id98b9cd7eb7f0a1cd842405f07f8feb75a42d277 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Mar 04, 2021
-
-
Adam Knapp authored
Change-Id: Ic19c2fce15afc9a027997dd3a1e3176a30ab1b5d Signed-off-by:
Adam Knapp <adam.knapp@sigmatechnology.se>
-
- Jan 19, 2021
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I27a6ea168b54f4d472f84f4cddb087331dd09d05
-
- Jan 04, 2021
-
-
Adam Knapp authored
Change-Id: Iacba53d8499439eba82045c30a1e0f2e0edf16fe Signed-off-by:
Adam Knapp <adam.knapp@sigmatechnology.se>
-
- Dec 11, 2020
-
-
Kristof Szabados authored
it looks like passing enums to va_start is unsafe as codechecker reports "passing an object that undergoes default argument promotion to 'va_start' has undefined behavior". Maybe adding a casting to int (forcing the int conversion) will fix it. Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Nov 12, 2020
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Nov 02, 2020
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Oct 20, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I9b3dfddca22af980b1c6f17a1d205854d0ae098f
-
- Oct 06, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I3a603580a6f017a7b8f2156dee64f7d3ed104da2
-
- Oct 05, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: If390fe6a5b331513b4b2316e97d3221360659a6d Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Oct 02, 2020
-
-
Botond Baranyi authored
Changed the include statement of 'readline.h', so it can be found on multiple platforms (Bug 565893) Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: Iaa1f9153cfdceb40c74e01ec30a756a63d0caa52
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: Ic84c01eeb47d4d93559154d7d24a65b334501657
-
- Oct 01, 2020
-
-
Botond Baranyi authored
Changed mctr_cli and debugger UI to use 'libedit' as an external library instead of as embedded source (Bug 565893) Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I6cf97d6b7c16f21135d2ffc22f15c9c05c7ccf54 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Sep 15, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I4dc2b70cd023aedc51de4596b2bc99c8e56dcc50
-
- Sep 09, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I77f08130f7187b16a82b2ea87c78d5b955d09a7c
-
- Aug 30, 2020
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- Aug 18, 2020
-
-
Gábor Szalai authored
Change-Id: I563dd0c7ddb32636f77e9e5900ca8702442da73a Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Aug 17, 2020
-
-
Gábor Szalai authored
The 17 digit precision was too precise for the float. The 17 significant digit ensured that the parsed back value is the same as the original, but the currently used print out function introduced rounding errors, which renders the last digit useless. Further development and experiment is needed, because neither functionality provided by the c++ library prints the float as expected by the TTCN standard. Change-Id: I328e8ed423c7d96f2ee46e5453e090a1c3fda6a8 Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
Gábor Szalai authored
The number of the significant digits used during the code generation is increased to 17 The string representation of the float generated by the ttcn2str is corrected: no leading zero in exponent, 17 significant digits Change-Id: Ib49b878a78c87c1a8fee55b06c9b713023e90797 Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Aug 13, 2020
-
-
Gábor Szalai authored
The standard explicitly allow the leading zero for str2float Leading zero warning is not needed as it is allowed. C.1.29 Character string to float str2float(in charstring invalue) return float This function converts a charstring comprising a number into a float value. The format of the number in the charstring shall follow rules in clause 6.1.0, items a) or b) with the following exceptions: leading zeros are allowed; EXAMPLE: str2float("12345.6") // is the same as str2float("123.456E+02") Change-Id: Ia3a81017b234dae493cd33ccc4ce3ea124727be2 Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- Jul 23, 2020
-
-
Gergo Ujhelyi authored
Signed-off-by:
Gergo Ujhelyi <ujhelyi.gergo@ericsson.com>
-
- Jul 10, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I4d20e7e45f2fd2ca5e561552c15d5c52647f33b2 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jul 09, 2020
-
-
Botond Baranyi authored
Added new compiler option '-h', which allows converting universal charstrings to charstrings (bug 564585) Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: Ib73c458ba631710cabc1ef1e9b64928e0f79db31 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jul 06, 2020
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I90d39b55248d6f1232fde6ef0b1939f327007b90
-
- Jun 17, 2020
-
-
Botond Baranyi authored
Change-Id: Ice786f009708e01f7944c020b553fa63ff977ac5 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jun 16, 2020
-
-
Botond Baranyi authored
Change-Id: I4b89c4b18b8d7713c27fd77c53500687b0c8b164 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jun 15, 2020
-
-
Botond Baranyi authored
Change-Id: Id6045fb10f6caae8fc5415fa8048a9c3bbe523df Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- Jun 11, 2020
-
-
Botond Baranyi authored
Change-Id: I8f4a57c7ff3f2d23d7b4226a3eba702eb2a150bf Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- May 26, 2020
-
-
Botond Baranyi authored
Change-Id: I99580ddd74f5952a1c61a330b1ef9a3fe9f366fd Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-