summaryrefslogtreecommitdiff
path: root/lib/asn1
Commit message (Expand)AuthorAgeFilesLines
* Fix typos: lenght -> lengthMyron Marston2017-03-012-2/+2
* encode/decode: Include the stack trace in error returnsBjörn Gustavsson2017-02-216-37/+46
* PER decoding: Be less verbose for invalid ENUMERATEDBjörn Gustavsson2017-02-211-4/+2
* PER encoding: Emit comments about each attributeBjörn Gustavsson2017-02-172-17/+34
* PER: Slightly improve error reporting for encodingBjörn Gustavsson2017-02-174-21/+40
* asn1ct_gen: Clean up handling of dispatch generationBjörn Gustavsson2017-02-161-19/+20
* Package abstract code in a record for code generationBjörn Gustavsson2017-02-163-35/+42
* asn1ct_gen: Polish the file headerBjörn Gustavsson2017-02-161-2/+3
* asn1ct_gen: Clean up generation of .hrl file headerBjörn Gustavsson2017-02-151-10/+9
* asn1ct_gen: Clean up generation records in .hrl fileBjörn Gustavsson2017-02-151-67/+48
* asn1ct_gen: Clean up generation of -export directivesBjörn Gustavsson2017-02-151-96/+36
* asn1ct_gen: Clean up generation of valuesBjörn Gustavsson2017-02-151-19/+12
* Fixed typos in lib/asn1Andrew Dryga2017-02-141-1/+1
* Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson2017-02-134-114/+95
|\
| * asn1_SUITE: Make sure that there are no unused functionsBjörn Gustavsson2017-02-101-7/+65
| * Simplify running of asn1 app testsBjörn Gustavsson2017-02-104-96/+31
| * asn1_SUITE: Remove unused functionsBjörn Gustavsson2017-02-101-12/+0
* | Teach the ASN.1 compiler the 'maps' optionBjörn Gustavsson2017-02-0627-470/+1349
* | Refactor decoding as a preparation for handling mapsBjörn Gustavsson2017-02-031-18/+13
* | Refactor encoding of optional valuesBjörn Gustavsson2017-02-032-43/+41
* | Clean up filtering of optionsBjörn Gustavsson2017-02-031-10/+21
* | Refactor code generation optionsBjörn Gustavsson2017-02-036-313/+305
* | Simplify gen_enc_components_call() and friendsBjörn Gustavsson2017-02-031-43/+31
* | asn1ct_check: Number the components in INSTANCE OFBjörn Gustavsson2017-02-031-1/+2
* | Refactor gen_encode_constructed_imm/3Björn Gustavsson2017-02-031-59/+54
* | Clean up handling of textual orderBjörn Gustavsson2017-02-031-17/+9
* | Break apart function with 6 argumentsBjörn Gustavsson2017-02-031-27/+26
* | Add additional tests of Extension Addition GroupsBjörn Gustavsson2017-02-032-0/+49
* | Refactor h323test.erl to simplify debuggingBjörn Gustavsson2017-02-031-9/+20
* | testMultipleLevels: Use asn1_test_lib:roundtrip()Björn Gustavsson2017-02-031-2/+4
* | Correct spelling of NBAP-PDU-DescriptionsBjörn Gustavsson2017-02-033-9/+9
|/
* asn1: Remove deprecated functionsBjörn Gustavsson2017-01-1311-409/+27
* asn1 test suite: Suppress warnings for -compile(export_all)Björn Gustavsson2016-11-291-1/+1
* Merge branch 'sverker/include-erl_nif/PR-1171'Sverker Eriksson2016-09-221-1/+1
|\
| * Use more correct delimiters for erl_nif.h includeTuncer Ayaz2016-09-191-1/+1
* | Prepare releaseErlang/OTP2016-09-202-1/+17
|/
* doc: Correct errors introduced by Editorial changesHans Bolinder2016-09-013-4/+4
* asn1_test_lib: Compile ASN.1 modules in parallelBjörn Gustavsson2016-08-121-7/+46
* Support 'make -j' when compiling ASN.1 modulesBjörn Gustavsson2016-08-122-3/+4
* Prepare releaseErlang/OTP2016-06-212-1/+16
* Revert "Prepare release"Erlang/OTP2016-06-022-16/+1
* Prepare releaseErlang/OTP2016-06-022-1/+16
* Eliminate dialyzer warnings for unmatched returnsBjörn Gustavsson2016-05-121-6/+10
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-13145-145/+145
|\
| * update copyright-yearHenrik Nord2016-03-15145-145/+145
* | asn1_SUITE: Remove temporary filesBjörn Gustavsson2016-03-232-1/+16
* | Eliminate suite and doc clausesBjörn Gustavsson2016-03-183-26/+4
* | Replace ?config() macro with proplists:get_value()Björn Gustavsson2016-03-1814-42/+42
* | Modernize timetrapsBjörn Gustavsson2016-03-181-7/+7
* | Eliminate ?line macrosBjörn Gustavsson2016-03-1810-132/+125
|/