platform/upstream/neardal.git
10 years agoMinor cleanup.
Oleg Zhurakivskyy [Thu, 24 Jul 2014 12:12:39 +0000 (15:12 +0300)]
Minor cleanup.

10 years agoAdd AC_CONFIG_SRCDIR.
Oleg Zhurakivskyy [Thu, 24 Jul 2014 12:12:38 +0000 (15:12 +0300)]
Add AC_CONFIG_SRCDIR.

10 years agoSkip redundant adapter's data search.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:51 +0000 (15:34 +0300)]
Skip redundant adapter's data search.

10 years agoGet tag's properties.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:50 +0000 (15:34 +0300)]
Get tag's properties.

10 years agoProcess tag found/lost interface signals.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:49 +0000 (15:34 +0300)]
Process tag found/lost interface signals.

10 years agoAdd datalist for various path objects.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:48 +0000 (15:34 +0300)]
Add datalist for various path objects.

neardalMgr.dbus_objs will be merged with this approach.

10 years agoChange tag callbacks visibility to global.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:47 +0000 (15:34 +0300)]
Change tag callbacks visibility to global.

10 years agoAdd interface added/removed callbacks.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:46 +0000 (15:34 +0300)]
Add interface added/removed callbacks.

10 years agoEnable C99 mode if supported.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:45 +0000 (15:34 +0300)]
Enable C99 mode if supported.

This can be disabled with "--disable-c99".

10 years agoEnable -Wpedantic if supported.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:44 +0000 (15:34 +0300)]
Enable -Wpedantic if supported.

This can be disabled with --disable-pedantic.

10 years agoFix C99 function to pointer conversion warning.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:43 +0000 (15:34 +0300)]
Fix C99 function to pointer conversion warning.

10 years agoFix C99 function to pointer conversion warning.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:42 +0000 (15:34 +0300)]
Fix C99 function to pointer conversion warning.

Let's use this method until glib's g_signal_handlers_disconnect*()
compliance with C99 is fixed.

10 years agoFix a few cast warnings.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:41 +0000 (15:34 +0300)]
Fix a few cast warnings.

10 years agoFix "rest arguments to be used" C99 warning.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:40 +0000 (15:34 +0300)]
Fix "rest arguments to be used" C99 warning.

10 years agoFix "rest arguments to be used" C99 warning.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:39 +0000 (15:34 +0300)]
Fix "rest arguments to be used" C99 warning.

10 years agoFix non-comformant forward declaration.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:38 +0000 (15:34 +0300)]
Fix non-comformant forward declaration.

10 years agoFix missing types and prototypes.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:37 +0000 (15:34 +0300)]
Fix missing types and prototypes.

Also check for getline() and fileno().

10 years agoDon't use CFLAGS for debug/trace defines.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:36 +0000 (15:34 +0300)]
Don't use CFLAGS for debug/trace defines.

10 years agoSimplify trace logic.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:35 +0000 (15:34 +0300)]
Simplify trace logic.

10 years agoSimplify debug logic.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:34 +0000 (15:34 +0300)]
Simplify debug logic.

10 years agoFix compiler optimization logic.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:33 +0000 (15:34 +0300)]
Fix compiler optimization logic.

10 years agoDon't overwrite CFLAGS.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:32 +0000 (15:34 +0300)]
Don't overwrite CFLAGS.

10 years agoDon't build documentation by default.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:31 +0000 (15:34 +0300)]
Don't build documentation by default.

10 years agoAdd check for sed.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:30 +0000 (15:34 +0300)]
Add check for sed.

10 years agoDon't payload dependencies onto CFLAGS/LIBS.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:29 +0000 (15:34 +0300)]
Don't payload dependencies onto CFLAGS/LIBS.

10 years agoRemove unneded AC_SUBSTs.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:28 +0000 (15:34 +0300)]
Remove unneded AC_SUBSTs.

10 years agoAbandon incorrect usage of AM_CPPFLAGS.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:27 +0000 (15:34 +0300)]
Abandon incorrect usage of AM_CPPFLAGS.

10 years agoMinor fix.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:26 +0000 (15:34 +0300)]
Minor fix.

10 years agoFix file stream leak.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:25 +0000 (15:34 +0300)]
Fix file stream leak.

10 years agoRemove unused includes.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:24 +0000 (15:34 +0300)]
Remove unused includes.

10 years agoRemove unused/obsolete macros.
Oleg Zhurakivskyy [Thu, 10 Jul 2014 12:34:23 +0000 (15:34 +0300)]
Remove unused/obsolete macros.

10 years agoRemove unused adapter's signals and methods.
Oleg Zhurakivskyy [Thu, 19 Jun 2014 07:53:49 +0000 (10:53 +0300)]
Remove unused adapter's signals and methods.

These are handled by org.freedesktop.DBus.Properties.

10 years agoFollow "Powered" property.
Oleg Zhurakivskyy [Thu, 19 Jun 2014 07:51:06 +0000 (10:51 +0300)]
Follow "Powered" property.

10 years agoFollow adapter's properties.
Oleg Zhurakivskyy [Thu, 19 Jun 2014 07:48:20 +0000 (10:48 +0300)]
Follow adapter's properties.

10 years agoSet adapter's property.
Oleg Zhurakivskyy [Tue, 17 Jun 2014 11:26:43 +0000 (14:26 +0300)]
Set adapter's property.

10 years agoAdd adapter's properties proxy.
Oleg Zhurakivskyy [Tue, 17 Jun 2014 11:07:55 +0000 (14:07 +0300)]
Add adapter's properties proxy.

10 years agoAdd org.freedesktop.DBus.Properties interface.
Oleg Zhurakivskyy [Mon, 16 Jun 2014 11:36:03 +0000 (14:36 +0300)]
Add org.freedesktop.DBus.Properties interface.

10 years agoGet adapter's properties.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 08:02:34 +0000 (11:02 +0300)]
Get adapter's properties.

10 years agoParse adapters.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 07:52:13 +0000 (10:52 +0300)]
Parse adapters.

10 years agoGet adapters with GetManagedObjects method.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 07:48:50 +0000 (10:48 +0300)]
Get adapters with GetManagedObjects method.

10 years agoDelete objects variant.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 07:08:26 +0000 (10:08 +0300)]
Delete objects variant.

10 years agoCreate and delete ObjectManager proxy.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 07:06:17 +0000 (10:06 +0300)]
Create and delete ObjectManager proxy.

10 years agoAdd ObjectManager proxy and objects variant.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 06:50:17 +0000 (09:50 +0300)]
Add ObjectManager proxy and objects variant.

10 years agoAdd ObjectManager proxy.
Oleg Zhurakivskyy [Mon, 9 Jun 2014 06:44:35 +0000 (09:44 +0300)]
Add ObjectManager proxy.

10 years agoCompile generated sources first.
Oleg Zhurakivskyy [Fri, 23 May 2014 06:51:09 +0000 (09:51 +0300)]
Compile generated sources first.

10 years agoUse AM_CPPFLAGS.
Oleg Zhurakivskyy [Wed, 21 May 2014 11:43:42 +0000 (14:43 +0300)]
Use AM_CPPFLAGS.

Let's use AM_CPPFLAGS and allow custom CFLAGS at runtime.
So doing "make CFLAGS=..." doesn't loose dependencies.

10 years agoMinor printf format fixes.
Oleg Zhurakivskyy [Wed, 21 May 2014 11:40:29 +0000 (14:40 +0300)]
Minor printf format fixes.

10 years agoAvoid uninitialized use of freeFunc in some conditions.
Oleg Zhurakivskyy [Wed, 21 May 2014 11:39:53 +0000 (14:39 +0300)]
Avoid uninitialized use of freeFunc in some conditions.

10 years agoFix pointer casting.
Oleg Zhurakivskyy [Wed, 21 May 2014 09:39:50 +0000 (12:39 +0300)]
Fix pointer casting.

10 years agoFix improper use of printf style format arguments.
Oleg Zhurakivskyy [Wed, 21 May 2014 09:37:58 +0000 (12:37 +0300)]
Fix improper use of printf style format arguments.

10 years agoFix pointer casting.
Oleg Zhurakivskyy [Wed, 21 May 2014 09:35:38 +0000 (12:35 +0300)]
Fix pointer casting.

10 years agoFix cast warnings.
Oleg Zhurakivskyy [Wed, 21 May 2014 08:19:17 +0000 (11:19 +0300)]
Fix cast warnings.

10 years agoFix cast warnings.
Oleg Zhurakivskyy [Wed, 21 May 2014 08:18:13 +0000 (11:18 +0300)]
Fix cast warnings.

10 years agoRemove deprecated g_type_init().
Oleg Zhurakivskyy [Wed, 21 May 2014 07:41:08 +0000 (10:41 +0300)]
Remove deprecated g_type_init().

10 years agoPass -Wno-unused-parameter to generated sources.
Oleg Zhurakivskyy [Wed, 21 May 2014 07:32:42 +0000 (10:32 +0300)]
Pass -Wno-unused-parameter to generated sources.

10 years agoMakefile cleanup.
Oleg Zhurakivskyy [Tue, 20 May 2014 08:44:14 +0000 (11:44 +0300)]
Makefile cleanup.

10 years agoRelax AC_INIT restrictions.
Oleg Zhurakivskyy [Mon, 19 May 2014 11:22:39 +0000 (14:22 +0300)]
Relax AC_INIT restrictions.

10 years agoMinor autoconf/automake fixes.
Oleg Zhurakivskyy [Fri, 9 May 2014 11:37:39 +0000 (14:37 +0300)]
Minor autoconf/automake fixes.

10 years agoAdd AC_CONFIG_AUX_DIR.
Oleg Zhurakivskyy [Tue, 6 May 2014 08:13:57 +0000 (11:13 +0300)]
Add AC_CONFIG_AUX_DIR.

11 years agoAUTHORS: Mention Dmytro's contributions
Frederic PAUT [Thu, 14 Mar 2013 14:46:16 +0000 (15:46 +0100)]
AUTHORS: Mention Dmytro's contributions

11 years agoFix 'AM_PROG_AR' autogen.sh error
Dmytro Bagrii [Thu, 14 Mar 2013 14:44:40 +0000 (15:44 +0100)]
Fix 'AM_PROG_AR' autogen.sh error
There is an error while running autogen.sh in some distributions (e.g.
Archlinux, automake 1.13.1).

11 years agoFix warning
Frederic PAUT [Thu, 14 Mar 2013 14:44:19 +0000 (15:44 +0100)]
Fix warning

11 years agocarrier : missing free of 'carrier' option
Frederic PAUT [Wed, 13 Mar 2013 09:39:19 +0000 (10:39 +0100)]
carrier : missing free of 'carrier' option

11 years agoMerge branch 'carrier' of https://github.com/connectivity/neardal into carrier
Frederic PAUT [Thu, 28 Feb 2013 11:11:27 +0000 (12:11 +0100)]
Merge branch 'carrier' of https://github.com/connectivity/neardal into carrier

11 years agoAdded 'carrier' field to neardal_record
alexei-tchervinsky [Wed, 27 Feb 2013 16:06:44 +0000 (17:06 +0100)]
Added 'carrier' field to neardal_record

11 years agoFix coding convention
Frederic PAUT [Thu, 28 Feb 2013 11:09:35 +0000 (12:09 +0100)]
Fix coding convention

11 years agoAUTHORS: Mention Alexei's contributions
Frederic PAUT [Wed, 27 Feb 2013 16:08:15 +0000 (17:08 +0100)]
AUTHORS: Mention Alexei's contributions

11 years agoFix coding convention
Frederic PAUT [Thu, 28 Feb 2013 09:28:34 +0000 (10:28 +0100)]
Fix coding convention

11 years agoFix coding convention
Frederic PAUT [Thu, 28 Feb 2013 09:28:34 +0000 (10:28 +0100)]
Fix coding convention

11 years agoAUTHORS: Mention Alexei's contributions
Frederic PAUT [Wed, 27 Feb 2013 16:08:15 +0000 (17:08 +0100)]
AUTHORS: Mention Alexei's contributions

11 years agoAdded 'carrier' field to neardal_record
alexei-tchervinsky [Wed, 27 Feb 2013 16:06:44 +0000 (17:06 +0100)]
Added 'carrier' field to neardal_record

11 years agoMerge pull request #1 from alexei-tchervinsky/patch-1
PAUT Frederic [Wed, 27 Feb 2013 15:35:10 +0000 (07:35 -0800)]
Merge pull request #1 from alexei-tchervinsky/patch-1

Update lib/neardal.h

11 years agoUpdate lib/neardal.h
alexei-tchervinsky [Wed, 27 Feb 2013 15:10:39 +0000 (19:10 +0400)]
Update lib/neardal.h

Added 'carrier' field to neardal_record

11 years agoRelease 0.8 agent: adding 'Release' callback
Frederic PAUT [Tue, 18 Dec 2012 14:21:56 +0000 (15:21 +0100)]
Release 0.8 agent: adding 'Release' callback

11 years agoAgent: abstraction finished (handover and NDEF)
Frederic PAUT [Mon, 17 Dec 2012 16:01:10 +0000 (17:01 +0100)]
Agent: abstraction finished (handover and NDEF)

11 years agosupport for neard radio mode
Ravi kumar Veeramally [Tue, 11 Dec 2012 15:02:11 +0000 (16:02 +0100)]
support for neard radio mode

11 years agog_assert() replaced with NEARDAL_ASSERT().
Frederic PAUT [Wed, 5 Dec 2012 15:54:07 +0000 (16:54 +0100)]
g_assert() replaced with NEARDAL_ASSERT().
less restrictive and avoid application aborting

11 years agoAUTHORS: Mention Ravi's contributions
Frederic PAUT [Wed, 5 Dec 2012 15:36:05 +0000 (16:36 +0100)]
AUTHORS: Mention Ravi's contributions

11 years agoFix coding style and some comments
Frederic PAUT [Wed, 5 Dec 2012 15:34:58 +0000 (16:34 +0100)]
Fix coding style and some comments

11 years agoReorganize neardal context (neardal callbacks extracted)
Frederic PAUT [Wed, 5 Dec 2012 14:39:31 +0000 (15:39 +0100)]
Reorganize neardal context (neardal callbacks extracted)

11 years agoNeard NDEF Agent abstraction
Frederic PAUT [Wed, 5 Dec 2012 13:59:57 +0000 (14:59 +0100)]
Neard NDEF Agent abstraction

12 years agoAdding NFC device abstraction
Frederic PAUT [Wed, 17 Oct 2012 15:28:37 +0000 (17:28 +0200)]
Adding NFC device abstraction

12 years agoremove debugging traces at compilation time (enable with configure)
Frederic PAUT [Tue, 16 Oct 2012 14:53:38 +0000 (16:53 +0200)]
remove debugging traces at compilation time (enable with configure)

12 years agoMerge 'mobile' branch
Frederic PAUT [Tue, 16 Oct 2012 14:44:03 +0000 (16:44 +0200)]
Merge 'mobile' branch

12 years agoRemoving some traces, bug fix
Frederic PAUT [Tue, 31 Jul 2012 15:13:13 +0000 (17:13 +0200)]
Removing some traces, bug fix

12 years agoAdding 3 APIs to release adapter/tag or record properties. neardal_free_xxx
Frederic PAUT [Mon, 30 Jul 2012 14:20:25 +0000 (16:20 +0200)]
Adding 3 APIs to release adapter/tag or record properties. neardal_free_xxx
The properties could be used until the corresponding API is called

12 years agoBug fix in command line parsing
Frederic PAUT [Thu, 26 Jul 2012 13:41:12 +0000 (15:41 +0200)]
Bug fix in command line parsing

12 years agoUpdate for Neard 0.4 (introduce new start_poll as initiator/target or both)
Frederic PAUT [Thu, 19 Jul 2012 13:08:08 +0000 (15:08 +0200)]
Update for Neard 0.4 (introduce new start_poll as initiator/target or both)

12 years agostarting code factoring to improve merging facility (with 'master' branch)
Frederic PAUT [Thu, 5 Jul 2012 14:10:43 +0000 (16:10 +0200)]
starting code factoring to improve merging facility (with 'master' branch)

12 years agoRenaming Target -> Tag
Frederic PAUT [Thu, 21 Jun 2012 14:31:03 +0000 (16:31 +0200)]
Renaming Target -> Tag

12 years agoUpdating 'write()' method, updating .gitignore
Frederic PAUT [Tue, 19 Jun 2012 13:04:55 +0000 (15:04 +0200)]
Updating 'write()' method, updating .gitignore

12 years agoUpdate spec file for packaging
Frederic PAUT [Thu, 26 Apr 2012 12:41:02 +0000 (14:41 +0200)]
Update spec file for packaging

12 years agoForgotten one rename (org.neard.Target.xml)
Frederic PAUT [Thu, 26 Apr 2012 12:20:06 +0000 (14:20 +0200)]
Forgotten one rename (org.neard.Target.xml)

12 years agoRemove unused includes, renaming target -> tag, updating Neard interfaces (xml files)
Frederic PAUT [Thu, 26 Apr 2012 12:04:39 +0000 (14:04 +0200)]
Remove unused includes, renaming target -> tag, updating Neard interfaces (xml files)

12 years agoAdd files for rpm packaging
Frederic PAUT [Wed, 25 Apr 2012 09:18:24 +0000 (11:18 +0200)]
Add files for rpm packaging

12 years agoFix Makefile for package generation
Frederic PAUT [Thu, 19 Apr 2012 10:14:55 +0000 (12:14 +0200)]
Fix Makefile for package generation

12 years agoMerge branch 'dev'
Frederic PAUT [Wed, 21 Mar 2012 09:42:56 +0000 (10:42 +0100)]
Merge branch 'dev'

12 years agoRemove unused #includes
Frederic PAUT [Mon, 19 Mar 2012 14:09:21 +0000 (15:09 +0100)]
Remove unused #includes

12 years ago.gitignore updated
Frederic PAUT [Wed, 7 Mar 2012 14:19:49 +0000 (15:19 +0100)]
.gitignore updated

12 years agoremove unused #include
Frederic PAUT [Wed, 7 Mar 2012 14:13:59 +0000 (15:13 +0100)]
remove unused #include