summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Correct project structure in FormattersKozoriz2016-05-171-1/+1
| | | | | | Header files moved to correct directory CMakeFile`s corrected Headers corrected
* Format all code in projectKozoriz2016-04-261-15/+29
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Correct all dependent from .hpp include directivesKozoriz2016-01-111-1/+1
| | | | | Corrected all include directives in files where was included .hpp files
* Moved, Enabled and partially refactored Unit testsiAndrew52015-10-201-0/+392