orocos-toolchain / utilrb

A small set of useful Ruby classes and extensions
Other
2 stars 13 forks source link

Refactor PkgConfig #30

Closed doudou closed 8 years ago

doudou commented 8 years ago

Apart from two minor changes, this suite of commits is mainly about removing the cache in Utilrb::PkgConfig, and giving more flexibility when loading the pkg-config information.

The goal is here is to give a choice. In e.g. orogen, one needs to resolve all the cflags and friends. In orocos.rb/Syskit, we're only interested in getting the variables, which is much MUCH simpler to load.

Also closes #29