Exemple #1
0
/** MD5 hex string derived (using md5) from program name its options, so each program will have a different but reproducible hex string. */
string program::md5Name (Program p) {return p.executableName() + md5 (p.command());}