CELIX-412: Some more refactoring for update Celix CMake function names
17 files changed
tree: 89b278af858af3c655404278eae6647622f8d29b
  1. cmake/
  2. config_admin/
  3. dependency_manager/
  4. dependency_manager_cxx/
  5. deployment_admin/
  6. device_access/
  7. dfi/
  8. doap/
  9. documents/
  10. etcdlib/
  11. event_admin/
  12. examples/
  13. framework/
  14. launcher/
  15. log_service/
  16. log_writer/
  17. pubsub/
  18. remote_services/
  19. remote_shell/
  20. shell/
  21. shell_bonjour/
  22. shell_tui/
  23. utils/
  24. .gitignore
  25. .travis.yml
  26. BUILDING
  27. CHANGES.md
  28. CMakeLists.txt
  29. Dockerfile.Android
  30. Doxyfile.in
  31. KEYS
  32. LICENSE
  33. MiniZip64_info.txt
  34. NOTICE
  35. rat-excludes.txt
  36. README.md
  37. RELEASE_NOTES
README.md

Apache Celix Build Status Coverage Status Coverity Scan Build Status

Apache Celix is an implementation of the OSGi specification adapted to C and C++ (C++11). It is a provides a framework to develop (dynamic) modular software applications using component and/or service-oriented programming.

Building

For information how to build Apache Celix see Building Apache Celix

Introduction to Apache Celix

For an introduction into Apache Celix see Apache Celix Intro

Getting Started with Apache Celix

For a guide how to start writing your own bundles and services see Getting Started Guide