aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/NativeReal.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-21stop ignoring formatting problems, start ignoring long long extension problemsLev Walkin1-1/+1
2017-10-19generate constraints differently to avoid warningsLev Walkin1-57/+56
2017-10-18Fix two strict-aliasing errorsVasil Velichkov1-8/+17
2017-10-17constness fixes, round-trip and fuzz-testing for CHOICELev Walkin1-25/+25
2017-10-08detect double->float overflowsLev Walkin1-19/+37
2017-10-07sun compatibilityLev Walkin1-3/+8
2017-10-05check for defines instead of guessingLev Walkin1-1/+7
2017-10-05for OER use IEEE754 binary32 and binary64 format over the wireLev Walkin1-0/+1
2017-10-04add OER binary32 and binary64 IEEE-754 formats for native REAL typeLev Walkin1-55/+185
2017-10-04abstract setters awayLev Walkin1-99/+58
2017-10-04Replace MAXFLOAT with FLT_MAXJon Ringle1-1/+2
2017-10-04generate float instead of double if constraints suggest thisLev Walkin1-75/+108
2017-10-03checked by -std=c89Lev Walkin1-2/+6
2017-10-03OER support and randomized testing for the REAL (floating point) typeLev Walkin1-103/+193
2017-09-29Combined constraints and introduced value randomizer.Lev Walkin1-3/+35
2017-09-13fixed under freebsd and clangLev Walkin1-3/+21
2017-09-12add constLev Walkin1-3/+3
2017-09-06removed superfluous constraints duplicationLev Walkin1-1/+0
2017-08-25introduced ASN_STRUCT_RESET; preferred over ASN_STRUCT_FREE_CONTENTS_ONLYLev Walkin1-6/+14
2017-08-24Merge branch 'master' of github.com:vlm/asn1cLev Walkin1-4/+8
2017-08-23do not add uper if not enabledLev Walkin1-0/+4
2017-08-24Move type operations to another structureBi-Ruei, Chiu1-4/+8
2017-08-11further runtime support for information object classesLev Walkin1-3/+2
2017-08-10structure comparison functionsLev Walkin1-0/+35
2017-08-07fix warningsLev Walkin1-5/+7
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-6/+6
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis1-1/+1
2011-06-25Fix decoding of REAL values in NR3.Lev Walkin1-4/+33
2006-10-09more PER supportLev Walkin1-2/+71
2006-08-18per supportLev Walkin1-1/+1
2006-07-13*** empty log message ***Lev Walkin1-1/+2
2006-03-18referencesLev Walkin1-1/+1
2006-03-17macro for free_struct()Lev Walkin1-2/+2
2005-11-26upgrade: PER related changesLev Walkin1-1/+3
2005-07-02adjusted definitions to include gcc 4.x into the supported compilers listLev Walkin1-1/+7
2005-03-29globalized assert()Lev Walkin1-1/+0
2005-03-10added const qualifierLev Walkin1-4/+4
2005-02-06handling temporary structureLev Walkin1-0/+7
2005-01-17no lvalue castingLev Walkin1-2/+4
2004-10-26printing with debugLev Walkin1-1/+1
2004-10-21brushing upLev Walkin1-1/+36
2004-10-20XER supportLev Walkin1-2/+3
2004-09-29asn1_* renamed into asn_*Lev Walkin1-14/+16
2004-09-26clean-up; removed unnecessary field from type descriptorLev Walkin1-8/+5
2004-09-24context is now optionalLev Walkin1-3/+1
2004-09-22XER supportLev Walkin1-26/+29