summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: fail if -DENABLE_SANITIZERS=ON and no sanitizers were found.Guy Harris2023-04-091-0/+3
* cmake: use a macro for testing sanitizers.Guy Harris2023-04-091-80/+45
* cmake: support -DENABLE_SANITIZERS={OFF,ON}.Guy Harris2023-04-091-37/+147
* CMake: install include files in CMAKE_INSTALL_INCLUDEDIRDavid Karoly2023-03-201-4/+4
* configure, CMake: remove -fPIC hacks for Haiku.Guy Harris2023-02-151-36/+2
* CMakeLists.txt: note why we're explicitly listing languages in project(). [sk...Guy Harris2023-02-151-0/+33
* CMake: remove remaining references to CXXFLAGSDavid Karoly2023-02-141-6/+2
* CMake: remove check for C++ compiler on HaikuDavid Karoly2023-02-141-79/+0
* CMake: try to fix the Haiku build.Guy Harris2023-02-131-16/+43
* CMake: give up on Clang on Haiku.Guy Harris2023-02-121-9/+40
* Haiku: convert implementation to CDavid Karoly2023-02-111-1/+1
* CMake: improve comments for the network library tests.Guy Harris2023-01-141-33/+70
* CMakeLists.txt: Print "Symlinking: /some/path to ..." conditionallyFrancois-Xavier Le Bail2022-12-111-2/+4
* CMake: fix the install name of the installed shared library.Guy Harris2022-11-291-0/+12
* cmake: suppress CMP0042 OLD deprecated warningAlois Klink2022-11-271-1/+8
* cmake: Update the minimum required version to 2.8.12 (except Windows)Francois-Xavier Le Bail2022-11-251-1/+1
* Fix a typo in a commentFrancois-Xavier Le Bail2022-10-301-1/+1
* Fix a typo in a commentFrancois-Xavier Le Bail2022-10-171-1/+1
* cmake: fix check for libibverbs with Sun's C compiler.Guy Harris2022-09-301-0/+26
* cmake: just show whether the build is 32-bit or 64-bit.Guy Harris2022-09-301-34/+14
* cmake: Print host and target information.Guy Harris2022-09-291-1/+34
* cmake: fix up generation of libpcap.pc and pcap-config.Guy Harris2022-09-291-77/+204
* cmake: add -ldlpi, not just dlpi, to LIBS_PRIVATE.Guy Harris2022-09-281-1/+1
* autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris2022-09-271-6/+154
* cmake: fix a comment. [skip ci]Guy Harris2022-09-271-1/+1
* Fixup some recent comments. [skip ci]Denis Ovsienko2022-09-271-2/+2
* autotools, cmake: provide an rpath option if necessary.Guy Harris2022-09-261-25/+62
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-0/+1
* On Solaris, tweak PKG_CONFIG_PATH as necessary for the build bitwidth.Guy Harris2022-07-121-0/+61
* Improve handling of C++.Guy Harris2022-07-111-1/+62
* CMake: use NUL: as the null device on Windows.Guy Harris2022-07-101-1/+6
* CMake: check for a usable Lex.Guy Harris2022-07-101-0/+17
* CMake: check for a usable YACC.Guy Harris2022-07-101-0/+19
* On Haiku, add a check for libbsd which has getpassFrançois Revol2022-07-091-0/+9
* Revert "Tell CMake libpcap is a C-only project (no C++)." [skip ci]Denis Ovsienko2022-07-061-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Tell CMake libpcap is a C-only project (no C++).Denis Ovsienko2022-07-031-1/+1
* Add cbpf-savefile(5). [skip ci]Denis Ovsienko2022-07-011-1/+4
* Linux USB: fix incorrect values for the packet length.Guy Harris2022-06-031-0/+1
* configure, CMake: use pkg-config first when checking for libibverbs.Guy Harris2022-03-271-4/+14
* Allow the path in which DPDK is installed to be specified.Guy Harris2022-03-241-0/+1
* CMake: add a warning message if no capture mechanism could be found.Guy Harris2022-03-241-0/+3
* configure, cmake: only check for DPDK using pkg-config.Guy Harris2022-03-231-8/+8
* CMakeLists.txt: don't change the capitalization of DISABLE_AIRPCAP.Guy Harris2022-03-161-1/+1
* pcap-usb-linux: fix scan for usbmon devices.Guy Harris2022-03-131-1/+0
* Merge branch 'master' into pcap-optionsGuy Harris2022-03-081-59/+143
|\
| * CMake: change most PACKET to Packet.Guy Harris2022-03-021-5/+5
| * CMake: change most AIRPCAP to AirPcap.Guy Harris2022-03-021-4/+4
| * Fix macOS fat build checks.Guy Harris2022-02-211-6/+58
| * Improve handling of DLT_PFLOG when generating filter code.Guy Harris2022-01-291-19/+0