An error occurred fetching the project authors.
- 28 Aug, 2017 1 commit
-
-
Lev Walkin authored
-
- 27 Aug, 2017 1 commit
-
-
Lev Walkin authored
-
- 24 Aug, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
Every type has free, print, check_constraints, ber_decoder, der_encoder, xer_decoder, xer_encoder, uper_decoder, uper_encoder and outmost_tag operations. We move them out to a separate structure asn_TYPE_operation_t. Combined with previous logic simplification, these operations are based on ASN.1 basic types, constructed types and string types. So we can reduce the space occupied by asn_TYPE_descriptor_t variables.
-
- 23 Aug, 2017 5 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
- 22 Aug, 2017 1 commit
-
-
Lev Walkin authored
-
- 13 Aug, 2017 2 commits
-
-
Lev Walkin authored
-
Denis Filatov authored
-
- 11 Aug, 2017 2 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
- 10 Aug, 2017 3 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
- 08 Aug, 2017 2 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
- 07 Aug, 2017 2 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
- 04 Aug, 2017 2 commits
-
-
mattipee authored
Raised in #122, prevent reference to constraints in generated code if compiled with -fno-constraints
-
Lev Walkin authored
-
- 02 Aug, 2017 11 commits
-
-
Bi-Ruei, Chiu authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
- 06 Jul, 2017 1 commit
-
-
Lev Walkin authored
-
- 28 Jun, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
These are unmerged lines of code that I forgot adding in pull request #154.
-
- 09 May, 2017 1 commit
-
-
johvik authored
Since the typedef of asn_INTEGER_specifics_t also contains a const the compiler complained about: "warning: duplicate ‘const’ [-Wpedantic]"
-
- 07 May, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
This is a collection of works : 1. Based on @zhanglei002's pull request 99. 2. A fix by @AuthenticEshkinKot and merged by @mouse07410 at commit 2c8d366bbe1fc4e4c041e9b0eb9779f8a42d754b of https://github.com/mouse07410/asn1c to support parsing of Information Object and Information Object Set 3. A fix by @Uri Blumenthal in asn1fix_derefv.c at : commit ec0ade4f87c807e763e3f35fc5466adb6dda3473 of https://github.com/mouse07410/asn1c to solve crash on asn1p_value_free(). 4. My pull request 18 to @mouse07410's https://github.com/mouse07410/asn1c to solve problems found during parsing ASN.1 modules of S1AP, RANAP and J2735-201603. 5. My pull request 22 to @mouse07410's https://github.com/mouse07410/asn1c to solve issue 147 and to solve the problem during parsing ASN.1 module of NBAP. 6. My pull request 23 to @mouse07410's https://github.com/mouse07410/asn1c to fix memory leakage introduced in aforementioned commits. Most code changes are the same as pull request 153 to this repository. 7. A fix of my bug in item 6 which result asn1c crash, fixed by @mouse07410.
-
- 11 Apr, 2017 1 commit
-
-
johvik authored
This is to get rid of the GCC warning: "warning: comma at end of enumerator list [-Wpedantic]"
-
- 15 Mar, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
1. Add forward definition section. 2. Move type definition inside A_SEQUENCE_OF() to forward definition section. 3. Modify asn1c_lang_C_type_CHOICE() ...etc functions to achieve it. 4. Modify test cases used during 'make check'.
-
- 07 Nov, 2016 1 commit
-
-
Bi-Ruei, Chiu authored
-