pkgchkxx-0.2
·
49 commits
to master
since this release
- Performance improvement:
pkgchkxx -s
no longer invokesmake update CLEANDEPENDS=yes
but now usesmake update DEPENDS_TARGET='package-install clean'
. - Performance improvement:
pkgrrxx
by default now removes working directories directly instead of runningmake clean
, which is slow. You can disable this optimization with a configure option--disable-fast-clean
. - Performance improvement: Tools now use
posix_spawn(3)
on platforms where it exists, and fall back tofork
&exec
where it doesn't. pkgrrxx
now shows the number of entries in each non-empty TODO list, to give the user some clue about the time it's going to take.- Fixed an issue where
RR>
could be printed twice depending on how the C++ compiler optimized the code.