aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Disable ASAN when building lemon.Gerald Combs2-4/+5
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-06-16lemon: use a define for fseek()'s whence parameterMartin Kaiser1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin2-20/+0
2016-06-12Have MemoryCheck() directly incorporate the error message and exit.Guy Harris1-13/+3
2016-06-12Add more memory checks, and use MemoryCheck() for some existing checks.Guy Harris1-31/+14
2016-04-08Minor lemon Makefile.am fixupJoão Valverde1-1/+2
2016-04-07Don't build lemon using -WerrorJoão Valverde1-1/+1
2016-04-07autotools: Use AC_SUBST to set -Werror flagJoão Valverde1-5/+1
2016-04-05Fix VPATH buildJoão Valverde1-1/+1
2016-03-10Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host.Eric Anderson1-12/+8
2016-02-03lemon: Use automake rulesJoão Valverde1-4/+14
2016-01-31lemon: fix leak.Dario Lombardo1-2/+6
2016-01-29lemon: Have Makefile.am handle warnings as errors correctlyJoão Valverde1-1/+1
2016-01-22lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-22/+25
2016-01-12Fix another warning on 64-bit platforms.Guy Harris1-1/+1
2016-01-12Add the comment about the Wireshark changes github repo from the commitJoerg Mayer1-1/+2
2016-01-12Lemon: resync with upstreamAlexis La Goutte2-286/+489
2016-01-07lemon: Fix warnings [-Wpedantic]João Valverde1-26/+31
2015-12-31lemon: Fix warnings [-Wcast-qual]João Valverde1-8/+8
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-0/+2
2015-11-23lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-23/+33
2015-10-25Bail out immediately if we can't allocate a buffer for carving up $PATH.Guy Harris1-11/+10
2015-10-25lemon: move free() to avoid mem leak (CID 718529)Dario Lombardo1-8/+11
2015-10-24lemon: add free() to avoid mem leak (CID 1309088)Dario Lombardo1-1/+2
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-08-21lemonflex: fix warning: no previous prototype for 'df_scanner_*' [-Wmissing-p...Alexis La Goutte1-4/+4
2015-07-25lemon (tools): Fix Dead Store (Dead assignement/Dead increment) warning found...Alexis La Goutte1-1/+0
2015-07-02Try to fix OSX build bootAndersBroman1-4/+4
2015-07-02Lemon: Update lemon toolsAlexis La Goutte2-647/+793
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin1-722/+578
2015-01-11Lemon: Update lemon toolsAlexis La Goutte1-578/+722
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-3/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-19Fix two coverity messages:Jörg Mayer1-5/+3
2014-01-13Squelch some warnings.Guy Harris1-2/+2
2013-11-28Fix potential signed int overflow in LemonBalint Reczey1-2/+2
2013-10-27More SVN properties cleanup.Jeff Morriss1-1/+1
2013-10-18Fix lemon FSF address and add license exception for the generated mate grammarEvan Huus2-8/+6
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-07-03Fix Coverity CID 660 (Negative array index read) by holding off the assignmen...Chris Maynard1-18/+34
2013-07-03Fix Coverity CID 280323 (Free of array-typed value) by ensuring that tpltname...Chris Maynard1-6/+6
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-06-10tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enablesGerald Combs1-1/+1