Searched refs:printMsg (Results 1 – 11 of 11) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | TUDump.pm | 439 …printMsg("INFO", "Adding \'".$AddHeaders->{$Path}{"Header"}."\' preamble header for \'".$AddHeader… 453 printMsg("INFO", "Enabling c++0x mode"); 460 printMsg("WARNING", "Probably c++0x element detected"); 469 printMsg("ERROR", "some errors occurred when compiling headers"); 567 printMsg("WARNING", "can't find \'ectags\' program"); 575 printMsg("WARNING", "can't find \'ctags\' program"); 586 printMsg("WARNING", "incompatible version of \'ctags\' program"); 668 printMsg("INFO", "Using MinGW compatibility mode"); 676 printMsg("INFO", "Checking the code for C++ keywords"); 780 printMsg("INFO", "Detected code: \"$Detected\""); [all …]
|
| H A D | SysCheck.pm | 199 printMsg("INFO", "Checking added/removed libs"); 391 printMsg("INFO", "$ACC_compare"); 393 printMsg("INFO_C", "Checking $LName: "); 399 printMsg("INFO", "Failed ($ErrorLog)"); 403 printMsg("INFO", "Ok"); 927 printMsg("INFO", "\nSee detailed report:\n $REPORT_PATH"); 1103 printMsg("WARNING", "can't find \'$TargetSysInfo/descriptors\'"); 1126 printMsg("Module_Error", "can't find \'$TargetSysInfo/common.xml\'"); 1235 printMsg("INFO", localtime(time)); 1237 printMsg("INFO", "Indexing sonames ...\n"); [all …]
|
| H A D | Logging.pm | 59 printMsg("ERROR", $Msg); 73 sub printMsg($$) subroutine 170 printMsg("ERROR", "see log for details:\n ".$LOG_PATH{$LVer}."\n");
|
| H A D | Mangling.pm | 810 printMsg("WARNING", "can't find \"undname\", disable MSVC unmangling"); 851 …printMsg("ERROR", "internal error - c++filt crashed, try to reduce MAX_CPPFILT_FILE_SIZE constant"… 869 …printMsg("ERROR", "internal error - c++filt crashed, try to reduce MAX_COMMAND_LINE_ARGUMENTS cons… 881 printMsg("INFO", "Debug model mangling and unmangling ($LVer)"); 923 printMsg("INFO", "Bad model unmangling:\n Orig: $Mngl\n Unmgl: $U1\n Model: $U2\n"); 930 printMsg("INFO", "Bad model mangling:\n Orig: $Mngl\n Model: $U3\n"); 937 printMsg("INFO", "Model unmangling: $GoodUnmangling/$Total"); 938 printMsg("INFO", "Model mangling: $GoodMangling/$Total");
|
| H A D | RegTests.pm | 42 printMsg("INFO", "Verifying detectable C++ library changes"); 3097 printMsg("INFO", "\nVerifying detectable C library changes"); 5046 printMsg("INFO", "Executing @Cmd_d1"); 5049 printMsg("INFO", ""); 5055 printMsg("INFO", "Executing @Cmd_d2"); 5058 printMsg("INFO", ""); 5125 printMsg("INFO", "Executing @Cmd"); 5194 printMsg("INFO", "Test result: SUCCESS ($NProblems problems found)\n"); 5197 printMsg("ERROR", "Test result: FAILED ($NProblems problems found)\n");
|
| H A D | SysFiles.pm | 741 …printMsg("WARNING", "doesn't work with clang, please install GCC instead (and select it by -gcc-pa… 762 printMsg("INFO", "Using GCC $GccVer ($Target, target: ".getArch_GCC(1).")"); 771 …printMsg("WARNING", "May not work properly with GCC 4.8.[0-2], 6.* and higher due to bug #78040 in… 832 printMsg("WARNING", "can't find ldconfig"); 865 printMsg("WARNING", "can't find ldconfig");
|
| H A D | Utils.pm | 149 printMsg("ERROR", "problem with \'find\' utility ($?): $!");
|
| H A D | ABIDump.pm | 78 printMsg("INFO", "Checking header(s) ".$In::Desc{$LVer}{"Version"}." ..."); 908 …printMsg("WARNING", "the architectures of input objects and the used GCC compiler are not equal, p…
|
| H A D | GccAst.pm | 336 printMsg("WARNING", "missed type $TName"); 372 printMsg("ERROR", "missed type name ($Tid)"); 377 printMsg("ERROR", "missed type id $Tid"); 3508 printMsg("WARNING", "unknown operator $1");
|
| H A D | XmlDump.pm | 859 printMsg("WARNING", "the number of opened tags is not equal to number of closed tags");
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 115 printMsg("INFO", $ShortUsage); 227 printMsg("INFO", "\n".$ShortUsage); 400 printMsg("INFO", $HelpMessage." 407 printMsg("INFO", "$HelpMessage 6489 printMsg("WARNING", "unknown rule \"$Kind\" (\"$Level\")"); 6504 printMsg("WARNING", "unknown rule \"$Kind\" (\"$Level\")"); 7519 printMsg("WARNING", "incomplete rule \"$Kind\" (\"$Level\")"); 9178 …printMsg("INFO", "Total ".lc($Level)." compatibility problems: ".$RESULT{$Level}{"Problems"}.", wa… 9204 printMsg("INFO", "Creating compatibility report ..."); 9213 printMsg("INFO", "Binary compatibility: ".(100-$RESULT{"Binary"}{"Affected"})."\%"); [all …]
|