summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/gccxmlarchitecturerecoverybackend/gccxmlarchitecturerecoverybackendplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move DuSE-MT to a new repositoryHEADmasterSandro S. Andrade2014-10-281-302/+0
| | | | | | | New DuSE-MT location: git@gitorious.org:duse-mt/duse-mt.git Change-Id: I4f3e65542703e39a54d20fa2c418fc61a1dca59c Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Add GCC-XML Backend Plugin, ACDC Plugin and UML Notation PluginLuis Paulo Torres de Oliveira2014-08-241-173/+178
| | | | | Change-Id: Ib562f00477748322c06e9dd0999a988816e6e419 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Create class functions recovery methods for the gcc-xml architecture ↵Luis Paulo Torres de Oliveira2013-12-181-18/+144
| | | | | | | recovery plugin. Change-Id: Iaccfbf4be28714241dd9feffe72a0fd58b04c28d Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Fix wrong use of -z parameter when linking DuSE-MT on MacSandro S. Andrade2013-12-071-2/+8
| | | | | Change-Id: Ic4fb3af1cc16414f65f460a46a94dd4242368ad9 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Add major improvements in DuSE-MT basic workflowSandro S. Andrade2013-11-281-2/+2
| | | | | Change-Id: Ib2da2cd01e98e4e3ed6d51057228e2dae854cb60 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Update metamodel implementation. UML update coming soon ...Sandro S. Andrade2013-11-261-2/+4
| | | | | Change-Id: Ie5c42361c8fdae602134c9bdd8ce19416b2c7f40 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Fix revision issues of gcc-xml architecture recovery backend plugin.Luis Paulo Torres de Oliveira2013-11-261-8/+24
| | | | | Change-Id: Iddb9e6ba56323f12ecb251c0d14e0dff24806195 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Fix revision issues from gccxml architecture recovery backend plugin.Luis Paulo Torres de Oliveira2013-11-201-42/+21
| | | | | Change-Id: I05a0313df2cc6a366ef4b5347d1fe4d169c2658f Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Implement plugin loading based on dependenciesSandro S. Andrade2013-11-151-0/+115
| | | | | | | | | | | | - If plugin A depends on plugin B so A implements interfaces defined in B. - Such dependency should be informed in A's .json file, build includes and linker dependencies are automatically handled by qmake. - In DuSE-MT startup, dependent plugins (e.g. A) are loaded first so that , in B initialization, PluginManager can be queried by using pluginsByType() in order to get all plugins implementing a specific interface. Change-Id: I201f12d2ce6972725f3aa11e9815374cf0948c5d Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
* Fix plugins link dependenciesSandro S. Andrade2013-11-151-0/+53
Change-Id: I5a02aa759fafa88eeb58e6c2d9b5d800a18e8fa4 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>