2
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add alembic documentation More... over 9 years ago
Merge pull request #98 from bobszi/checkBrowserCompatibility More... over 9 years ago
Fixed broken IE9 compatibility. More... over 9 years ago
Rolled back accidental changes in CodeCheckerViewer.js in the second last commit. More... over 9 years ago
FIXES Ericsson/codechecker#93 This involved changes only in index.html. Moved Dojo loading to a callback, which fires only if the browser passes compability tests. More... over 9 years ago
Beginning steps in checking browser compatibility. This functionality currently resides in CodeCheckerViewer.js, but should be moved to a separate javascript file and embedded into index.html. The content of every other <script> tag should be moved to this new js file, so they only run if the browser check passes. More... over 9 years ago
Merge pull request #94 from bobszi/deleteRuns More... over 9 years ago
FIXES Ericsson/codechecker#90 Added delete runs functionality to the web-client. This involved some code restructuring, and also involved transforming the DiffWidget to the ListOfRunsWidget, which now encompasses the functionality of both the late DiffWidget and the new deleting of runs. Also made a few minor formatting and renaming changes here and there for better clarity of the code. The biggest one is the merging of checkedRunIds and checkedRunNames arrays into the new diffRuns array in CodeCheckerViewer.js. More... over 9 years ago
Merge pull request #92 from igalex/develop More... over 9 years ago
Database migration support More... over 9 years ago
Merge pull request #87 from bobszi/develop More... over 9 years ago
Fixed font-family css in overviewGrid. More... over 9 years ago
Merge pull request #89 from igalex/better_clash_handling More... over 9 years ago
Fix is_same_event_path's doc string More... over 9 years ago
Merge pull request #88 from gyorb/develop More... over 9 years ago
fix debug print More... over 9 years ago
Merge pull request #86 from gyorb/develop More... over 9 years ago
FIXES Ericsson/codechecker#68 Also removed deprecated images and css entries. More... over 9 years ago
add some extra debug info and error handling More... over 9 years ago
Merge pull request #82 from gyorb/version_info More... over 9 years ago
Merge pull request #83 from gyorb/create_db_tables_at_update More... over 9 years ago
Merge pull request #84 from gyorb/extend_debug_info More... over 9 years ago
move error handling into one try except block More... over 9 years ago
extend generated debug info More... over 9 years ago
create new run entry instead of stopping, if update option is used at check More... over 9 years ago
add extra package version information at package build time, and new command line option to get version information More... over 9 years ago
Better hash clash handling More... over 9 years ago
FIXES Ericsson/codechecker#80 FIXES Ericsson/codechecker#66 Also some minor formatting changes. More... over 9 years ago
Fixes Ericsson/codechecker#67 Involved some code restructuring and formatting. More... over 9 years ago
Merge pull request #78 from gyorb/develop More... over 9 years ago