53 char c[] = { comment,
'\0' };
55 ios << c <<
"--------------------------------------------\n";
56 ios << c <<
" mxlib git status \n";
57 ios << c <<
" headers: \n";
58 ios << c <<
" branch: " << MXLIB_UNCOMP_BRANCH <<
"\n";
59 ios << c <<
" SHA1: " << MXLIB_UNCOMP_CURRENT_SHA1 <<
"\n";
60 ios << c <<
" modified flag: " << std::boolalpha << (bool)MXLIB_UNCOMP_REPO_MODIFIED <<
"\n";
61 ios << c <<
" compiled: \n";
62 ios << c <<
" branch: " << mxlib_comp_current_branch() <<
"\n";
63 ios << c <<
" SHA1: " << mxlib_comp_current_sha1() <<
"\n";
64 ios << c <<
" modified flag: " << std::boolalpha << (bool)mxlib_comp_repo_modified() <<
"\n";
65 ios << c <<
"--------------------------------------------\n";