0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
don't copy kdev-pg* files use svn:externals instead More... over 18 years ago
Adapt to new kdev-pg runtime More... over 18 years ago
Update buildsystem similar to python one. Also update generated files More... over 18 years ago
Byebye kde4_automoc More... over 18 years ago
Also install the shared libs as the plugins link to them. More... over 18 years ago
Seems I had overlooked a few things due to a non-clean builddir. More... over 18 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... over 18 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... over 18 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... over 18 years ago
Fix compilation of Ruby plugin. More... over 18 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... almost 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... almost 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... almost 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... almost 19 years ago
SVN_SILENT made messages (.desktop file) More... almost 19 years ago
As decided by KDevelop team, "Koncrete" namespace is renamed to "KDevelop". More... almost 19 years ago
merge the kinstance-redesign branch back to trunk. More... almost 19 years ago
all compiles (ported to KComponentData), but how am I supposed to test it? More... almost 19 years ago
Make the part build again More... about 19 years ago
Have to commit unfinished unless modifier support for ruby More... about 19 years ago
Namespace the KDevelop Platform classes. Say "hello!" to Koncrete. More... about 19 years ago
SVN_SILENT made messages (.desktop file) More... about 19 years ago
More consistency for the CMake configure message. More... about 19 years ago
Now kde doesn't use .la file More... about 19 years ago
undo my mess up of the ruby parser. More... about 19 years ago
compile More... about 19 years ago
Use cmake macro More... about 19 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... over 19 years ago
We can parse method calls without parens. Following statements are legal: puts(1) puts 1 This does lead to 14 more conflicts in the grammar. Some conflicts are already solved with a predicate. More... over 19 years ago
Apply Alex patch (now we can use enable-final argument some module compiles with enable-final now) As discussed with Alex it's not necessary to have program name into automoc macro More... over 19 years ago