|
|
|
|
|
|
|
r8114
| file changeset diff or repo changeset diff
| igor2 | 2023-06-29T08:10:57.727017Z
| [lib] -Add: generic version of the view property resolver (that returns the view name string for view.name, moved from std_forge)
|
|
r8111
| file changeset diff or repo changeset diff
| igor2 | 2023-06-29T07:43:11.254286Z
| [lib] -Add: generic version of the stance value resolver (moved from std_forge, more parts of the code will need this)
|
|
|
|
|
|
r6868
| file changeset diff or repo changeset diff
| igor2 | 2023-03-11T04:11:33.569002Z
| [lib] -Add: argument to suppress error message on sheet fails to load [sch-rnd] -Fix: do not throw an error when default sheet can not be loaded while going through a search path (it's normal that only a subsequent item is available)
|
|
|
r6684
| file changeset diff or repo changeset diff
| igor2 | 2023-02-20T10:12:50.444354Z
| [lib] -Add: project util function to figure if a project is partially loaded (not all root sheets are loaded)
|
|
|
|
r6259
| file changeset diff or repo changeset diff
| igor2 | 2022-12-17T08:47:27.266206Z
| [multi] -Fix: make "view last conf rev" per project, in a multiple project setup there can be different views perproject
|
|
|
|
|
|
|
|
|
|
|
|
r4425
| file changeset diff or repo changeset diff
| igor2 | 2022-06-19T06:18:46.201723Z
| [lib] -Add: upgrade project struct for remembering the lihata document (for now) and mark that it will be an extension of the librnd project struct at librnd 4.0.0
|
|
|
r4271
| file changeset diff or repo changeset diff
| igor2 | 2022-06-13T11:13:21.179840Z
| [lib] -Add: project compilation gets a viewid arg so it doesn't necessarily rely on project's default view (allows reentrant export on a different view)
|
|
|
r4159
| file changeset diff or repo changeset diff
| igor2 | 2022-06-08T09:48:16.065119Z
| [sch-rnd] -Fix: move generating sheet post-load event from lib to sch-rnd's multi so that project config is already loaded by the time the event is emitted
|
|
|
r3903
| file changeset diff or repo changeset diff
| igor2 | 2022-05-26T07:37:26.821606Z
| -Cleanup: make it clear in arg names that project file name input is load-name of the sheet (and not real name of the sheet)
|
|
r3902
| file changeset diff or repo changeset diff
| igor2 | 2022-05-26T07:35:33.162457Z
| [lib] -Del: local implementation of project file name calculation (csch_project_name_by_sheet_name()) -> use librnd's
|
|
r3753
| file changeset diff or repo changeset diff
| igor2 | 2022-05-19T09:13:01.032293Z
| [lib] -Split: code that calculates project file name from the function that loads a project file for a sheet by sheet file name into a separate function for easier reuse
|
|
|
|
r3412
| file changeset diff or repo changeset diff
| igor2 | 2022-04-27T02:28:38.367374Z
| [lib] -Change: introduce an extra argument in project loading to tell if all sheets need to be loaded recursively as well
|
|
|
|
|
|
r885
| file changeset diff or repo changeset diff
| igor2 | 2020-01-02T13:17:55.973722Z
| [lib] -Add: csch_project_load_sheet() optionally returns a pointer to the currently loaded sheet so configuration can be done
|
|
|
|
|
|
r780
| file changeset diff or repo changeset diff
| igor2 | 2019-12-31T09:26:42.485303Z
| [lib] -Add: concept of loadname vs. filename: loadname is what the user specified, filename is the realname - avoid double-loading sheets
|
|
|
|
|
|
|
|
|
|
|