- 21 Nov, 2020 1 commit
-
-
Nikias Bassen authored
-
- 01 Oct, 2020 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 13 Aug, 2020 1 commit
-
-
Jeroen Roovers authored
AC_TRY_LINK is deprecated and users are encouraged to replace it with AC_LINK_IFELSE. However, AC_SEARCH_LIBS uses AC_LINK_IFELSE internally and does exactly what we need here: test whether an `fmin` symbol is already resolved or if libm will resolve it, neatly avoiding autoconf caching and AC_TRY_LINK/AC_LINK_IFELSE pitfalls. So just use that.
-
- 15 Jun, 2020 3 commits
-
-
Nikias Bassen authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 14 Jun, 2020 3 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
This was the last bit that was still linking to former non API version libplist if it was also installed on the system.
-
Nikias Bassen authored
-
- 13 Jun, 2020 3 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Nikias Bassen authored
-
- 12 Jun, 2020 2 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 09 Jun, 2020 5 commits
-
-
Martin Szulecki authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 08 Jun, 2020 4 commits
-
-
Martin Szulecki authored
-
Nikias Bassen authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 05 Jun, 2020 4 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 04 Jun, 2020 3 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 03 Jun, 2020 5 commits
-
-
Rosen Penev authored
[clang-tidy]Found with hicpp-deprecated-headers Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
[clang-tidy] Found with readability-redundant-member-init Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
[clang-tidy] Found with google-readability-namespace-comments Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
[clang-tidy] Found with readability-redundant-control-flow Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 26 May, 2020 3 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 24 May, 2020 1 commit
-
-
Xiao Deng authored
This will prevent an assert if a NULL pointer is passed, and can make writing some code easier and cleaner without the need for a NULL check. For example, plist_copy(plist_dict_get_item(dict, "abc")) would give us a copy of the dict's node if the dict has a value for the given key, or NULL without any further checks.
-