Work/bump standards
C++11 and Qt5.6 minimum
Merge request reports
Activity
added 4 commits
- 02aa5b3e - fix signal arguments need to be fully-qualified (QxtSpanSlider::SpanHandle...
- dc5e97ea - fix overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
- 4f496fca - fix unused QList<QTreeWidgetItem *> [-Wclazy-unused-non-trivial-variable]
- e12806c7 - fix Old Style Connect [-Wclazy-old-style-connect]
Toggle commit listadded 8 commits
- 4fc9fc5d - fix overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
- 4a7a8d53 - fix Old Style Connect [-Wclazy-old-style-connect]
- 21266264 - fix c++11 range-loop might detach Qt container (QList) [-Wclazy-range-loop-detach]
- 4f4b9abd - fix Pass small and trivially-copyable type by value (const class QPoint &)...
- 19f17034 - fix all QString(const char*) being called [-Wclazy-qstring-allocations]
- 2b41608b - add QT_NO_CAST_FROM_ASCII
- f7bb9368 - prevent crashes when opening the plugins window and no trace is loaded
- 63ed4c80 - remove render_stats* classes, no more used
Toggle commit listassigned to @faverge
90 90 option(BUILD_64bits 91 91 "Build 64 bits mode" ON) 92 92 93 option(VITE_ENABLE_MPI 94 "Use MPI" OFF) The code was already existing: https://gitlab.inria.fr/search?group_id=94&project_id=2748&scope=blobs&search=USE_MPI But there were no switch to activate it. Looking at the log, it was added 12 years ago.
Maybe it would be better to remove the code directly instead of handling it.
- Resolved by Johnny Jazeix
@jjazeix Render stats is no more used ? Even by the statistics plugin ? If yes, I'm good with the PR and ok to merge.
added 1 commit
- c31c0083 - remove unused DrawCounter/Diagram/Stats files
mentioned in commit ee511e02