compute-runtime/offline_compiler
Kamil Diedrich 8226269bbe Reimplementation of Elf Writer
- remove is_initialize pattern
- add RAII
- replace dynamic arrays with std::vector<char>
- use fixed width integer types
- remove c-style casting
- reducing the number of code checks
- add camelCase style

Change-Id: If24a595f03865c59c86fed29db280de0084b5663
2018-08-07 17:35:39 +02:00
..
utilities Add callstack printing to cloc 2018-07-05 14:40:56 +02:00
CMakeLists.txt Add callstack printing to cloc 2018-07-05 14:40:56 +02:00
helper.cpp Initial commit 2017-12-21 00:45:38 +01:00
main.cpp Add callstack printing to cloc 2018-07-05 14:40:56 +02:00
offline_compiler.cpp Reimplementation of Elf Writer 2018-08-07 17:35:39 +02:00
offline_compiler.h Reimplementation of Elf Writer 2018-08-07 17:35:39 +02:00
options.cpp Initial commit 2017-12-21 00:45:38 +01:00