3.0.3 release
update copyright
remove unuse value
cppcheck: fix several warning issue
cppcheck: fix several style issue
use const& for sibling iterators
update README
fix typo
reduce debug output
add comments
fix out of bound access
Fix installing import and static libraries with MSVC
support axis title shown property
Fix reading legends from newer project version (Miquel Garriga)
Fix-buffer-overflow in annotations (Miquel Garriga)
minor fix
bump version to 3.0.2
update README
update opj project version
Some CMake fixes and tweaks
Support building shared library on Windows
Silent warnings from clang about deprecated allocate form in c++17
Remove "using namespace std" from header files
OriginAnyParser.h:20:17: error: ‘endianfstream’ is not a namespace-name using namespace endianfstream; OriginAnyParser.cpp:92:5: error: ‘file’ was not declared in this scope file.seekg(0, ios_base::end); (multiple times)
update copyright header
Format code with clang-format
I added files to format the code and fixed the format.
add files for code formatting
Format code with clang-format
This MR is too big to review. Please tell me which options you used for clang-format and i can apply and test them myself.
Fix memory access problem
remove unused parameter
remove duplicate
add missing default initialing
minor formatting
Fix missing initialization
Use nullptr in tree.hh
Read axes achor
Update project versions
Fix crash parsing newer project files
README: add related projects
Prepare import of OPJU projects
Bump version to 3.0.1
* Fix include(GNUInstallDirs)
Update README
Improve versioning
Add options to disable static/shared libraries
clean up cmake and don't install liborigin.pc when all libraries are disabled
Add link to SciDAVis fork
typo
Update opj file versions
Update README
Fix compiler warnings
Update build files
Fix wrong delete
Replace empty quotation marks by string()
update version info for 2019bSR0
[PATCH 2/3] fix bugs found by UBSan
[PATCH 1/3] do not output to standard streams (cout, cerr) by default
[PATCH 3/3] readProjectTree: provide root node to append to
update version info for 2019SR0
more code cleanup
improve debugging
more code cleanup
code cleanup
more code cleanup
more code cleanup and byte order fix
minor fix
fix clazy warnings (Miquel)
1. [Coverity] CID 178405, 185495 (Miquel)
Added missing member initialisations and fixing CIDs (Miquel)
fix issues with some colors in Origin7 (Miquel)
fix parsing of symbol properties (Miquel)
add parsing of begin and end rows for spreadsheet columns [Miquel]
Set default values for fill area transparency in versions [Miquel]
Replace dataIndex by objectIndex to get consistent multiple [Miquel]
do not remove unused matrices [Miquel]
support window background color [Miquel]
fixed MSVC warnings
fix several MSVC compiler warnings
fix compiler warnings of data type conversions
prepare opju import & compiler warnings fixed
project version update
save spreadsheet name (patch of Miquel)
field initializing
uninitialized vars
Merge branch 'master' of ssh://git.code.sf.net/p/liborigin/git
explicit type conversion to avoid compiler errors/warnings
minor compiler fixes
fix compiler warnings in non-debug logging
improve compiler compatability
fix config.h for LabPlot
added boost::variant alternative (changes API -> only enabled for LabPlot)
removed another boost dependency
fix typo
minor fixes
version bug fix
minor improvements
improved origin file version output
origin file version update