0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Aug 25, 2025 — Aug 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
duchain: use DeclarationPointer instead of raw pointers in Helper. More... over 12 years ago
duchain: check the Persistent Symbol Table when a declaration hasn't been found. More... over 12 years ago
completion: fixed another locking issue but this time with the completion code. More... over 12 years ago
duchain: fixed some issues with locks across the DUChain code. More... over 12 years ago
duchain: the context in the helper's methods has to be valid. More... over 12 years ago
More on nullptr. More... over 12 years ago
Use nullptr instead of NULL in the C++ code. More... over 12 years ago
parser: treat the lambdas created with the "lambda" construct properly. More... over 12 years ago
rails: fixed compile error because of a missing header. More... over 12 years ago
SVN_SILENT made messages (.desktop file) More... over 12 years ago
parser: fixed the documentation for the undef visitor. More... over 12 years ago
SVN_SILENT made messages (.desktop file) More... over 12 years ago
SVN_SILENT made messages (.desktop file) More... over 12 years ago
parser: fix the visitor for multiple arguments in when statements. More... over 12 years ago
Removed the visitVariable method since it's not used anymore. More... over 12 years ago
fix application templates More... over 12 years ago
duchain: fixed compilation error due to kdevplatform changes on IndexedType. More... over 12 years ago
duchain: greatly improved the test for instance variables. More... over 12 years ago
parser: the flags attribute should be of an enum flags_t type. More... over 12 years ago
parser: let's put some order in the flags mess. More... over 12 years ago
Apparently some compilers don't buy my pending macro, let's remove it. More... over 12 years ago
Typo More... over 12 years ago
duchain: fix a warning when picking the class of a numeric literal. More... over 12 years ago
duchain: fixed regression. More... over 12 years ago
parser: fixed some tests by assigning a new value for f_opt flags. More... over 12 years ago
duchain: fixed global variables not being stored in the top context. More... over 12 years ago
duchain: fixed regression from the previous commit. More... over 12 years ago
duchain: don't redeclare global variables, just update their types. More... over 12 years ago
Make compile with recent kdevplatform changes More... over 12 years ago
completion: fixed malformed tests... More... over 12 years ago