Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - About

Builder Source Build #688

Results:

Build successful

SourceStamp:

ProjectBHClient
Repositoryhttp://192.168.123.218:8888/svn/BHClient/branches/BH5000/4.8.x
Revision14981
Got Revision6523
Changessee below

BuildSlave:

buildbot-16

Reason:

Triggerable(SourceTriggerableScheduler)

Steps and Logfiles:

  1. CheckoutSource update [branch] ( 3 secs )
    1. stdio

Build Properties:

NameValueSource
branch None Build
buildername Source Builder
buildnumber 688 Build
got_revision 6523 Source
project BHClient Build
repository http://192.168.123.218:8888/svn/BHClient/branches/BH5000/4.8.x Build
revision 14981 Build
scheduler SourceTriggerableScheduler Scheduler
slavename buildbot-16 BuildSlave

Blamelist:

  1. lvbote

Timing:

StartWed Jul 15 11:23:44 2020
EndWed Jul 15 11:23:47 2020
Elapsed3 secs

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

To force a build, fill out the following fields and push the 'Force Build' button

Your username:
Your password:
Reason for re-running build:

All Changes:

  1. Change #462

    Changed by lvbote
    Changed at Wed 15 Jul 2020 11:20:04
    Repository http://192.168.123.218:8888/svn/BHClient/branches/BH5000/4.8.x
    Project BHClient
    Revision 14981

    Comments

    [BUG] VS2003中,存在副作用,会将原单位变为小写。
    
    测试程序:
    	CString strTmp = "UPPER CASE";
    	BHLOG_ERROR(STR("Before: %s", strTmp));
    	strTmp.Trim().MakeLower();
    	BHLOG_ERROR(STR("After: %s", strTmp));
    测试输出:
    	Before: UPPER CASE
    	After: upper case

    Changed files

    • BHCommPOS/BHLib.cpp