aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-12Merge https://github.com/vlm/asn1c/pull/37Lev Walkin3-5/+2
2014-10-12ENUMERATED is no longer needed forLDAP3 and MEGACOLev Walkin2-4/+0
2014-10-12Merge branch 'master' of https://github.com/wiml/asn1c into wiml-masterLev Walkin1-1/+2
2014-10-12formatted changelogLev Walkin1-1/+2
2014-10-12Makefile.am is not needed hereLev Walkin1-10/+0
2014-10-12Merged http://github.com/vlm/asn1c/pull/31: compiling on Win32.Lev Walkin5-0/+22
2014-10-12merged patch #31Lev Walkin5-0/+22
2014-10-12regenerated tests based on Wim L patchLev Walkin52-560/+561
2014-10-12Merge pull request #46 from wiml/constifyLev Walkin47-140/+139
2014-10-12removed intermediate filesLev Walkin8-15491/+2
2014-10-12README.md is not automatically distributedLev Walkin1-1/+1
2014-10-12wordingLev Walkin1-1/+1
2014-10-12relative linksLev Walkin1-4/+4
2014-10-1280 columnLev Walkin1-3/+4
2014-10-12do not shoutLev Walkin1-3/+6
2014-10-12docs updated; use markdownLev Walkin4-31/+29
2014-10-12copyright yearsLev Walkin1-27/+23
2014-10-12copyright yearsLev Walkin2-3/+3
2014-10-12tabs -> spacesLev Walkin1-470/+470
2014-10-12better quick start installation doxLev Walkin1-9/+29
2014-10-12removed autotools intermediate files from source code; use autoreconf -iv.Lev Walkin19-24934/+19
2014-09-17check if timegm is present before emulatingLev Walkin5-11/+28
2014-09-17version bumpLev Walkin2-1/+3
2014-09-170.9.27Lev Walkin1-1/+1
2014-09-17conditional debugLev Walkin1-1/+3
2014-09-17limit debug output logLev Walkin11-20/+29
2014-09-17disable long debug output and implement --enable-ASN_DEBUG to restore old beh...Lev Walkin4-1/+23
2014-09-17non-standard options removedLev Walkin2-2/+5
2014-09-16too non-standard option removed (set -o pipefail)Lev Walkin1-1/+0
2014-09-14bump up asn1c versionLev Walkin1-1/+1
2014-09-14bump up asn1c versionLev Walkin1-10/+10
2014-09-14portability fixesLev Walkin5-13/+55
2014-09-14ignore temporary filesLev Walkin1-0/+1
2014-09-11version 0.9.26Lev Walkin71-555/+425
2014-09-07travis CI integrationLev Walkin1-0/+5
2014-09-07clarificationLev Walkin1-0/+1
2014-09-07improved languageLev Walkin1-3/+3
2014-08-04It's actually more efficient *not* to create a mutable static variable to hol...Wim Lewis3-4/+4
2014-07-30Avoid an unnecessary table lookup and its accompanying table (final_chunk_typ...Wim Lewis1-10/+4
2014-07-29Declare the tags[] tables in skeletons as const.Wim Lewis31-44/+44
2014-07-28Declare most internal, constant tables as const, particularly theWim Lewis15-63/+68
2014-07-23Declare the type descriptor and input buffer args of some functions as const.Wim Lewis8-16/+16
2014-07-22Declare the permitted alphabet tables and code2value tables const.Wim Lewis1-3/+3
2014-03-12Include the module name in the extracted ASN.1 file.Wim Lewis1-1/+2
2014-02-24do not check certain features on non-64 systemsLev Walkin5-9/+56
2014-02-10change type width detection logicLev Walkin2-33/+53
2014-02-10change type width detection logicLev Walkin1-0/+1
2014-02-10extensibility shall not change the type from wide to narrowLev Walkin2-3/+7
2014-02-10add signed integer tests for test 134Lev Walkin4-31/+162
2014-02-09PER-encoding of integers wider than 32 bitsLev Walkin8-37/+393