Google Summer of Code

Andreas Pakulat apaku at gmx.de
Wed Apr 6 10:31:22 UTC 2011


On 06.04.11 04:27:52, spencerandrewjackson wrote:
> Hi, I will be a rising sophomore this summer, am applying for Google
> Summer of Code, and have written up some patches on the reviewboard.
> I'm in a university project team, and wound up using some C++0x. I
> noticed KDevelop's weaknesses for the new standard, so, while it's a
> little out of my comfort zone, I'd be interested in improving C++0x
> support. I've started reading
> http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction#In-Depth_information,
> and working on a proposal, which I should have it done by
> tomorrow/later today, barring classes. Are there any other areas of
> work which might be as or more valuable for the project? I'm not
> adverse to other ideas, and would like to maybe submit more than one
> proposal. Thanks.

KDevelop does not use that parser-generator. KDevelop's C++ parser code is
nowadays mostly hand-crafted (it was originally generated, but its beeing
manually worked on since various years now). So you'll have to dive into
that C++ code and its anything but easy as far as I know, you'll have to
have good knowledge about how parsers work, how the KDevelop language
infrastructure works and Qt/KDE in general as well.

Andreas





More information about the KDevelop-devel mailing list