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 #3

Merged
merged 7 commits into from
Mar 28, 2017
Merged

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    fb7516d View commit details
    Browse the repository at this point in the history
  2. 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 21, 2017
    Configuration menu
    Copy the full SHA
    759e8dd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Merge remote-tracking branch 'mouse07410/master' into external-gh140

    Conflicts:
    	tests/32-sequence-of-OK.asn1.-P
    velichkov committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    2813980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac74e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    e34f436 View commit details
    Browse the repository at this point in the history
  2. 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
    4711799 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    147a584 View commit details
    Browse the repository at this point in the history