Skip to content

Releases: LBNL-ETA/FileParse

Version_1.0.1

29 Oct 16:22
Compare
Choose a tag to compare
  • Conversion to double from string is now pure function
  • xmlParser branch version variable introduced

Version_1.0

15 Oct 22:00
Compare
Choose a tag to compare
  • This version now compiles under windows, ubuntu and macOS and it also have activated actions for cloud testing when changes are pushed.

Version_0.9

23 Sep 17:42
ca283a9
Compare
Choose a tag to compare
  • Loading incorrect XML file will not longer cause an exception but will return empty optional.
  • Unit tests are consolidated to use local files and also local templated function that will load top level node.

Version_0.8

19 Sep 22:04
9ff1a3d
Compare
Choose a tag to compare
  • Save/Load directly from string is moved from LibraryFEMTherm into this repository

Version_0.7

29 Aug 21:25
fb09720
Compare
Choose a tag to compare
  • Structure properties can now be saved/loaded as XML attributes (needed for BSDF XML implementation)

Version_0.6

23 Aug 15:55
94c1e92
Compare
Choose a tag to compare
  • Function that retrieves data directly from string is added.
  • ExternalProject_Add replaced with simpler version (FetchContent_Declare)

Version_0.5

04 Apr 17:10
e9222b8
Compare
Choose a tag to compare
  • getChildNode(name, index) remoted from adapter because it is very slow. Now std::vector getNodesByName(name) is used
  • All files are now moved into fileParse directory and leading FP_ is removed from file names

Version_0.4

03 Apr 15:45
41ef2de
Compare
Choose a tag to compare
  • Formatting of numbers is now introduced (when numbers will be displayed in scientific notation vs standard)
  • std::array can now be serialized