rcl/rcl_lifecycle
Esteve Fernandez 0f2519944a Explicitly set C11 and C++14 via the CMake variables (#141)
* Explicitly set C99 and C++14 via the CMake variables

* Enable passing CMAKE_C_STANDARD and CMAKE_CXX_STANDARD externally

* Use add_compile_options

* Be more specific about the compiler, independent from the OS

* Check compiler, not OS. Use add_compile_options instead of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS

* add_compile_options() takes a list, not a string

* switch to c11 because of redefinition warnings

avoid typedef redifinition warning on macos

remove todo, compiler come from redefinition of typedef
2017-06-16 13:23:59 -07:00
..
include/rcl_lifecycle Warn unused (#139) 2017-05-25 19:52:25 -07:00
src Warn unused (#139) 2017-05-25 19:52:25 -07:00
test Warn unused (#139) 2017-05-25 19:52:25 -07:00
CMakeLists.txt Explicitly set C11 and C++14 via the CMake variables (#141) 2017-06-16 13:23:59 -07:00
package.xml rename {c_}utilities to rcutils (#130) 2017-04-20 11:15:03 -07:00