|
|
Line 3: |
Line 3: |
|
| |
|
| == Today's topics == | | == Today's topics == |
|
| |
| * Status of 10.3 release
| |
| * brief GSoC summer 2025 summary
| |
| ** CBM and/or Andreas
| |
| * Status of contract project with Thomas Kolman
| |
| ** (Moved up in agenda as Thomas can only attend the first part of the meeting)
| |
| ** a brief summary of the proposed work
| |
| ** time for questions?
| |
| * 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?
| |
|
| |
| * Change text emitted for <code>octave --version</code> (https://savannah.gnu.org/bugs/index.php?67520)?
| |
|
| |
| * Eliminate caching in <code>simple_fcn_handle</code> class (bug #67495)?
| |
|
| |
|
| == Previous topics == | | == Previous topics == |