summaryrefslogtreecommitdiff
path: root/src/lemon.c
Commit message (Expand)AuthorAgeFilesLines
* [core] quiet lemon.c clang C2x warningsHEADpersonal/gstrauss/mastermasterGlenn Strauss2023-05-151-9/+9
* [core] _WIN32 casts to quiet some VS warningsGlenn Strauss2023-05-031-0/+4
* [multiple] quiet some coverity false positivesGlenn Strauss2023-01-131-2/+1
* [lemon] fix -Wpendantic warnings for bad castsGlenn Strauss2023-01-131-26/+27
* [lemon] upgrade LEMON parser to SQLite maint verGlenn Strauss2023-01-091-1203/+2652
* [lemon] silence coverity warningsGlenn Strauss2022-01-061-3/+11
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-8/+8
* [multiple] address coverity warningsGlenn Strauss2020-01-261-4/+4
* [core] workaround Coverity cov-build bug with gcc7Glenn Strauss2018-08-121-0/+8
* [meson] new build systemStefan Bühler2017-10-281-3/+6
* [lemon] fix gcc implicit-fallthrough warningStefan Bühler2017-10-031-1/+1
* [lemon] standalone; remove #include "first.h"Glenn Strauss2016-10-201-11/+5
* build: use CC_FOR_BUILD for lemon when cross-compilingAndreas Oberritter2016-10-201-7/+1
* [CMake] fix clang -Wcast-align warnings in lemon.cGlenn Strauss2016-09-231-11/+7
* silence warnings from clang ccc-analyzerGlenn Strauss2016-09-231-15/+36
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-4/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-4/+6
* fix undefined stuff found with clangStefan Bühler2013-05-151-5/+5
* [lemon] Use void* as generic pointer instead of char*.Cyril Brulebois2012-08-311-1/+1
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-311-2/+2
* Fixed some small non-critical leaks reported by cppcheckStefan Bühler2009-09-011-0/+2
* Fix issues found with clang analyzerStefan Bühler2009-07-211-6/+11
* Fix lemon compiler warningsStefan Bühler2009-04-281-15/+17
* Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)Stefan Bühler2008-04-291-5/+20
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-19/+19
* make ucbcc on sol9 happy as B_TRUE and B_FALSE are defined somewhereJan Kneschke2005-08-311-10/+10
* removed warnings about shadowed variablesJan Kneschke2005-02-281-10/+9
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+4397