CMake: API reference fixes.
[metze/wireshark/wip.git] / epan / dfilter / Makefile.am
2018-02-17 Guy HarrisDon't make separate libXXX_generated libraries.
2018-02-17 Guy HarrisUse -Werror except for explicitly listed dirty dissectors.
2017-11-18 João Valverdeautotools: Library build products don't need explicit...
2017-10-15 João Valverdeautotools: make maintainer-clean should allow rerunning...
2017-09-15 João Valverdeautotools: Initial work to install headers for the...
2016-06-30 João ValverdeRemove Makefile.common files
2016-06-15 Pascal QuantinRemove Nmake build system
2016-05-11 Jeff Morrissautomake/nmake: don't run checkAPIs on lex and yacc...
2016-03-08 João ValverdeAdd EditorConfig settings for most C files
2016-03-01 João ValverdeCMake: Add more structure to libwireshark build
2016-02-21 João Valverdeautotools: Use pkg-config autoconf macros for GLib/GTK
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2015-12-05 Guy HarrisRevert "Build Flex-generated files with "warnings are...
2015-12-05 Guy HarrisBuild Flex-generated files with "warnings are errors".
2015-07-02 Alexis La GoutteLemon: Update lemon tools
2015-01-11 Pascal QuantinRevert "Lemon: Update lemon tools"
2015-01-11 Alexis La GoutteLemon: Update lemon tools
2014-04-25 Stig BjørlykkeSupport out-of-source checkapi
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2013-03-12 Jaap KeuterFrom David Arnold:
2013-02-12 Gilbert RamirezFix the grammar.h/grammar.c/grammar.lemon dependency...
2013-02-09 Guy HarrisPut NODIST_ at the beginning of macro names, as was...
2013-02-05 Guy HarrisDon't distribute the results of running Lemon, as we...
2013-02-04 Gerald CombsUnwrap lines inadvertenly wrapped in r47472
2013-02-04 Gerald CombsMore silent build support.
2013-02-04 Gerald CombsPrettify more build output.
2013-02-01 Gerald CombsEnable more build silence.
2013-02-01 Gerald CombsGo far enough down a rabbit hole and you will encounter...
2013-02-01 Gerald CombsChange some "<x>.c : <y>.h" rules to "<x>.o : <y>.h...
2012-09-20 Jeff MorrissAs suggested by Xavier Raynaud in https://bugs.wireshar...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-21 Michael TüxenSync checkapi target with Makefile.nmake.
2010-11-30 Jeff MorrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 Jeff MorrissMove some checkapi targets into Makefile.common
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-03-23 Jaap KeuterRunning glib 2.16 on 32 bit platform requires this...
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-08-01 Guy HarrisAdd a Makefile.am.inc file, to hold rules etc. used...
2007-07-30 Guy HarrisAdd comments to various %option items to explain what...
2007-05-22 Guy Harris"make maintainer-clean" cleans up everything that ...
2007-04-20 Sebastien TandelSince code generated by lex may trigger gcc warnings...
2007-04-13 Sebastien Tandeldon't treat warnings as errors until a solution is...
2007-03-23 Stephen FisherFrom Sebastien Tandel:
2007-03-22 Stephen FisherAdd -Werror for gcc back to epan/dfilter directory
2007-03-22 Stephen FisherRemove -Werror under gcc temporarily until a warning...
2007-03-22 Stephen FisherAdd -Werror for gcc to a few more directories and fix...
2007-01-31 Jeff Morrissdfilter-macro.c is in SVN, it should not be in MAINTAIN...
2007-01-29 Luis OntanonDrop dfilter_macro_load.l as dfilter-macro now uses UAT
2007-01-18 Jaap KeuterTrying to fix the build on Ubuntu-5.10-x86 buildbot...
2007-01-18 Luis Ontanondisplay filter macros.
2006-11-03 Guy HarrisAdd $(EXEXT) after references to the Lemon executable.
2006-10-19 Guy HarrisIf we have to use Lex or Flex, check whether we found...
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-08-02 Gerald CombsClean up after ourselves so that we pass "distcheck...
2005-08-01 Gerald CombsMake sure "lemon" exists before we try to use it. ...
2005-07-10 Jörg MayerAfter doing "make maintainer-clean", "svn status -...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-03-24 Olivier BiotFix the CLEANFILES target so both static and shared...
2004-03-13 Jörg MayerMake libethereal and libwiretap shared libs.
2001-03-05 Gilbert RamirezMove version to 0.8.16.
2001-02-27 Gilbert RamirezMove the location of cppmagic.h, since the lemon-flex...
2001-02-27 Gilbert RamirezAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-26 Guy HarrisRemove the Lemon stuff from EXTRA_DIST; the Lemon sourc...
2001-02-16 Gilbert RamirezActually, this works better.
2001-02-16 Gilbert RamirezUse the proper way to denote that a single operation
2001-02-02 Gilbert RamirezAdd Makefile.nmake files for new subdirs.
2001-02-01 Gilbert RamirezGrumble, grumble. I forgot to add the license comment...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...