summaryrefslogtreecommitdiffstats
path: root/m4macros/ax_gtest.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3524] workaround for silent rules being ignored in automake 1.17Andrei Pavel2024-08-221-1/+1
| | | | Also remove all the few other trailing `dnl`s just to be safe.
* [#3130] trim trailing slashPiotrek Zadroga2024-02-211-0/+2
|
* [#3065] addressing review commentsPiotrek Zadroga2023-10-041-12/+12
|
* [#3065] remove unnecessary warningsPiotrek Zadroga2023-10-041-5/+0
|
* [#3065] simplify regexesPiotrek Zadroga2023-10-041-11/+2
|
* [#3065] refactoring overused GTEST_VERSION variablesPiotrek Zadroga2023-10-041-17/+12
|
* [#3065] looking for CMakeLists.txt enhancedPiotrek Zadroga2023-10-041-2/+5
|
* [#3065] addressing review commentsPiotrek Zadroga2023-10-041-21/+27
|
* [#3065] code cleaningPiotrek Zadroga2023-10-041-8/+5
|
* [#3065] modify semver regexPiotrek Zadroga2023-10-041-9/+14
|
* [#3065] find gtest version for debian/ubuntuPiotrek Zadroga2023-10-041-1/+2
|
* [#3065] modify semver regexPiotrek Zadroga2023-10-041-0/+2
|
* [#3065] add debug notice macrosPiotrek Zadroga2023-10-041-0/+3
|
* [#3065] find gtest version for debian/ubuntuPiotrek Zadroga2023-10-041-0/+25
|
* [#3065] get gtest ver with pkg-configPiotrek Zadroga2023-10-041-0/+6
|
* [#3065] use awk to find gtest verPiotrek Zadroga2023-10-041-14/+25
|
* [#3065] gtest version regex checkPiotrek Zadroga2023-10-041-3/+20
|
* [#2218] Added quotes and double quotesFrancis Dupont2022-01-121-3/+3
|
* [#1574] make all shell scripts POSIX compliantAndrei Pavel2020-12-141-1/+1
| | | | | | | | | | | | * solve all shellcheck warnings * shebang in all scripts * set -eu everywhere * make scripts callable from everywhere * quote variables to prevent globbing and word splitting * add missing copyrights * remove unused variables * use $() instead of backticks `` ... and so on
* [#1451] allow linking with libgtest.soAndrei Pavel2020-10-121-7/+8
|
* [#1223] Updated configure and some MakefilesFrancis Dupont2020-07-141-4/+5
|
* [#1080] fixed gtest lib nameRazvan Becheriu2020-01-221-1/+1
|
* [#206] gtest version detection fixedTomek Mrugalski2019-12-061-0/+10
|
* [#206] Moved gtest handling routines to a separate m4 fileTomek Mrugalski2019-12-061-0/+153