0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove kdevelop-pg symlink, will be replaced with a svn:externals in a second More... about 19 years ago
replace pointless and broken externals More... about 19 years ago
don't copy kdev-pg* files use svn:externals instead More... about 19 years ago
Adapt to new kdev-pg runtime More... about 19 years ago
Update buildsystem similar to python one. Also update generated files More... about 19 years ago
Byebye kde4_automoc More... about 19 years ago
Also install the shared libs as the plugins link to them. More... about 19 years ago
Seems I had overlooked a few things due to a non-clean builddir. More... about 19 years ago
Adapt to the latest change in kdevelop-pg and provide char* tokenText(std::size_t begin) functions in the ruby and python parsers. More... about 19 years ago
First parser to use the new FindKDevelop-PG cmake module, however this needs least a -DKDEVPG_DATA_DIR=<kdevelop-pg-installdir>/share and -DKDEVPG_DIR=<kdevelop-pg-installdir> when running cmake and if kdevelop-pg is installed in a different dir than the language plugin. More... about 19 years ago
Add a basic testsuite that try to parse a simple Hello World(which works) and a nice testsuite from Ruby source code that test most of the languages features (which doesn't parse correctly). More... about 19 years ago
Fix compilation of Ruby plugin. More... about 19 years ago
Make the language parts compile by commenting out nearly all of their functionality, like adymo did in the C++ part. To be revived when the new language framework is in place. More... over 19 years ago
The same include fixes that the other java and csharp language parts needed when they switched to a more folder independent build. More... over 19 years ago
Build fixes for Flex generation, and an update from a 2.5.31 generated lexer to a 2.5.33 generated one. More... over 19 years ago
The Big Unification Commit for the kdev-pg based parsers, respectively their CMakeFiles. Uses optional dependencies on kdev-pg, kdev-cmg and flex, and falls back to copying from SVN when one of those is not available. More... over 19 years ago
SVN_SILENT made messages (.desktop file) More... over 19 years ago
As decided by KDevelop team, "Koncrete" namespace is renamed to "KDevelop". More... over 19 years ago
merge the kinstance-redesign branch back to trunk. More... over 19 years ago
all compiles (ported to KComponentData), but how am I supposed to test it? More... over 19 years ago
Make the part build again More... over 19 years ago
Have to commit unfinished unless modifier support for ruby More... over 19 years ago
Namespace the KDevelop Platform classes. Say "hello!" to Koncrete. More... over 19 years ago
SVN_SILENT made messages (.desktop file) More... over 19 years ago
More consistency for the CMake configure message. More... over 19 years ago
Now kde doesn't use .la file More... almost 20 years ago
undo my mess up of the ruby parser. More... almost 20 years ago
compile More... almost 20 years ago
Use cmake macro More... almost 20 years ago
More ruby parser improvements: - recognize comments - recognize scoped names (ala Foo::Bar ) as proper module names - recognize ruby symbols - recognize if/unless/while/until statement modifiers - two consecutive method calls without parens are no longer parsed as one statement More... almost 20 years ago