@conference {GBS16, title = {Enforcing Techniques and Transformation of {C/C++} Source Code to Heterogeneous Hardware}, booktitle = {Proceedings of the 16th IEEE International Conference on Scalable Computing and Communication (ScalCom 2016)}, year = {2016}, month = {jul}, pages = {1173{\textendash}1180}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Toulouse, France}, abstract = {Besides well-known CPU based architectures, the so-called accelerators (GPU, DSP, FPGA) are about to gain ground in everyday programming, computing tasks. However, programming such computation units is quite different from traditional programming for CPUs, and special skills are required from the developers. In this paper we present techniques, tooling support for the developers in the first step of re-engineering for parallelism in heterogeneous parallel platforms, namely to assure that the code to be offloaded to an accelerator conforms to its specific requirements by identifying the possible violations in the source code, and also by providing automatic code transformations for their elimination.}, keywords = {C/C++, Cevelop, code transformation, Eclipse CDT, heterogeneous hardware, REPARA, Static Analysis}, doi = {10.1109/UIC-ATC-ScalCom-CBDCom-IoP-SmartWorld.2016.0180}, url = {http://ieeexplore.ieee.org/document/7816976/}, author = {Gyimesi, G{\'a}bor and D{\'e}nes B{\'a}n and Istv{\'a}n Siket and Rudolf Ferenc and Brugnoni, Silvano and Corbat, Thomas and Sommerlad, Peter and Suter, Toni} } @conference {TNF13, title = {Using Version Control History to Follow the Changes of Source Code Elements}, booktitle = {Proceedings of the 17th European Conference on Software Maintenance and Reengineering (CSMR 2013)}, year = {2013}, month = {mar}, pages = {319{\textendash}322}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Genova, Italy}, abstract = {Version control systems store the whole history of the source code. Since the source code of a system is organized into files and folders, the history tells us the concerned files and their changed lines only but software engineers are also interested in which source code elements (e.g. classes or methods) are affected by a change. Unfortunately, in most programming languages source code elements do not follow the file system hierarchy, which means that a file can contain more classes and methods and a class can be stored in more files, which makes it difficult to determine the changes of classes by using the changes of files. To solve this problem we developed an algorithm, which is able to follow the changes of the source code elements by using the changes of files and we successfully applied it on the Web Kit open source system.}, keywords = {Repository Mining, Static Analysis, Version Control System}, doi = {10.1109/CSMR.2013.40}, url = {http://ieeexplore.ieee.org/document/6498479/}, author = {T{\'o}th, Zolt{\'a}n and Nov{\'a}k, G{\'a}bor and Rudolf Ferenc and Istv{\'a}n Siket} }