openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
kdev-python
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 12, 2024 — Aug 12, 2025
Showing page 105 of 112
Search / Filter on:
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)
Andreas Pakulat
More...
almost 18 years ago
Fix the build
Andreas Pakulat
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.
Andreas Pakulat
More...
almost 18 years ago
Update the todo list with some IRC discussion and the idea for C-Modules.
Andreas Pakulat
More...
almost 18 years ago
Add some todo items for the "long run". Including some ideas.
Andreas Pakulat
More...
almost 18 years ago
Frustrating.... Missed the headers again.
Piyush Verma
More...
almost 18 years ago
Started work on TypeBuilder for Python
Piyush Verma
More...
almost 18 years ago
update the generated folder
Andreas Pakulat
More...
almost 18 years ago
Export the lexer, semes this is needed on 64bit.
Andreas Pakulat
More...
almost 18 years ago
Trying to fix the problem with std::size_t
Andreas Pakulat
More...
almost 18 years ago
Fix the tests on systems that define size_t to be a unsigned long.
Andreas Pakulat
More...
almost 18 years ago
Stupid svn, more stuff that was not comitted during the merge
Andreas Pakulat
More...
almost 18 years ago
Ooops, these changes belong to the merge.
Andreas Pakulat
More...
almost 18 years ago
don't depend on the parser-typedefs for tokenstream and memory pool.
Andreas Pakulat
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.
Andreas Pakulat
More...
almost 18 years ago
Port to KPluginLoader/KPluginFactory. Most plugins load.
Andreas Pakulat
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.
Piyush Verma
More...
almost 18 years ago
One last reamining Fix for Return statements. i.e "return x.y(o.x, *args)" works now.
Piyush Verma
More...
almost 18 years ago
The Previous Commit is more Logical Now.
Piyush Verma
More...
almost 18 years ago
Parser Reads "print >> xyz " now.
Piyush Verma
More...
almost 18 years ago
Fixed Print statements. print following a LineBreak should work now.
Piyush Verma
More...
almost 18 years ago
Grammar Reads expressions like "x = (a,)"
Piyush Verma
More...
almost 18 years ago
Gramma Reads return "a(*args,**args2)" Now. "x = (a,)" needs be fixed.
Piyush Verma
More...
almost 18 years ago
Fixed a Bug in Grammar. Positional Parametrs work well Now.
Piyush Verma
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.
Piyush Verma
More...
almost 18 years ago
1. Starred Function parameters are read by declaration Builder. 2. Removed a ASSERT that caused a seldom crash.
Piyush Verma
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.
Piyush Verma
More...
almost 18 years ago
Updated the BUGS list.
Piyush Verma
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.
Piyush Verma
More...
almost 18 years ago
Add a small bugs file.
Andreas Pakulat
More...
almost 18 years ago
←
1
2
…
101
102
103
104
105
106
107
108
109
110
111
112
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree