- 26 Mar, 2017 33 commits
-
-
Lev Walkin authored
-
Simo Sorce authored
The RETURN macro unconditionally returns so there is no chance to "continue". Unreachable, fund by coverity. Signed-off-by: Simo Sorce <simo@redhat.com>
-
Simo Sorce authored
The variable Left is supposed to hold only a positive quantity and was being passed into functions that accept only size_t as input causing coverity to throw a fit. Using a size_t type for Left works just fine. Negative Returns, found by coverity.
-
Simo Sorce authored
per_put_few_bits should be checked for errors. Checked return, fund by coverity. Signed-off-by: Simo Sorce <simo@redhat.com>
-
Simo Sorce authored
On the previous line we return if cb is Null, so testing cb is worthless. Dead code, found by coverity. Signed-off-by: Simo Sorce <simo@redhat.com>
-
Lev Walkin authored
-
Lev Walkin authored
Fixed a mistype in man
-
Vasil Velichkov authored
../../skeletons/GeneralizedTime.c:7:0: warning: "_BSD_SOURCE" redefined [enabled by default] #define _BSD_SOURCE /* for timegm(3) */
-
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
-