0
I Use This!
Very Low Activity

Commits : Listings

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