3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'fix-value-link' into 'master' More... 2 days ago
Fix content of "Value" field for links
phsw
as Philippe SWARTVAGHER
More... 4 days ago
Merge branch 'work/commit_with_includemocs' into 'master' More... 9 months ago
Revert "ci: Remove -j in coverity build" More... 9 months ago
ci: Remove -j in coverity build More... 10 months ago
ci: Fix build for coverity More... 10 months ago
fix clang-format hook More... 10 months ago
Merge branch 'work/clang-format' into 'master' More... 10 months ago
remove unused files (added on 633e875, removed on 6f3d5c5f) More... 10 months ago
prevent warning on new allocation More... 10 months ago
add emacs files to .gitignore More... 10 months ago
port to QRegularExpression More... 10 months ago
signature of QTreeWidget::mimeData has changed between Qt5 and Qt6 More... 10 months ago
add required include and removed unused one More... 10 months ago
namespace QtCharts has been removed in Qt6 use global namespace when Qt5 to avoid dirty code More... 10 months ago
force export of symbols for plugins. CMP0065 in cmake 3.4 disabled the export of symbols by default, we need them for the plugins More... 10 months ago
add option to use IPO optimisation (enabled by default) More... 10 months ago
remove unused function in Trace.cpp More... 10 months ago
fix includes so we can build in parallel with plugins More... 10 months ago
convert files to UTF-8 More... 10 months ago
use includemocs from https://github.com/KDAB/KDToolBox/blob/master/qt/includemocs/includemocs.py * speeds up incremental builds as changes to a header will not always need the full mocs_compilation.cpp for all the target's headers rebuild, while having a moc file sourced into a source file only adds minor extra costs, due to small own code and the used headers usually already covered by the source file, being for the same class/struct * seems to not slow down clean builds, due to empty mocs_compilation.cpp resulting in those quickly processed, while the minor extra cost of the sourced moc files does not outweigh that in summary. Measured times actually improved by some percent points. (ideally CMake would just skip empty mocs_compilation.cpp & its object file one day) * enables compiler to see all methods of a class in same compilation unit to do some sanity checks * potentially more inlining in general, due to more in the compilation unit * allows to keep using more forward declarations in the header, as with the moc code being sourced into the cpp file there definitions can be ensured and often are already for the needs of the normal class methods More... 10 months ago
Remove dependency for now More... 10 months ago
add hook for clang-format and refactor the build stage More... 10 months ago
add clang-format More... 10 months ago
Merge branch 'work/improve_ci' into 'master' More... 10 months ago
apply clang-format to all source files More... 10 months ago
remove OTF support More... 10 months ago
Merge branch 'work/bump_standards' into 'master' More... 10 months ago
compile all plugins at once in pipeline and add one pipeline to compile with all parsers More... 10 months ago
cmakelint all CMake files: find . -name CMakeLists.txt | xargs cmakelint --filter=-linelength More... 10 months ago