* Fix autogeneration of header guards and tests
* Updated namespace generation to support nested namespaces
* Update namespace generation for arrays and enums to support C++11
* Made UT of nested namespaces for enum and arrays
* Fix of wrong path changed locally
* #1734: Fix Python formatting
* #1734: Fix Python formatting
---------
Co-authored-by: Simone Morettini <simone.morettini@redwirespaceeurope.com>
* Fixed bugs found while compiling for baremetal.
* line number in which assert occurs has changed due to the addition of the operator=. Updating the expected line numbers to match where the asserts are now.
* addressing pr comments.
* updated line numbers in unit test to match what is auto generated.
* fixed comment
* Added support for default attributes in discrete enum declaration in XML
* Added tests and fixed header file include in hpp file
* Added enum fixes to cpp template, changed default documentation, and tested XmlEnumParser.py
* Added enum fixes to cpp template, changed default documentation, and tested XmlEnumParser.py
* Added test for uninitialized value for not-set default values
* Added nothing
* Removed changes from gitignore
* Added default value tests for enum
* Added minor changes to improve readability of enum default value initialization
* Merged changes from upstream f prime
* Resolved Enum XML merge conflict
* Resolved Enum XML merge conflict
* Added change to enum default value test
* Removed unneeded files