Veselin Dobrev and Kenny Weiss
c3dbd8041b
Add support for shared builds on Windows with MSVC using CMake.
...
This commit based to a large extend on PR #1401 .
Co-authored-by: Kenny Weiss <kennyweiss@users.noreply.github.com >
2023-02-27 19:31:21 -08:00
Will Pazner
75cd6b4b6f
Avoid signed-unsigned comparison
2021-04-01 14:14:32 -07:00
Will Pazner
f1364b2fe3
Avoid signed-unsigned comparison
2021-04-01 14:09:06 -07:00
Will Pazner
4ec9f73cdf
Handle raw VTK appended data in XML parser
...
VTK files can have "raw binary data" in the AppendedData section. This means the
file may not be technically valid XML. The data can also have null characters
which requires care when parsing using C-style strings.
2021-04-01 13:27:17 -07:00
Will Pazner
75c206f360
Fix errors with sscanf format string in TinyXML
2020-11-19 20:46:26 -08:00
Will Pazner
9cda70d880
Add TinyXML2
...
zlib licensed, repo at https://github.com/leethomason/tinyxml2
2020-11-19 12:48:07 -08:00