libgit2/script
Patrick Steinhardt 859ed5ddc7 common: introduce GITERR_CHECK_ALLOC_BUF
We commonly have to check if a git_buf has been allocated
correctly or if we ran out of memory. Introduce a new macro
similar to `GITERR_CHECK_ALLOC` which checks if we ran OOM and if
so returns an error. Provide a `#nodef` for Coverity to mark the
error case as an abort path.
2016-02-23 11:50:23 +01:00
..
appveyor-mingw.sh Add MinGW-w64 to matrix 2015-03-04 16:52:37 -08:00
cibuild.sh Don't try to start ssh. 2015-06-26 18:05:17 +02:00
coverity.sh coverity: use https URL for posting build 2016-02-10 11:06:23 +01:00
install-deps-osx.sh travis: don't install CMake on OS X 2015-07-06 18:42:39 +02:00
toolchain-mingw32.cmake set PKG_CONFIG_LIBDIR in toolchain-mingw32.cmake 2015-03-17 12:05:07 -07:00
user_nodefs.h common: introduce GITERR_CHECK_ALLOC_BUF 2016-02-23 11:50:23 +01:00