aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Collapse)AuthorFilesLines
2008-08-14Replace a deprecated -o option with /Fd.Gerald Combs1-2/+2
svn path=/trunk/; revision=26027
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+4
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653
2008-05-21Let the buildbot run a some of the checkapi targets.Anders Broman1-1/+4
svn path=/trunk/; revision=25348
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
(Temporarily disable the warnings as errors default on Unix to get to get the buildbots and people with gcc40 going again until those additional warnings gcc40 generates can be fixed-I'm working on it ASAP) Patch for configure.in which disables by default the treatment of warnings as errors. It can be enabled with './configure --with-warnings-as-errors'. The macro will test first if GCC is present. If it's the case, HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced by HAVE_WARNINGS_AS_ERRORS. With this switch, people won't suffer from unexpected warnings when downloading svn sources during the transition time ;) svn path=/trunk/; revision=21153
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+3
directory and most of the plugins to match the same command put in the Makefile.nmake files for Windows compliations. Fix a few warnings when compiling under gcc 3.4.4 on FreeBSD. Create new automake file variable called USING_GCC in configure.in and wiretap/configure.in to acomplish the above -Werror addition. svn path=/trunk/; revision=21127
2007-03-21no MSVC warnings, set CFLAGS to block new warningsUlf Lamping1-1/+1
svn path=/trunk/; revision=21100
2006-09-10minor cleanup for making codecsBill Meier1-7/+3
svn path=/trunk/; revision=19184
2006-09-04Add RCS IDs, introductory comments, and multiple-include protection. Guy Harris6-12/+150
Remove extra blank lines. svn path=/trunk/; revision=19142
2006-09-02Fix path and name.Anders Broman1-1/+1
svn path=/trunk/; revision=19120
2006-09-02Squelch compiler warnings, and get rid of unused variables andGuy Harris2-2/+2
declarations. Define functions with no arguments as such. Clean up white space. Declare tables in the codec .h files. svn path=/trunk/; revision=19118
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris8-0/+205
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117