Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android-log: Link against liblog | Tobias Brunner | 2017-05-26 | 1 | -0/+1 |
| | |||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+5 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | android-log: Use plugin features | Tobias Brunner | 2013-06-11 | 1 | -2/+12 |
| | |||||
* | Moved Android specific logger to separate plugin. | Tobias Brunner | 2012-08-08 | 5 | -0/+295 |
This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries). |