- 26 Mar, 2017 25 commits
-
-
Vasil Velichkov authored
See https://github.com/eddyxu/cpp-coveralls
-
Vasil Velichkov authored
error: duplicate 'const' [-Werror=edantic]
-
Vasil Velichkov authored
GCC prior to 4.8 does not supprot -Wpedantic. See https://gcc.gnu.org/gcc-4.8/changes.html The travis-ci currently builds with gcc-4.6.3 $ gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
-
Vasil Velichkov authored
Link asn1c/tests with libasn1cskeletons.a in order to improve skeletons coverage. When the skeleton files are copied the lcov will report coverage for each copy separatly.
-
Vasil Velichkov authored
To generate the code coverage report you need gcov and lcov installed and then execute ./configure --enable-code-coverage make check-code-coverage Writing directory view page. Overall coverage rate: lines......: 76.5% (10519 of 13759 lines) functions..: 85.5% (491 of 574 functions) branches...: 57.5% (7040 of 12250 branches) file:///home/user/asn1c/asn1c-0.9.28-coverage/index.html Open the index.html with a web browser
-
Lev Walkin authored
-
Lev Walkin authored
Fix segmentation fault in asn1c_make_identifier
-
Lev Walkin authored
-
Lev Walkin authored
Use wide types to decode x509 certificate in examples, solves #47
-
Lev Walkin authored
-
Lev Walkin authored
Windows universal build
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Fix 'declaration inside parameter list' warning
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Solve "make check-per" failed on Lubuntu
-
Lev Walkin authored
Unify the naming of asn_OCTET_STRING_specifics_t variables
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Delete unnecessary checks before some function calls
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
- 15 Mar, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
1. Add forward definition section. 2. Move type definition inside A_SEQUENCE_OF() to forward definition section. 3. Modify asn1c_lang_C_type_CHOICE() ...etc functions to achieve it. 4. Modify test cases used during 'make check'.
-
- 02 Dec, 2016 4 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Fixed debug logging bug in per_get_few_bits.
-
- 28 Nov, 2016 1 commit
-
-
Erika Thorsen authored
-
- 15 Nov, 2016 1 commit
-
-
Bi-Ruei, Chiu authored
-
- 14 Nov, 2016 2 commits
-
-
Erika Thorsen authored
-
Erika Thorsen authored
-
- 09 Nov, 2016 1 commit
-
-
Bi-Ruei, Chiu authored
'_specifics_t' variables to have 'asn_SPC_' prefix instead of 'asn_DEF_' prefix.
-
- 02 Aug, 2016 5 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-