- 19 Jan, 2021 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I27a6ea168b54f4d472f84f4cddb087331dd09d05
-
- 04 Jan, 2021 1 commit
-
-
Adam Knapp authored
Change-Id: Iacba53d8499439eba82045c30a1e0f2e0edf16fe Signed-off-by:
Adam Knapp <adam.knapp@sigmatechnology.se>
-
- 11 Dec, 2020 1 commit
-
-
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>
-
- 12 Nov, 2020 1 commit
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- 02 Nov, 2020 1 commit
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- 20 Oct, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I9b3dfddca22af980b1c6f17a1d205854d0ae098f
-
- 06 Oct, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I3a603580a6f017a7b8f2156dee64f7d3ed104da2
-
- 05 Oct, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: If390fe6a5b331513b4b2316e97d3221360659a6d Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 02 Oct, 2020 2 commits
-
-
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
-
- 01 Oct, 2020 1 commit
-
-
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>
-
- 15 Sep, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I4dc2b70cd023aedc51de4596b2bc99c8e56dcc50
-
- 09 Sep, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I77f08130f7187b16a82b2ea87c78d5b955d09a7c
-
- 30 Aug, 2020 1 commit
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- 18 Aug, 2020 1 commit
-
-
Gábor Szalai authored
Change-Id: I563dd0c7ddb32636f77e9e5900ca8702442da73a Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
-
- 17 Aug, 2020 2 commits
-
-
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>
-
- 13 Aug, 2020 1 commit
-
-
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>
-
- 23 Jul, 2020 1 commit
-
-
Gergo Ujhelyi authored
Signed-off-by:
Gergo Ujhelyi <ujhelyi.gergo@ericsson.com>
-
- 10 Jul, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I4d20e7e45f2fd2ca5e561552c15d5c52647f33b2 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 09 Jul, 2020 1 commit
-
-
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>
-
- 06 Jul, 2020 1 commit
-
-
Botond Baranyi authored
Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com> Change-Id: I90d39b55248d6f1232fde6ef0b1939f327007b90
-
- 17 Jun, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: Ice786f009708e01f7944c020b553fa63ff977ac5 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 16 Jun, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I4b89c4b18b8d7713c27fd77c53500687b0c8b164 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 15 Jun, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: Id6045fb10f6caae8fc5415fa8048a9c3bbe523df Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 11 Jun, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I8f4a57c7ff3f2d23d7b4226a3eba702eb2a150bf Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 26 May, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I99580ddd74f5952a1c61a330b1ef9a3fe9f366fd Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 22 May, 2020 1 commit
-
-
Kristof Szabados authored
Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- 19 May, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I17616dcccc69f05742c050c3ba4a2b686617be96 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 18 May, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I96626b14a57bc5eec6d3e2ece85de87a68d1fb8e Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 12 May, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: Ief2350ee8c8a5d979e8c1efc7e564d691a91fba7 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 05 May, 2020 1 commit
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I574e8465d48221a254db92b2806b54a8f83c2108
-
- 28 Apr, 2020 1 commit
-
-
Kristof Szabados authored
This change has to be reverted until it is done correctly ( documentation is missing, testing is missing for now) + it would drop support for gcc 4.3 ad 4.8 which we still need to support for some time. Signed-off-by:
Kristof Szabados <Kristof.Szabados@ericsson.com>
-
- 23 Apr, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I30e11c79aa3da5524b5a60cb4ef25a808aaf9516 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 18 Mar, 2020 1 commit
-
-
Gábor Szalai authored
At the beginning the GCC (and clang) used the versioning scheme: <major>.<minor>.<patch> The <patch> part is ignored by the version check as the patch releases are compatible. Both the GCC and the Clang dropped the minor releases at the release of GCC5 & Clang5 They garantee the API & ABI compatibility within a major version, so only the major version should be taken account. Change-Id: I73447b7f994b0b9eb5c536a49d4fe537bbd30969
-
- 10 Mar, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: I26a4671f5f5a0ebed07af0d7fbc027785f39830a Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 09 Mar, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: Id5292da9b7ac6672c6a88aa9b44ef7946b157e60 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 05 Mar, 2020 2 commits
-
-
balaskoa authored
Signed-off-by:
balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I9e57bdb502fbe75eeb0de12a91eec37cfc1a2df0
-
Botond Baranyi authored
Change-Id: I042bae37f20d4dcb9a23d96a5c30cafda9d978f0 Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-
- 24 Feb, 2020 1 commit
-
-
Botond Baranyi authored
Change-Id: Ibaf44102c08867afc47ec79fa01837ca9954f73d Signed-off-by:
Botond Baranyi <botond.baranyi@ericsson.com>
-