coverity 996921: add missing break
[metze/wireshark/wip.git] / epan / Makefile.nmake
2013-07-30 Anders BromanAdd a routine to get application memory usage to epan.
2013-07-28 Graham BloiceAdded more build artefacts to the clean target
2013-07-14 Guy HarrisBuild tvbtest the same way we build reassemble_test...
2013-07-12 Jeff MorrissMove the print modules into epan.
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-03-23 Guy HarrisAdd exntest.c and tvbtest.c to the set of test program...
2013-03-23 Guy HarrisBuild reassembly_test.c *without* -DWS_BUILD_DLL, as...
2013-03-02 Pascal QuantinFix copy-paste error introduced in r48021
2013-03-02 Pascal QuantinTry to fix LNK4217 (locally defined symbol imported...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-09 Guy HarrisPull in a comment from the MATE plugin Makefile.nmake.
2013-02-09 Guy HarrisPut NODIST_ at the beginning of macro names, as was...
2013-02-05 Guy Harrisdtd_parse.obj depends on dtd_grammar.h, but you can...
2013-02-05 Guy Harrisdtd_parse.c includes dtd_grammar.h; make sure we build...
2013-02-05 Guy HarrisDon't distribute the results of running Lemon, as we...
2012-10-24 Evan HuusBasic skeleton for wmem.
2012-05-16 Jeff MorrissFix the *test_install targets so they put the test...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-02-28 Jeff MorrissAnother try: we're in epan here so getting to libwsutil...
2012-02-28 Jeff MorrissRemove an extraneous backslash
2012-02-28 Guy HarrisOK, to heck with it - link reassemble_test with libwire...
2012-02-28 Guy Harrisreassemble_test now requires mark_frame_as_depended_upo...
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-08-31 Stig BjørlykkeAnd fix distclean and maintainer-clean.
2011-08-31 Stig BjørlykkeFixed clean rule after crc move.
2011-08-31 Stig BjørlykkeSecond try to move crc routines to libwsutil.
2011-08-30 Stig BjørlykkeRevert r38800, as the crc routines contains some tvb...
2011-08-30 Stig BjørlykkeMove all crc routines to libwsutil.
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-07-03 Jakub ZawadzkiFix one more undefined reference to `EBCDIC_to_ASCII'
2011-07-03 Jakub ZawadzkiFix: tvbuff.obj : error LNK2019: unresolved external...
2011-06-11 Guy HarrisJust as with autoconf, we need to include the Python...
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
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
2010-10-22 Anders BromanIf the html dir exist remove it and its subdirectories.
2010-09-15 Jeff MorrissRevert 34081 and 34093 in preparation for a cleaner...
2010-09-10 Jeff MorrissFrom BBA via https://bugs.wireshark.org/bugzilla/show_b...
2010-07-15 Guy HarrisThere shouldn't be any need to build stuff in the top...
2010-06-01 Gerald CombsFrom Kovarththanan Rajaratnam via bug 3500:
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-04-22 Bill MeierManifests are not needed when building with VC10.
2010-03-01 Guy HarrisPut the object file lists for various test programs...
2010-02-27 Guy Harristvbtest needs bytes_to_str() and bytes_to_str_punct...
2010-02-24 Kovarththanan Raja... Add new to_str.o/obj dependency to reassemble_test...
2009-10-11 Kovarththanan Raja... Move make-sminmpec.pl to tools directory
2009-08-27 Kovarththanan Raja... Windows: remove all references to ICONV_DIR, because...
2009-07-02 Gerald Combsmkstemp cleanups.
2009-04-08 Gerald CombsDon't assemble asm_utils_win32_x86 on x64. Export a...
2009-04-08 Gerald CombsAdd another Flex exception.
2009-04-08 Gerald CombsDisable warnings-as-errors for Flex-generated output...
2009-03-18 Gerald CombsCreate an "epan/crc" directory for CRC code. Add crc...
2009-03-02 Gerald CombsMore Windows compiler flag cleanups. Fix a problem...
2008-12-23 Gerald CombsAdd GeoIP to the Windows build. Fix a remaining geoip_...
2008-09-16 Gerald CombsAdd /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS...
2008-08-21 Gerald Combs_MSC_VERs 1400 and greater require manifests. Check...
2008-08-07 Gerald CombsAdd support for the c-ares asynchronous DNS resolution...
2008-08-04 Gerald CombsFrom Pascal Quantin via bug 2719: Fix support for Micro...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-05-23 Bill MeierSet for automatic overwrite for xcopy of mkstemp.c...
2008-05-20 Bill MeierUse the correct name for libwsutil
2008-05-20 Jeff MorrissCreate a new "Wireshark utility" library and move the...
2008-05-05 Anders BromanFix some of the Errors/warnings detected by checkapi,
2008-03-23 Jaap KeuterRunning glib 2.16 on 32 bit platform requires this...
2008-02-14 Bill MeierGlib >= 2.14.5 does not require iconv
2007-12-25 Anders BromanBuild with assembler support (NASM).
2007-11-28 Tomas KukosaVarious changes with focus to startup speedup
2007-10-15 Bill MeierFix Windows maintainer-clean/distclean/clean to recurse...
2007-09-24 Jörg MayerGet rid of the remains of NET-SNMP in the build process.
2007-08-26 Luis OntanonThis was missing
2007-08-04 Guy HarrisTreat runlex.sh-generated headers differently from...
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-08-01 Guy HarrisAdd a Makefile.nmake.inc file, to hold rules etc. ...
2007-08-01 Guy HarrisUse a common .l.c rule for running Flex on .l files...
2007-07-16 Luis OntanonWindows too needs diam_dict.c
2007-06-11 Gerald CombsFix compilation under VS6 (hopefully without breaking...
2007-05-22 Guy Harris"make maintainer-clean" cleans up everything that ...
2007-05-17 Sebastien TandelSince code generated by lex may trigger gcc warnings...
2007-05-09 Ulf Lampingfix manifest error: for dll's mt.exe must be given ;2
2007-05-06 Ulf Lampingembed the manifest files for the unittest exe's as...
2007-05-06 Ulf Lampinginstead of copying the MSVC 2005 manifest files around...
2007-04-24 Bill MeierAddt'l fixes so suite-unittests will run under windows
2007-04-18 Richard van der... following advice from Gerald, Graham Bloice, and others...
2007-04-13 Bill MeierFix for link commands for exntest.exe, tvbtest.exe...
2007-04-11 Richard van der... try linking against user32.lib and wsock32.lib
2007-04-11 Richard van der... fix typos
2007-04-11 Richard van der... right; this is going badly.
2007-04-10 Richard van der... user32.lib and wsock32.lib shouldn't be make dependencies
2007-04-10 Richard van der... more libs, more stubs... i'll get there one day
2007-04-08 Richard van der... hrm, we even need dissectors.lib
2007-04-08 Richard van der... another go at making reassemble_test build: give it...
2007-04-07 Richard van der... link reassemble_test against the right library
2007-04-06 Graham BloiceRemove build detritus
2007-04-03 Richard van der... Set $(LINK). I swear I'll get there in a minute with...
2007-04-03 Richard van der... hmm, apparently $^ doesn't work for nmake
2007-04-03 Richard van der... rules for making the unit tests
2007-03-28 Graham BloiceImproved cleanup of build artifacts
2007-03-25 Ulf Lampingremove remaining warnings in epan dir and set the ...
next