2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make the members public to ease the usage provide some more classes to not have meaningless QPair-stuff (m_exceptions[0].first.first vs m_exceptions[0].m_exception for example) More... almost 18 years ago
Fix the build More... almost 18 years ago
A first version of the new hand-written AST for the python support. Its undocumented and has no implementation, but the structure itself should be done with this. More... almost 18 years ago
Update the todo list with some IRC discussion and the idea for C-Modules. More... almost 18 years ago
Add some todo items for the "long run". Including some ideas. More... almost 18 years ago
Frustrating.... Missed the headers again. More... almost 18 years ago
Started work on TypeBuilder for Python More... almost 18 years ago
update the generated folder More... almost 18 years ago
Export the lexer, semes this is needed on 64bit. More... almost 18 years ago
Trying to fix the problem with std::size_t More... almost 18 years ago
Fix the tests on systems that define size_t to be a unsigned long. More... almost 18 years ago
Stupid svn, more stuff that was not comitted during the merge More... almost 18 years ago
Ooops, these changes belong to the merge. More... almost 18 years ago
don't depend on the parser-typedefs for tokenstream and memory pool. More... almost 18 years ago
Merge back the kdev4_python_newlexer branch, the lexer works all testcases pass. A bit of rework on the API of the parser lib has been done along the way. More... almost 18 years ago
Port to KPluginLoader/KPluginFactory. Most plugins load. More... almost 18 years ago
Modified the Declaration builder. FindDeclaration searches for an already existsing declaration, and creates a new One if any previous doesn;t exists. This should be implemented with a type builder, but type builder doesn exists yet. More... almost 18 years ago
One last reamining Fix for Return statements. i.e "return x.y(o.x, *args)" works now. More... almost 18 years ago
The Previous Commit is more Logical Now. More... almost 18 years ago
Parser Reads "print >> xyz " now. More... almost 18 years ago
Fixed Print statements. print following a LineBreak should work now. More... almost 18 years ago
Grammar Reads expressions like "x = (a,)" More... almost 18 years ago
Gramma Reads return "a(*args,**args2)" Now. "x = (a,)" needs be fixed. More... almost 18 years ago
Fixed a Bug in Grammar. Positional Parametrs work well Now. More... almost 18 years ago
Declarations for variables. Aint Impressive show, It build declaration for every use encountered as well. Need'd a workaround for the Variables. More... almost 18 years ago
1. Starred Function parameters are read by declaration Builder. 2. Removed a ASSERT that caused a seldom crash. More... almost 18 years ago
"try" contexts have appear as Context:try in DUChain viewer. I guess This is Just a workaround. Because i couldn find a associated identifier with try statements. More... almost 18 years ago
Updated the BUGS list. More... almost 18 years ago
Fixed the BUG#4 in the List. Removed a Q_Assert. No Longer It crashes On Change On Range Size. More... almost 18 years ago
Add a small bugs file. More... almost 18 years ago