Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EXTERNAL support. #140 #5

Merged
merged 4 commits into from
Mar 27, 2017

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    bc2b782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bbea5e View commit details
    Browse the repository at this point in the history
  3. Add EXTERNAL support. vlmgh-140

    - Remove EXTERNAL from asn1p_l.l and asn1p_y.y
    - Add EXTERNAL ASN.1 definition from ITU-T X.208 in
      skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
    - Add a test case:
      tests/135-EXTERNAL-OK.asn and
      asn1c/tests/check-src/check-135.c
    - Regenerate all tests/*.asn1.-Pfwide-types files
    velichkov committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    9632f5d View commit details
    Browse the repository at this point in the history
  4. Fix compiler warning in asn1p_y.y

    The Travis CI build fails because of (--enable-Werror)
    asn1p_y.y: In function 'asn1p_error':
    asn1p_y.y:2465:16: error: unused parameter 'param' [-Werror=unused-parameter]
    velichkov committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    25dd8ac View commit details
    Browse the repository at this point in the history