我正在处理一个版本,所以我需要在一个分支的两个修订版本之间指定一个已签入任务的列表.
这将适用于默认分支hg log -rx:y
但我不在默认分支上,我找不到指定分支和查询的语法,以便在两个修订版之间使用hg log签入.
我想我错过了这里显而易见但我不知道在哪里.
我想使用覆盖率进行静态分析,我需要它用于c ++.由于我的项目使用Android NDK,我将编译器配置为:
cov-configure –comptype gcc –compiler ~/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc-4.6
Run Code Online (Sandbox Code Playgroud)
然后我跑了 cov-build –dir coverity ndk-build –j8 NDK_DEBUG=1
一切都在建立,但我有一个警告
*[*WARNING] No files were emitted. This may be due to a problem with your configuration
or because no files were actually compiled by your build command.
Please make sure you have configured the compilers actually used in the compilation.**
Run Code Online (Sandbox Code Playgroud)
所以我忽略了警告并跑了
cov-analyze –dir coverity –all
**Coverity Static Analysis for C/C++ version 6.6.1 on Linux 2.6.38-8-server x86_64
Internal version numbers: d614fc01a4 p-eureka-push-15003.308
Looking for translation units …
Run Code Online (Sandbox Code Playgroud)