1,217
edits
(Create page) |
m (Add new topics) |
||
Line 3: | Line 3: | ||
== Today's topics == | == Today's topics == | ||
* Status of 10.3 release | |||
* Converting graphics properties to CamelCase for Matlab compatibility (Decision was already made to do this, questions are about implementation) | |||
** Should base list of property names for each object | |||
1) be stored as <code>std::set<std::string></code>, but with property name in lowercase (using <code>genprops.awk</code>)? | |||
2) be stored as <code>std::set<caseless_str></code> with property name in CamelCase? | |||
== Previous topics == | == Previous topics == |
edits