Initial jobset creation and running within the CLI and GUI.

Incomplete, just pushing this before feature freeze, much fixing left
This commit is contained in:
Marek Roszko
2024-09-30 20:04:53 -04:00
parent 6255586d5b
commit d74caace0a
150 changed files with 9950 additions and 3247 deletions
+6
View File
@@ -349,6 +349,12 @@ std::string LSET::FmtHex() const
}
int LSET::ParseHex( const std::string& str )
{
return ParseHex( str.c_str(), str.length() );
}
int LSET::ParseHex( const char* aStart, int aCount )
{
LSET tmp;