0
I Use This!
Very High Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't use a fixed small number 0.001 for the zero baseline in the histogram since it's not small enough for propability dencity histograms. Use epsilon() from numerical limits instead. More... about 2 months ago
Implemented the dispersion measure "Range" in the column statistics widget. More... about 2 months ago
More const references. More... about 2 months ago
Removed dead code in SpreadsheetView::clearSelectedCells(). More... about 2 months ago
More const references to avoid copies. More... about 2 months ago
Removed duplicated code in CartesianPlot::init(). More... about 2 months ago
Removed dead code (unused variables) in SearchReplaceWidget. More... about 2 months ago
Added more const refs. More... about 2 months ago
rect imprv More... about 2 months ago
More fixes for issues reported by coverity and cppcheck: * catch exception by const reference in DBCParser * removed an unused value assignment in FITSFilter * removed variable shadowing in VectorBLFFilter * fixed unintended rounding to int in OriginProjectParser * fixed uninitialized members in ExpressionParser * removed dead code in nsl_baseline * fixed uninitialized members AbstractPlotPrivate * avoid vector access with a wrong index in BarPlot More... about 2 months ago
improv axis boundingRects More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
liborigin: sync upstream More... about 2 months ago
flatpak: update dbc_parser to v0.4.0 More... about 2 months ago
dbc: fix gcc false positive More... about 2 months ago
fix merge conflict More... about 2 months ago
cmake: enable readstat for newer compiler More... about 2 months ago
3rdparty: patch readline (use after free, function declaration without a prototype is deprecated) More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
fix merge conflict More... about 2 months ago
Merge branch 'master' into work/liborigin-cppcheck-fixes More... about 2 months ago
opj import test: add string import test More... about 2 months ago
opj import test: add file More... about 2 months ago
opj: fix and debug formula import More... about 2 months ago
liborigin: keep c_str() for strings to handle origin strings correctly More... about 2 months ago
GIT_SILENT Sync po/docbooks with svn More... about 2 months ago
Merge branch 'master' into work/OPJ-import-fixes More... 2 months ago
[liborigin] fixes and improvements recommended by cppcheck: * use const& for siblint iterators * don't use std::str.c_str() where std::str is already enough * fix out of bound access in notes[file_object_id] if file_object_id is equal to notes.size() More... 2 months ago
format fix. More... 2 months ago
Fixed the declaration of nsl_baseline_remove_endpoints(). More... 2 months ago