Component
|
Description
|
mingw-w64 |
This library is used only on Windows |
llvm |
This is the LLVM project libraries that support CLang for C++
parsing |
gtk+-3.0 |
GTK is a library used for graphics display / GUI |
oovCommon |
A library to share common code for all tools |
oovGuiCommon |
A library to share common GUI code for GUI tools |
OovCppParser
|
A command line tool that parses a C++ file and produces an XML
output file.
|
OovJavaParser |
A command line tool that parses a Java file and produces an XML
output file. |
OovBuilder
|
A command line tool that recursively parses a directory to find
C++ files, and runs the Oov CPP parser on each file. Keeps track of
source file modification times so that only modified source files
are parsed. This component calls the OovCppParser component to
extract information from source files.
|
oovaide
|
Top level GUI that runs the OovBuilder to parse source files. Then
it displays the information as class and sequence diagrams. This
component calls the OovBuilder and OovEdit programs.
|
OovEdit
|
A simple C++ or Java editor
|
OovCMaker
|
A command line tool that creates CMake files from a project.
|
OovCovInstr |
A command line tool that generates code test coverage
instrumentation |