summaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Expand)AuthorAgeFilesLines
* build.sh: remove the check for Clang 15 and 16.Guy Harris2023-05-081-5/+0
* CI: Update build.sh for Clang 16. [skip appveyor]Denis Ovsienko2023-05-081-1/+1
* Address a few compiler warnings on Haiku.Denis Ovsienko2023-04-231-15/+10
* CI: Introduce TEST_RELEASETAR. [skip ci]Denis Ovsienko2023-02-251-1/+4
* Document pcap-config better and test it. [skip ci]Denis Ovsienko2023-02-181-0/+17
* Refine some C in pcap-haiku.c. [skip ci]Denis Ovsienko2023-02-111-9/+0
* autoconf: Add autogen.sh, remove configure and config.h.inFrancois-Xavier Le Bail2023-01-301-0/+1
* CI: Exempt Clang 15 from warnings. [skip appveyor]Denis Ovsienko2022-12-181-0/+5
* CI: Introduce and use LIBPCAP_CMAKE_TAINTEDFrancois-Xavier Le Bail2022-11-301-0/+8
* build.sh: At pre-CMake cleanup remove build/ too.Denis Ovsienko2022-07-091-2/+5
* Note more Haiku warnings in build.sh. [skip ci]Denis Ovsienko2022-07-061-0/+16
* Set LIBPCAP_TAINTED on Haiku. [skip ci]Denis Ovsienko2022-07-061-0/+10
* CI: Try to use Valgrind for findalldevstest.Denis Ovsienko2022-01-151-2/+4
* CI: Disable shellcheck SC2006 in the Makefile. [skip ci]Denis Ovsienko2022-01-031-3/+1
* CI: Add MAKE_BIN to allow non-default makes. [skip ci]Denis Ovsienko2021-08-171-7/+8
* Document some OpenIndiana particulars. [skip ci]Denis Ovsienko2021-08-171-2/+7
* doc: Add README.solaris.md. [skip ci]Denis Ovsienko2021-08-151-0/+9
* Fix compiling on Solaris 11.4/AMD64.Denis Ovsienko2021-08-111-0/+14
* CI: Disable pcap-linux.c exemption with remarks. [skip appveyor]Denis Ovsienko2021-08-031-3/+4
* Squelch a warning in pcap_open_offline_with_tstamp_precision().Denis Ovsienko2021-08-011-9/+0
* CI: Squelch shellcheck warnings. [skip ci]Denis Ovsienko2021-08-011-0/+1
* CI: Introduce and use LIBPCAP_TAINTED. [skip appveyor]Denis Ovsienko2021-07-311-3/+55
* CI: Port recent improvements from tcpslice. [skip appveyor]Denis Ovsienko2021-07-221-47/+22
* CI: Run "make releasetar" regardless of the OS. [skip appveyor]Denis Ovsienko2021-07-191-4/+1
* CI: Lose the output folding props.Denis Ovsienko2021-07-051-23/+1
* CI: Switch from bash to POSIX shell.Denis Ovsienko2021-07-051-7/+5
* build.sh: Fix a shellcheck noteFrancois-Xavier Le Bail2021-05-311-1/+1
* build.sh: Disable a shellcheck errorFrancois-Xavier Le Bail2021-05-311-0/+1
* CI: Refine the build matrix scripts. [skip appveyor]Denis Ovsienko2021-03-191-9/+15
* build.sh: Add a run_after_echo() function and use itFrancois-Xavier Le Bail2021-02-081-7/+13
* build.sh: Add a "clean" before build, useful when used standaloneFrancois-Xavier Le Bail2021-02-071-0/+1
* build.sh, build_matrix.sh: Update some commentsFrancois-Xavier Le Bail2021-02-071-2/+2
* build.sh: Remove the useless ENABLE_REMOTE variableFrancois-Xavier Le Bail2021-02-041-10/+2
* build.sh, build_matrix.sh: Use always no/yes, no more disable/enableFrancois-Xavier Le Bail2021-02-041-5/+5
* build.sh: Run "make install" not only on TravisFrancois-Xavier Le Bail2021-02-041-6/+4
* build.sh: Run "make releasetar" only on Linux and Darwin (OSX)Francois-Xavier Le Bail2021-02-041-1/+7
* Improve CMake setup in build.sh. [skip ci]Denis Ovsienko2021-02-041-0/+4
* Use the "#!/usr/bin/env bash" shebang for portabilityFrancois-Xavier Le Bail2021-02-031-1/+1
* Travis CI: Build with less buildersFrancois-Xavier Le Bail2021-02-031-0/+82