Skip to content

Commit

Permalink
renamed namespace ipc to dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaefner committed Feb 6, 2016
1 parent 24da526 commit 8b5e75c
Show file tree
Hide file tree
Showing 86 changed files with 261 additions and 9,620 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ include_directories(/usr/include/dbus-1.0)
include_directories(/usr/lib/arm-linux-gnueabihf/dbus-1.0/include)

add_subdirectory(src)
add_subdirectory(examples)
add_subdirectory(tests)
9 changes: 1 addition & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ in the following functional domains:

* generative commandline parser framework
* generative inifile parser framework
* generative service-oriented IPC library introducing a C++ embedded DSL for
* generative DBus wrapper introducing a C++ embedded DSL for
the definition of service interfaces and serializable data structures.


Expand All @@ -29,13 +29,6 @@ Status:
The parser frameworks should do their work. I use it sucessfully in my own
projects.

The IPC library is feature complete and works as far as I already have
written tests for it. There are certainly some problems with resource
cleanup and services shutdown but if you have a project that need IPC
and you just once connect your binaries through the simppl library you
should get a system that is doing well. I plan to spend some time in
resource tracking so one day, it should really become 'production ready'.


CopyLeft:

Expand Down
4 changes: 0 additions & 4 deletions examples/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 8b5e75c

Please sign in to comment.