summaryrefslogtreecommitdiffstats
path: root/parameter
Commit message (Expand)AuthorAgeFilesLines
* [Makefile] Format variables to lower_snake_caseKevin Rocard2014-02-121-26/+26
* [Makefile] Append "_host" to host modules namesKevin Rocard2014-02-121-4/+4
* Update the PFW version due to api changeKevin Rocard2014-02-121-1/+1
* Mark the getDomainsXML command as deprecatedKevin Rocard2014-02-121-1/+5
* PFW: Add setDomainsXML command to import domains from stringGeorges-Henri Baron2014-02-122-82/+196
* Remove no-non-virtual-dtor flagSebastien Gonzalve2014-02-1210-3/+23
* [Parameter] Move public header to include dirKevin Rocard2014-02-125-4/+5
* Change TARGET_ERROR_FLAGS to LOCAL_CFLAGSKevin Rocard2014-02-121-3/+3
* PFW: Delete useless libstdc++ includesKevin Rocard2014-02-121-1/+0
* [xml serializer] Make xmlserializer lib staticKevin Rocard2014-02-121-2/+2
* [PFW core] Add support for host buildKevin Rocard2014-02-121-19/+59
* PFW: Fix missing space before := in makefilesKevin Rocard2014-02-121-5/+5
* Wrap command table linesKevin Rocard2014-02-121-57/+133
* Add an optional csv flag to the listCriteria commandKevin Rocard2014-02-121-3/+15
* PFW: avoid warning in SubsystemObjectAndrei V. FOMITCHEV2014-02-121-3/+4
* Reduce parameter-framework log on startKevin Rocard2014-02-122-5/+1
* PFW: Fix the useless subsystem resync on PFW loadKevin Rocard2014-02-123-2/+29
* PFW: [Klockwork issue] Fix const operator=Kevin Rocard2014-02-122-2/+2
* PFW: Coding style violation correctionKevin Rocard2014-02-123-11/+32
* PFW: Parameter bloc can handle any mapping depthKevin Rocard2014-02-123-52/+99
* [PFW] Fix display error when using getConfigurationParameter with BooleanPara...Frédéric Boisnard2014-02-121-3/+3
* [PFW] Fix issue when setting a parameter of a configuration not applicableFrédéric Boisnard2014-02-123-14/+35
* [PFW] Access Configurations directlyFrédéric Boisnard2014-02-1210-11/+257
* [PFW] Take into account base offset when accessing value of parametersFrédéric Boisnard2014-02-128-34/+37
* Exposes API to dump inclusive criteriaFrancois Gaffie2014-02-122-1/+2
* PFW: Correct truncated criterion logKevin Rocard2014-02-123-4/+16
* Add a getter for belonging subsystem in subsystem objectsGuillaume Denneulin2014-02-122-0/+9
* PFW: Back synchronisation no longer failsKevin Rocard2014-02-126-14/+7
* PFW: Revert "PFW: Add log on criterion creation"Kevin Rocard2014-02-121-6/+0
* PFW: Log criterion state at PFW startKevin Rocard2014-02-128-33/+76
* PFW: Add resync mechanism if a subsystem needs resyncGuillaume Denneulin2014-02-1213-50/+136
* PFW: Do not stop on hard sync errorsKevin Rocard2014-02-1230-160/+205
* PFW: Improve login in PFW core and amixer pluginKevin Rocard2014-02-124-44/+56
* PFW: Add log on criterion creationKevin Rocard2014-02-121-0/+6
* PFW: Prevent crash if subsystem structure missingFrédéric Boisnard2014-02-121-0/+5
* PFW: Do not check data sign when access blackboardFrédéric Boisnard2014-02-121-24/+0
* Allow 64bits bitParameterBlocksGuillaume Denneulin2014-02-127-32/+42
* PFW: Show pending configurations in status commandFrédéric Boisnard2014-02-124-6/+44
* PFW: Display warning messages to help userFrédéric Boisnard2014-02-127-3/+62
* PFW: Add two commands to print xml settings and structureGeorges-Henri Baron2014-02-1223-52/+276
* PFW: Check if value provided is exactly an integerFrédéric Boisnard2014-02-122-21/+42
* PFW: Verification of Enum size compatibilityFrédéric Boisnard2014-02-122-9/+50
* PFW: Mapping values are not truncated after ':'Kevin Rocard2014-02-121-3/+19
* PFW: KlocWork Severe issues fix on Parameter FrameworkJhinX Lee2014-02-1210-0/+25
* PFW: Remove names from PFW license headerKevin Rocard2014-02-12170-1190/+170
* PFW: Fixed bug on BitParameterTypesFrédéric Boisnard2014-02-1214-33/+178
* PFW: overflow not detected for int parametersFrederic Boisnard2014-02-128-89/+199
* PFW: Add a command to delete all domainsKevin Rocard2014-02-124-0/+33
* PFW: Fix precision error on FixedPointParametersFrédéric Boisnard2014-02-121-1/+3
* PFW: Fixed ParameterMgr destructorFrederic Boisnard2014-02-121-0/+1