Skip to content

Commit

Permalink
Moved around a couple of files. Mention pkgbuild in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 11, 2018
1 parent 99218a7 commit 5372354
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set_target_properties(module PROPERTIES
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wl,--no-undefined -Wshadow -Wtype-limits -Wstrict-overflow -fno-strict-aliasing -Wformat -Wformat-security")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -D_GNU_SOURCE -fvisibility=hidden")

configure_file(libmodule.pc.in libmodule.pc @ONLY)
configure_file(Extra/libmodule.pc.in libmodule.pc @ONLY)

target_include_directories(module PRIVATE Lib/)

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ If you wish to install, then you only need:
Libmodule will install a pkg-config file too. Use this to link libmodule in your projects, or use "-lmodule" flag.
Please note that in order to test examples, there is no need to install the library.

For Archlinux users, a PKGBUILD can be found in [Extra/Arch](https://github.com/FedeDP/libmodule/tree/master/Extra/Arch) folder.

## What is a module, anyway?

Unsurprisingly, module is the core concept of libmodule architecture.
Expand Down
7 changes: 1 addition & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
- [ ] destroy children of modules at module deregister
- [ ] bind children to parent states (ie: parent paused -> children paused; parent resumed -> children resumed...)

## Generic
## Test it

- [x] avoid assert() and better errors handling

## Document it

- [x] write DOC (readthedocs?)
- [ ] write some tests (cmocka?)

0 comments on commit 5372354

Please sign in to comment.