aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/NativeEnumerated.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-17constness fixes, round-trip and fuzz-testing for CHOICELev Walkin1-9/+9
2017-10-08remove the use of alloca in skeletonsLev Walkin1-6/+3
2017-10-02negative enums are totally okLev Walkin1-1/+0
2017-09-29Combined constraints and introduced value randomizer.Lev Walkin1-5/+6
2017-09-18print enumeration values for native integer in debug printoutsLev Walkin1-24/+25
2017-09-12add constLev Walkin1-1/+1
2017-09-06removed superfluous constraints duplicationLev Walkin1-1/+0
2017-08-27NativeEnumerated for OER, and testsLev Walkin1-2/+2
2017-08-24Move type operations to another structureBi-Ruei, Chiu1-4/+8
2017-08-22const fixLev Walkin1-7/+10
2017-08-10structure comparison functionsLev Walkin1-0/+1
2017-08-07fix warningsLev Walkin1-5/+6
2017-08-02fix OER stubs orderLev Walkin1-7/+7
2017-08-02introduce oer constraint codeLev Walkin1-0/+1
2017-08-02add skeleton OER stubsLev Walkin1-0/+7
2017-07-06guard PER referencesLev Walkin1-0/+5
2016-03-14do not use reserved identifiers, contdLev Walkin1-25/+25
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis1-1/+1
2014-07-28Declare most internal, constant tables as const, particularly theWim Lewis1-1/+1
2007-12-03unsigned integer of 32-bit widtth support for perLev Walkin1-1/+1
2007-07-23natural constraint is only valid in the root of enumerationLev Walkin1-1/+1
2007-07-23extensibility encodingLev Walkin1-3/+6
2006-09-18per encoding supportLev Walkin1-3/+3
2006-08-18per supportLev Walkin1-2/+81
2006-03-18referencesLev Walkin1-1/+1
2005-11-26upgrade: PER related changesLev Walkin1-2/+56
2005-03-29proper XER encoding of native enumerated typeLev Walkin1-1/+33
2004-10-21NativeInteger XER supportLev Walkin1-1/+1
2004-10-20XER supportLev Walkin1-0/+1
2004-09-29asn1_* renamed into asn_*Lev Walkin1-6/+6
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-1/+0
2004-09-22XER supportLev Walkin1-2/+5
2004-09-13inner structures tagging fix. see 0.9.5 comment in ChangeLogLev Walkin1-1/+3
2004-09-10refactored tagging supportLev Walkin1-1/+0
2004-08-20new constraints modelLev Walkin1-0/+2
2004-06-05enforsed compilation with -W -WerrorLev Walkin1-1/+2
2004-06-03Initial revisionLev Walkin1-0/+32