| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to set PATH on Windows to all required dlls/libs to allow | Jörg Mayer | 2013-10-08 | 1 | -0/+22 |
* | Remove an uncommented line: The file is now part of wsutil | Jörg Mayer | 2013-10-06 | 1 | -1/+0 |
* | Add a comment about PCAP_VERSION | Jörg Mayer | 2013-10-06 | 1 | -0/+1 |
* | Hack around the "/MD overridden by /MDd" messages. | Jörg Mayer | 2013-10-06 | 1 | -1/+1 |
* | Attempt to get linking working with cmake - without success so far. | Jörg Mayer | 2013-10-05 | 1 | -0/+3 |
* | The PERL variable name is deprecated, use PERL_EXECUTABLE instead. | Jörg Mayer | 2013-10-04 | 1 | -4/+4 |
* | Don't link qtshark against portaudio | Jörg Mayer | 2013-09-30 | 1 | -1/+0 |
* | Beginnings of win cmake support (not yet working), created by Graham Bloice, | Jörg Mayer | 2013-09-23 | 1 | -78/+105 |
* | Homebrew installs gettext (including libintl, which GLib requires) in | Gerald Combs | 2013-09-10 | 1 | -0/+7 |
* | Implement in cmake: | Jörg Mayer | 2013-08-13 | 1 | -0/+4 |
* | Allow the python interpreter to be version 3 (2 being preferred) | Jörg Mayer | 2013-08-03 | 1 | -0/+1 |
* | Print the flag we are testing | Jörg Mayer | 2013-08-02 | 1 | -0/+2 |
* | TShark links with libui so we should always build it. | Gerald Combs | 2013-08-01 | 1 | -4/+1 |
* | Move a bunch of the crypt modules and pint.h into wsutil. | Jeff Morriss | 2013-08-01 | 1 | -1/+0 |
* | Use largefile detection in cmake. | Jörg Mayer | 2013-07-23 | 1 | -0/+4 |
* | Looks like not every version of cmake has the same behaviour wrt | Jörg Mayer | 2013-07-23 | 1 | -1/+1 |
* | Wrap clang specific tests into a clang tests instead of checking | Jörg Mayer | 2013-07-22 | 1 | -11/+16 |
* | Don't use the program name to identify the compiler - it won't work | Jörg Mayer | 2013-07-22 | 1 | -2/+1 |
* | Try to generate an error when calling clang with an unknown compiler | Jörg Mayer | 2013-07-21 | 1 | -6/+13 |
* | Enable echld builds with cmake when building with ENABLE_ECHLD=ON | Jörg Mayer | 2013-07-21 | 1 | -0/+4 |
* | Don't check for "APPLE" if what you really mean is "clang" | Jörg Mayer | 2013-07-21 | 1 | -1/+2 |
* | Move merge.{h,c} into wiretap: these modules use wiretap to merge files. | Jeff Morriss | 2013-07-16 | 1 | -2/+0 |
* | Move u3.{h,c} and g711.{h,c} into wsutil. | Jeff Morriss | 2013-07-16 | 1 | -2/+0 |
* | Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific | Jeff Morriss | 2013-07-16 | 1 | -2/+0 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -1/+0 |
* | Don't use compiler options not supported by clang in XCode 4.6.3 | Michael Tüxen | 2013-07-14 | 1 | -4/+8 |
* | Move the print modules into epan. | Jeff Morriss | 2013-07-12 | 1 | -13/+0 |
* | Move disabled_protos.{h,c} into epan. | Jeff Morriss | 2013-07-12 | 1 | -1/+0 |
* | Move some more modules into epan. | Jeff Morriss | 2013-07-11 | 1 | -2/+0 |
* | packet dissection now takes pointer to tvb instead of guint8 data | Jakub Zawadzki | 2013-07-11 | 1 | -0/+1 |
* | Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make... | Chris Maynard | 2013-07-10 | 1 | -0/+2 |
* | For now, don't turn on -Wcast-align by default. There are at least some | Guy Harris | 2013-06-27 | 1 | -1/+1 |
* | Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions. | Jeff Morriss | 2013-06-26 | 1 | -3/+1 |
* | Move tempfile.{h,c} into wsutil. | Jeff Morriss | 2013-06-26 | 1 | -3/+0 |
* | editcap no longer has to link against nstime.o, it's in libwsutil now. | Jeff Morriss | 2013-06-26 | 1 | -1/+0 |
* | Move a couple of time-related modules into wsutil. | Jeff Morriss | 2013-06-25 | 1 | -1/+0 |
* | Update various warning-option lists to match what the configure script | Guy Harris | 2013-06-01 | 1 | -19/+14 |
* | Move -Wlogical-op to list of standard compiler flags for c-only. | Jörg Mayer | 2013-06-01 | 1 | -1/+1 |
* | capture_unix_ifnames.c is gone. | Guy Harris | 2013-05-22 | 1 | -1/+1 |
* | Suppress warnings when using Apple's C compiler. | Michael Tüxen | 2013-05-14 | 1 | -2/+4 |
* | Move common code into UseAsn2Wrs.cmake. | Jörg Mayer | 2013-05-07 | 1 | -0/+1 |
* | Sort the list of packages to make it easier to check results. | Jörg Mayer | 2013-05-01 | 1 | -0/+3 |
* | - Fix logic for finding packages with differing Find-name | Jörg Mayer | 2013-05-01 | 1 | -19/+22 |
* | Our scripts do ont work with python3, so only pick up a python2 | Jörg Mayer | 2013-05-01 | 1 | -1/+5 |
* | Fix suspected copy-and-pasteo. | Guy Harris | 2013-04-28 | 1 | -1/+1 |
* | Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ... | Jörg Mayer | 2013-04-25 | 1 | -4/+20 |
* | Stub cmake support for generating the asn1 dissectors. | Jörg Mayer | 2013-04-23 | 1 | -0/+1 |
* | Mimic autoconf behavior and enable -Wc++-compat by default. | Jörg Mayer | 2013-04-22 | 1 | -1/+1 |
* | Revert | Jörg Mayer | 2013-04-22 | 1 | -2/+0 |
* | Use -Wshadow in cmake builds | Jörg Mayer | 2013-04-21 | 1 | -0/+1 |