* show analysed nodes as bundles in graph * ellide node names longer than 50 chars * sort nodes alphabetic in these bundles * show stats of analysis in code * error are displayed as well in overview * added keywords overview and error * project description can be set in .coatiproject file * description can include links to symbols using [symbol] syntax * updated documentation * increased toc nesting in documentation
296 lines
9.0 KiB
CMake
296 lines
9.0 KiB
CMake
|
|
add_files(
|
|
LIB_FILES
|
|
|
|
component/controller/helper/ActivationTranslator.cpp
|
|
component/controller/helper/ActivationTranslator.h
|
|
component/controller/helper/BucketGrid.cpp
|
|
component/controller/helper/BucketGrid.h
|
|
component/controller/helper/DummyEdge.h
|
|
component/controller/helper/DummyNode.h
|
|
component/controller/helper/GraphLayouter.cpp
|
|
component/controller/helper/GraphLayouter.h
|
|
component/controller/helper/GraphPostprocessor.cpp
|
|
component/controller/helper/GraphPostprocessor.h
|
|
component/controller/helper/NetworkProtocolHelper.cpp
|
|
component/controller/helper/NetworkProtocolHelper.h
|
|
component/controller/helper/SnippetMerger.cpp
|
|
component/controller/helper/SnippetMerger.h
|
|
|
|
component/controller/CodeController.cpp
|
|
component/controller/CodeController.h
|
|
component/controller/Controller.cpp
|
|
component/controller/Controller.h
|
|
component/controller/FeatureController.cpp
|
|
component/controller/FeatureController.h
|
|
component/controller/GraphController.cpp
|
|
component/controller/GraphController.h
|
|
|
|
component/controller/IDECommunicationController.cpp
|
|
component/controller/IDECommunicationController.h
|
|
component/controller/NetworkFactory.cpp
|
|
component/controller/NetworkFactory.h
|
|
component/controller/RefreshController.cpp
|
|
component/controller/RefreshController.h
|
|
component/controller/SearchController.cpp
|
|
component/controller/SearchController.h
|
|
component/controller/StatusBarController.cpp
|
|
component/controller/StatusBarController.h
|
|
component/controller/UndoRedoController.cpp
|
|
component/controller/UndoRedoController.h
|
|
|
|
component/view/CodeView.cpp
|
|
component/view/CodeView.h
|
|
component/view/CompositeView.cpp
|
|
component/view/CompositeView.h
|
|
component/view/GraphView.cpp
|
|
component/view/GraphView.h
|
|
component/view/GraphViewStyle.cpp
|
|
component/view/GraphViewStyle.h
|
|
component/view/GraphViewStyleImpl.h
|
|
component/view/MainView.cpp
|
|
component/view/MainView.h
|
|
component/view/RefreshView.cpp
|
|
component/view/RefreshView.h
|
|
component/view/SearchView.cpp
|
|
component/view/SearchView.h
|
|
component/view/StatusBarView.cpp
|
|
component/view/StatusBarView.h
|
|
component/view/UndoRedoView.cpp
|
|
component/view/UndoRedoView.h
|
|
component/view/View.cpp
|
|
component/view/View.h
|
|
component/view/ViewFactory.cpp
|
|
component/view/ViewFactory.h
|
|
component/view/ViewLayout.cpp
|
|
component/view/ViewLayout.h
|
|
component/view/ViewWidgetWrapper.cpp
|
|
component/view/ViewWidgetWrapper.h
|
|
|
|
component/Component.cpp
|
|
component/Component.h
|
|
component/ComponentFactory.cpp
|
|
component/ComponentFactory.h
|
|
component/ComponentManager.cpp
|
|
component/ComponentManager.h
|
|
|
|
data/access/StorageAccess.cpp
|
|
data/access/StorageAccess.h
|
|
data/access/StorageAccessProxy.cpp
|
|
data/access/StorageAccessProxy.h
|
|
|
|
data/graph/token_component/TokenComponent.cpp
|
|
data/graph/token_component/TokenComponent.h
|
|
data/graph/token_component/TokenComponentAbstraction.cpp
|
|
data/graph/token_component/TokenComponentAbstraction.h
|
|
data/graph/token_component/TokenComponentAccess.cpp
|
|
data/graph/token_component/TokenComponentAccess.h
|
|
data/graph/token_component/TokenComponentAggregation.cpp
|
|
data/graph/token_component/TokenComponentAggregation.h
|
|
data/graph/token_component/TokenComponentConst.cpp
|
|
data/graph/token_component/TokenComponentConst.h
|
|
data/graph/token_component/TokenComponentFilePath.cpp
|
|
data/graph/token_component/TokenComponentFilePath.h
|
|
data/graph/token_component/TokenComponentSignature.cpp
|
|
data/graph/token_component/TokenComponentSignature.h
|
|
data/graph/token_component/TokenComponentStatic.cpp
|
|
data/graph/token_component/TokenComponentStatic.h
|
|
|
|
data/graph/Edge.cpp
|
|
data/graph/Edge.h
|
|
data/graph/Graph.cpp
|
|
data/graph/Graph.h
|
|
data/graph/Node.cpp
|
|
data/graph/Node.h
|
|
data/graph/Token.cpp
|
|
data/graph/Token.h
|
|
|
|
data/location/TokenLocation.cpp
|
|
data/location/TokenLocation.h
|
|
data/location/TokenLocationCollection.cpp
|
|
data/location/TokenLocationCollection.h
|
|
data/location/TokenLocationFile.cpp
|
|
data/location/TokenLocationFile.h
|
|
data/location/TokenLocationLine.cpp
|
|
data/location/TokenLocationLine.h
|
|
|
|
data/name/NameElement.cpp
|
|
data/name/NameElement.h
|
|
data/name/NameHierarchy.cpp
|
|
data/name/NameHierarchy.h
|
|
|
|
data/parser/cxx/TaskParseCxx.h
|
|
|
|
data/parser/ParseFunction.cpp
|
|
data/parser/ParseFunction.h
|
|
data/parser/ParseLocation.cpp
|
|
data/parser/ParseLocation.h
|
|
data/parser/Parser.cpp
|
|
data/parser/Parser.h
|
|
data/parser/ParserClient.cpp
|
|
data/parser/ParserClient.h
|
|
data/parser/ParseTypeUsage.cpp
|
|
data/parser/ParseTypeUsage.h
|
|
data/parser/ParseVariable.cpp
|
|
data/parser/ParseVariable.h
|
|
|
|
data/search/SearchIndex.cpp
|
|
data/search/SearchIndex.h
|
|
data/search/SearchNode.cpp
|
|
data/search/SearchNode.h
|
|
data/search/SearchMatch.cpp
|
|
data/search/SearchMatch.h
|
|
data/search/SearchResult.cpp
|
|
data/search/SearchResult.h
|
|
|
|
data/type/ArrayModifiedDataType.cpp
|
|
data/type/ArrayModifiedDataType.h
|
|
data/type/DataType.cpp
|
|
data/type/DataType.h
|
|
data/type/ModifiedDataType.cpp
|
|
data/type/ModifiedDataType.h
|
|
data/type/NamedDataType.cpp
|
|
data/type/NamedDataType.h
|
|
data/type/PointerModifiedDataType.cpp
|
|
data/type/PointerModifiedDataType.h
|
|
data/type/ReferenceModifiedDataType.cpp
|
|
data/type/ReferenceModifiedDataType.h
|
|
|
|
data/HierarchyCache.cpp
|
|
data/HierarchyCache.h
|
|
data/SqliteStorage.cpp
|
|
data/SqliteStorage.h
|
|
data/Storage.cpp
|
|
data/Storage.h
|
|
data/StorageCache.cpp
|
|
data/StorageCache.h
|
|
data/StorageTypes.h
|
|
data/StorageStats.h
|
|
data/TaskCleanStorage.cpp
|
|
data/TaskCleanStorage.h
|
|
|
|
settings/ApplicationSettings.cpp
|
|
settings/ApplicationSettings.h
|
|
settings/ColorScheme.cpp
|
|
settings/ColorScheme.h
|
|
settings/ProjectSettings.cpp
|
|
settings/ProjectSettings.h
|
|
settings/Settings.cpp
|
|
settings/Settings.h
|
|
|
|
utility/file/FileInfo.cpp
|
|
utility/file/FileInfo.h
|
|
utility/file/FileManager.cpp
|
|
utility/file/FileManager.h
|
|
utility/file/FilePath.cpp
|
|
utility/file/FilePath.h
|
|
utility/file/FileRegister.cpp
|
|
utility/file/FileRegister.h
|
|
utility/file/FileSystem.cpp
|
|
utility/file/FileSystem.h
|
|
|
|
utility/logging/ConsoleLogger.cpp
|
|
utility/logging/ConsoleLogger.h
|
|
utility/logging/FileLogger.cpp
|
|
utility/logging/FileLogger.h
|
|
utility/logging/Logger.cpp
|
|
utility/logging/Logger.h
|
|
utility/logging/logging.h
|
|
utility/logging/LogManager.cpp
|
|
utility/logging/LogManager.h
|
|
utility/logging/LogManagerImplementation.cpp
|
|
utility/logging/LogManagerImplementation.h
|
|
utility/logging/LogMessage.h
|
|
utility/logging/PlainFileLogger.cpp
|
|
utility/logging/PlainFileLogger.h
|
|
|
|
utility/math/Color.h
|
|
utility/math/MatrixBase.h
|
|
utility/math/MatrixDynamicBase.h
|
|
utility/math/Vector2.h
|
|
utility/math/Vector4.h
|
|
utility/math/VectorBase.h
|
|
|
|
utility/messaging/type/MessageActivateAll.h
|
|
utility/messaging/type/MessageActivateEdge.h
|
|
utility/messaging/type/MessageActivateFile.h
|
|
utility/messaging/type/MessageActivateNodes.h
|
|
utility/messaging/type/MessageActivateTokenLocations.h
|
|
utility/messaging/type/MessageActivateTokenIds.h
|
|
utility/messaging/type/MessageActivateTokens.h
|
|
utility/messaging/type/MessageActivateWindow.h
|
|
utility/messaging/type/MessageAutoRefreshChanged.h
|
|
utility/messaging/type/MessageDeactivateEdge.h
|
|
utility/messaging/type/MessageFind.h
|
|
utility/messaging/type/MessageFinishedParsing.h
|
|
utility/messaging/type/MessageFlushUpdates.h
|
|
utility/messaging/type/MessageFocusIn.h
|
|
utility/messaging/type/MessageFocusOut.h
|
|
utility/messaging/type/MessageGraphNodeBundleSplit.h
|
|
utility/messaging/type/MessageGraphNodeExpand.h
|
|
utility/messaging/type/MessageGraphNodeMove.h
|
|
utility/messaging/type/MessageInterruptTasks.h
|
|
utility/messaging/type/MessageLoadProject.h
|
|
utility/messaging/type/MessageMoveIDECursor.h
|
|
utility/messaging/type/MessageRedo.h
|
|
utility/messaging/type/MessageRefresh.h
|
|
utility/messaging/type/MessageResetZoom.h
|
|
utility/messaging/type/MessageSaveProject.h
|
|
utility/messaging/type/MessageSearch.h
|
|
utility/messaging/type/MessageSearchAutocomplete.h
|
|
utility/messaging/type/MessageShowErrors.h
|
|
utility/messaging/type/MessageShowFile.h
|
|
utility/messaging/type/MessageShowScope.h
|
|
utility/messaging/type/MessageShowSnippets.h
|
|
utility/messaging/type/MessageStatus.h
|
|
utility/messaging/type/MessageSwitchColorScheme.h
|
|
utility/messaging/type/MessageUndo.h
|
|
utility/messaging/type/MessageWindowFocus.h
|
|
utility/messaging/type/MessageZoom.h
|
|
|
|
utility/messaging/Message.h
|
|
utility/messaging/MessageBase.h
|
|
utility/messaging/MessageListener.h
|
|
utility/messaging/MessageListenerBase.cpp
|
|
utility/messaging/MessageListenerBase.h
|
|
utility/messaging/MessageQueue.cpp
|
|
utility/messaging/MessageQueue.h
|
|
|
|
utility/scheduling/LambdaTask.cpp
|
|
utility/scheduling/LambdaTask.h
|
|
utility/scheduling/SimpleTask.cpp
|
|
utility/scheduling/SimpleTask.h
|
|
utility/scheduling/Task.cpp
|
|
utility/scheduling/Task.h
|
|
utility/scheduling/TaskGroup.cpp
|
|
utility/scheduling/TaskGroup.h
|
|
utility/scheduling/TaskGroupSequential.cpp
|
|
utility/scheduling/TaskGroupSequential.h
|
|
utility/scheduling/TaskScheduler.cpp
|
|
utility/scheduling/TaskScheduler.h
|
|
|
|
utility/text/Dictionary.cpp
|
|
utility/text/Dictionary.h
|
|
utility/text/TextAccess.cpp
|
|
utility/text/TextAccess.h
|
|
|
|
utility/ConfigManager.cpp
|
|
utility/ConfigManager.h
|
|
utility/Property.h
|
|
utility/TimePoint.cpp
|
|
utility/TimePoint.h
|
|
utility/types.h
|
|
utility/utility.cpp
|
|
utility/utility.h
|
|
utility/utilityString.cpp
|
|
utility/utilityString.h
|
|
utility/Version.cpp
|
|
utility/Version.h
|
|
|
|
Application.cpp
|
|
Application.h
|
|
isTrial.h
|
|
Project.cpp
|
|
Project.h
|
|
)
|