summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hotfix: Add a README target to fix autoreconf errorHEAD1.3.7try_fix_autoreconfmasterGunnar Andersson2018-10-291-1/+6
| | | | | | | | | | | This is a quick fix to the previous commit. I considered amending it but it has been published. Adding a README target in Makefile.am takes care of the GNU coding standard which requires README (not README.md) to exist - otherwise autoreconf will fail. There are other workarounds, but this is one way. Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
* README: rename to README.md1.3.6Oleksandr Kravchuk2018-09-201-1/+1
| | | | Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
* Makefile: fix gdbus-codegen invocationOleksandr Kravchuk2018-09-201-4/+4
| | | | Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
* Add documentation to NHMJean-Pierre Bogler2015-10-281-0/+0
| | | | | | Upload the component specification to the git repository. Change-Id: I3e21ee39bfecfc5cdaa16492022300e0d575e0db
* Adaptions after GENIVI code review1.3.5Jean-Pierre Bogler2015-03-267-14/+252
| | | | | | | | | | | | | | | | | Improved the code and documentation based on the review comments from Jeremiah Foster, Jürnjakob Harder and Gianpaolo Macario. The follwing adaptions were done: - In the README: - a link to the public wiki is given - improved description of dependencies and build instructions - explained the unit test - Defined the CODE_STYLE - Fixed compiler warning, because of the deprecated "g_type_init" call for glib >= 2.36.0 Change-Id: I7872e85de1f501e895a88ea9971b7e7c366ab7af Signed-off-by: Jean-Pierre Bogler <jean-pierre.bogler@continental-corporation.com>
* Fixed leaks from "g_variant_get_child_value" calls1.3.4Jean-Pierre Bogler2015-03-064-16/+17
| | | | | | | | Fixed memory leaks. The children returned by "g_variant_get_child_value" were not freed. Instead of "g_variant_get_child_value", "g_variant_get_child" now is used at most places in nhm_systemd.c Change-Id: Ic2a0c06ca743b7c7b26c958ed90d56d30a90c839
* NodeHealthMonitor version 1.3.3 for initial OSS release1.3.3Jean-Pierre Bogler2013-10-2947-0/+8709