OVMS3-idf/components/cxx
Angus Gratton 4f1a856dbf cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS
* Philosophical: "explicit is better than implicit".
* Practical: Allows useful errors if invalid directories given in components as the defaults aren't
  always used. Also trims the -I path from a number of components that have no actual include
  directory.
* Simplifies knowing which components will be header-only and which won't
2018-04-30 09:59:20 +10:00
..
test unit tests: make static init guard test single core compatible 2018-01-23 07:56:13 +00:00
CMakeLists.txt cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS 2018-04-30 09:59:20 +10:00
component.mk cxx: Add KConfig option for C++ exceptions, disable by default 2017-10-17 15:29:25 +08:00
cxx_exception_stubs.cpp cxx_exceptions: Add missing stubs for cxx exceptions with exceptions 2017-11-21 12:41:49 +05:30
cxx_guards.cpp cxx: implement static initialization guards 2017-01-06 16:07:33 +08:00