|
r11415
| file changeset diff or repo changeset diff
| igor2 | 2025-03-31T05:28:58.727473Z
| -Add: mention in csch_attrib_apply()'s API comment that unlike the attr compile call, this does not apply the '-' and '+' prefix behavior
|
|
|
r8253
| file changeset diff or repo changeset diff
| igor2 | 2023-07-03T15:43:26.278222Z
| [lib] -Add: csch_attrib_copy_all_undoable(): separate the API from the concrete model; when not undoable, don't require a cobj
|
|
r8248
| file changeset diff or repo changeset diff
| igor2 | 2023-07-03T14:19:32.845173Z
| [lib] -Add: split attribute val compare from attrib compare: attribe merge will need to compare the values only
|
|
|
|
|
|
|
|
|
|
r6449
| file changeset diff or repo changeset diff
| igor2 | 2023-02-12T08:50:18.997840Z
| [lib] -Add: extend attribute apply API so it can change the priority of the newly created attributes (will be needed by plugins when copying attribs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
r3992
| file changeset diff or repo changeset diff
| igor2 | 2022-05-30T09:28:16.119835Z
| [lib] -Add: make struct csch_source_arg_s opaque, making the allocation scheme an internal business of the attrib code
|
|
|
r3989
| file changeset diff or repo changeset diff
| igor2 | 2022-05-30T08:39:00.457224Z
| [lib] -Change: high level attrib code always gets source as pointer, so that allocation can be simplified in a subsequent commit
|
|
|
|
|
|
r3968
| file changeset diff or repo changeset diff
| igor2 | 2022-05-29T08:34:20.709773Z
| [lib] -Fix: attrib source type is not a single char but a string (to match the spec) [lib] -Cleanup: start switching over to the new attrib source syntax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|