911844b16c6b627f421bc3368de427de3ca9f60c |
|
23-Jul-2014 |
Patrick Benavoli <patrick.benavoli@intel.com> |
Type mismatch corrections (Windows 64 bits) This patch removes the type mismatch warnings revealed by Windows 64 compiler. Wherever necessary, used size_t type for size related data. Change-Id: Ie045ce95940cd83fe8d681168ac9526fc6028d43 Signed-off-by: Patrick Benavoli <patrick.benavoli@intel.com>
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|
bacf0da9d2782bbe3f0256022fb4f367e532bedc |
|
05-Mar-2014 |
Mattijs Korpershoek <mattijs.korpershoek@gmail.com> |
Changed failmessage when entering unkown command New users should be aware of the existence of the "help" command when they try the pfw for their first time
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|
b76c9d6de717a9a1cfd94e7a8eca7ee4a2035cd7 |
|
05-Feb-2014 |
David Wagner <david.wagner@intel.com> |
Change the license to 3-clause BSD Add license header in all source files and Makefiles, Add a "COPYING" file containing the license text. Signed-off-by: David Wagner <david.wagner@intel.com>
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|
2c2b20a1d95a1990d37d8bda7fa85b091d845d41 |
|
06-Sep-2013 |
Kevin Rocard <kevinx.rocard@intel.com> |
Clean useless extern "C" and wrong documentation BZ: 122982 Doxygen documentation was wrongly formated. An extern "C" was useless. Fix it. Change-Id: I1c144af30c692dc124bda90058f8caff1090ae3d Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/130520 Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|
325bf97a49f9d1225a7815de8bd9c16b556d5070 |
|
18-Jul-2013 |
Kevin Rocard <kevinx.rocard@intel.com> |
Wrap lines too longs and add doxygen BZ: 122982 Some lines were not compliant with the coding style. Wrap them and add doxigen. Change-Id: I5271b78b1e879a39914a4405a58d7366148b6972 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/119424 Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|
d7e4844d85db591a2ea235dd1b081c76e2f5cb9d |
|
12-Mar-2013 |
Sebastien Gonzalve <sebastien.gonzalve@intel.com> |
Remove no-non-virtual-dtor flag BZ: 111473 The warning non-virtual-dtor should not be ignored for the whole project, but only in the few cases where it it necessary. Change-Id: I0ede82a30f2cd055b789f7fb56104fb227934e6f Signed-off-by: Sebastien Gonzalve <sebastien.gonzalve@intel.com> Signed-off-by: Guilhem IMBERTON <guilhem.imberton@intel.com> Reviewed-on: http://android.intel.com:8080/110191 Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|
cfb64dd41410d363fe2e24faf6cd33c9e846b401 |
|
24-Oct-2011 |
Patrick Benavoli <patrickx.benavoli@intel.com> |
parameter-framework: Reusable command handlers BZ: 13035 - Added a template class in remote-processor library allowing a resuable way for command handlers to be implemented as C++ function pointers Change-Id: I99fd9ba4e17648fd949c2effdcf1373307e1d1ce Signed-off-by: Patrick Benavoli <patrickx.benavoli@intel.com> Reviewed-on: http://android.intel.com:8080/22326 Reviewed-by: Centelles, Sylvain <sylvain.centelles@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com> Reviewed-on: http://android.intel.com:8080/26779 Reviewed-by: Barthes, FabienX <fabienx.barthes@intel.com>
/external/parameter-framework/remote-processor/RemoteCommandHandlerTemplate.h
|