that now supports C++14, instead of ports-clang. This fixes a
segfault seen during the build on base-gcc archs.
OK bcallah@ (maintainer) rsadowski@ naddy@
- always show the input path when realpath(3) returns an error
- preserve log message when an error occurs during commit, tag, or import
- ignore empty files in refs directory instead of throwing errors
- show file mode differences (executable bit) when diffing in-repository trees
- fix handling of executable-bit changes during update, commit, and status
- improve tog's responsiveness after loading hundreds of thousands of commits
- fix tog performance bug which made searching through commits very slow
- add 'got integrate' command for merging a branch back to its parent branch
- show content from the merge-base file in 3-way merge conflicts, if available
- improved indication of 3-way merge inputs in conflict marker labels
- handle read errors in got_packidx_init_hdr (found by jj@ with scan-build)
- remove worklist code; it was only used to unlink files already unlinked
- show bad reference names in error messages to make such errors more clear
- add -w (ignore whitespace) option to 'got diff'
- improved coding style and error handling in diff3 code
Current default is 200kbps, which produces inconsistent results (too high for
low-res, too low for hi-res). Use CRF instead, which will adapt. Affects VP9.
Also have VP8 use a default bitrate of 256kbps.
from Brad (maintainer)
Sys::MemInfo return the total amount of free and used physical memory
in bytes in totalmem and freemem variables.
From Henry Jensen, with hints from sthen@, and further fixes from me.
OK sthen@
Fix some occurrences where ports-gcc doesn't want to consider
`NULL' as a boolean `false'. Tested on sparc64 by kmos@ and
macppc by me.
Also move HOMEPAGE to https.
OK kmos@
gcc-8's _mm_malloc() uses the AltiVec keyword __vector on this arch,
breaking the build -- and we don't want AltiVec for macppc G3 compat.
While here refresh WANTLIB and remove the unused graphics/openjpeg
from LIB_DEPENDS (spotted by kmos@, thanks!)
OK sthen@ kmos@