tixi icon indicating copy to clipboard operation
tixi copied to clipboard

A simple XML interface library

Results 14 tixi issues
Sort by recently updated
recently updated
newest added

I would like to use tixi3 on a Macbook with ARM-processor. When I try to install the tixi from conda using the command: conda install dlr-sc::tixi3 an error occurs that...

Historically, TiXI was intended specifically for handling CPACS files. There are still a few functions in TiXI that are CPACS-specific. Examples for this are [tixiAddHeader](http://dlr-sc.github.io/tixi/group__MiscFunctions.html#ga309b74a39d1d7a8a79b39dbb96043eeb) and [tixiAddCpacsHeader](http://dlr-sc.github.io/tixi/group__MiscFunctions.html#gae8b0d49fa4b94762d6f0cb6eb449e9b1). The first one...

The zip file does't contain the documentation (nor the pdf-file nor the html-version).

There are several warnings about action deprecations or updated yaml-syntax that need to get fixed. This is basically the TiXI version of this issue https://github.com/DLR-SC/tigl/issues/918.

- tixi 3.3.0 and 3.2.0 have no doc file in their share folder. - tixi 3.1.0 has no zip and exe files, only source files.

`saveDocument` frees resources and sets the document status to `SAVED`. https://github.com/DLR-SC/tixi/blob/470570de2969bbe50d8c4179316fab7af430d5e6/src/tixiInternal.c#L1233-L1237 As a consequence, a saved document cannot be edited anymore: https://github.com/DLR-SC/tixi/blob/470570de2969bbe50d8c4179316fab7af430d5e6/src/tixiImpl.c#L1231-L1234 This is counter-intuitive, because there is also `tixiCloseDocument`...

Once #187 is merged, we should fine-tune the CI - [ ] MacOS builds - [ ] code coverage - [ ] automatic releases *(see also #157)* - [ ]...

Currently, we have to prepare the build always manually, which is error prone and time consuming. Automatization would be very nice to have.