An error occurred fetching the project authors.
  1. 28 Aug, 2017 1 commit
  2. 27 Aug, 2017 1 commit
  3. 24 Aug, 2017 1 commit
    • Bi-Ruei, Chiu's avatar
      Move type operations to another structure · 1f87ac00
      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.
      1f87ac00
  4. 23 Aug, 2017 5 commits
  5. 22 Aug, 2017 1 commit
  6. 13 Aug, 2017 2 commits
  7. 11 Aug, 2017 2 commits
  8. 10 Aug, 2017 3 commits
  9. 08 Aug, 2017 2 commits
  10. 07 Aug, 2017 2 commits
  11. 04 Aug, 2017 2 commits
  12. 02 Aug, 2017 11 commits
  13. 06 Jul, 2017 1 commit
  14. 28 Jun, 2017 1 commit
  15. 09 May, 2017 1 commit
    • johvik's avatar
      Fix duplicate 'const' warnings · e70c4072
      johvik authored
      Since the typedef of asn_INTEGER_specifics_t also contains a const the
      compiler complained about:
      "warning: duplicate ‘const’ [-Wpedantic]"
      e70c4072
  16. 07 May, 2017 1 commit
  17. 11 Apr, 2017 1 commit
  18. 15 Mar, 2017 1 commit
    • Bi-Ruei, Chiu's avatar
      Fix 'declaration inside parameter list' warning · 9b87e5b0
      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'.
      9b87e5b0
  19. 07 Nov, 2016 1 commit