Revision 691120

Go back to digest for 29th July 2007

Other in Development Tools

Andreas Pakulat committed changes in /trunk/KDE/kdevelop/buildtools/managers/qmake:

Move the experiment branch back into trunk as that parser is far easier to work with. Sometimes its better to keep it simple :)Fix the tests to compile with the new AST. Next step is fixing the tests to work again and improving them as there's now much more things that can be tested.

File Changes

Added 2 files
  • /trunk/KDE/kdevelop/buildtools/managers/qmake/parser
  •   /buildastvisitor.cpp
  •   /buildastvisitor.h
Modified 33 files
  • /trunk/KDE/kdevelop/buildtools/managers/qmake
  •   /CMakeLists.txt
  •   /qmakeprojectscope.cpp
  •   /parser/main.cpp
  •   /parser/qmake.g
  •   /parser/qmakeast.cpp
  •   /parser/qmakeast.h
  •   /parser/qmakeastassignment.cpp
  •   /parser/qmakeastbody.cpp
  •   /parser/qmakeastfunc.cpp
  •   /parser/qmakeastor.cpp
  •   /parser/qmakeastproject.cpp
  •   /parser/qmakeastscope.cpp
  •   /parser/qmakeastsimple.cpp
  •   /parser/qmakedebugvisitor.cpp
  •   /parser/qmakedebugvisitor.h
  •   /parser/qmakedriver.cpp
  •   /parser/qmakedriver.h
  •   /parser/qmakelexer.cpp
  •   /parser/qmakelexer.h
  •   /tests/assignmenttest.cpp
  •   /tests/functionscopetest.cpp
  •   /tests/parsetest.cpp
  •   /tests/parsetest.h
  •   /tests/scopetest.cpp
  •   /tests/testhelpers.cpp
  •   /tests/testhelpers.h
  •   /parser/generated/qmake_ast.h
  •   /parser/generated/qmake_default_visitor.cpp
  •   /parser/generated/qmake_default_visitor.h
  •   /parser/generated/qmake_parser.cpp
  •   /parser/generated/qmake_parser.h
  •   /parser/generated/qmake_visitor.cpp
  •   /parser/generated/qmake_visitor.h
35 files changed in total