An error occurred fetching the project authors.
  1. 30 Sep, 2017 1 commit
  2. 07 Sep, 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. 10 Aug, 2017 2 commits
  5. 02 Aug, 2017 3 commits
  6. 09 May, 2017 2 commits
    • 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
    • johvik's avatar
      Add (void) when st is unused · bd3dea9b
      johvik authored
      This is to get rid of the GCC warning:
      "warning: unused variable ‘st’ [-Wunused-variable]"
      bd3dea9b
  7. 14 Mar, 2016 1 commit
  8. 13 Oct, 2014 1 commit
  9. 07 Dec, 2013 1 commit
  10. 27 Mar, 2013 1 commit
  11. 03 Dec, 2007 1 commit
  12. 06 Nov, 2007 1 commit
  13. 18 Aug, 2006 1 commit
  14. 13 Jul, 2006 2 commits
  15. 21 Mar, 2006 1 commit
  16. 26 Nov, 2005 1 commit
  17. 27 Aug, 2005 1 commit
  18. 14 Aug, 2005 2 commits