index
:
external_parameter-framework.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parameter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PFW core] Add support for host build
Kevin Rocard
2014-02-12
1
-19
/
+59
*
PFW: Fix missing space before := in makefiles
Kevin Rocard
2014-02-12
1
-5
/
+5
*
Wrap command table lines
Kevin Rocard
2014-02-12
1
-57
/
+133
*
Add an optional csv flag to the listCriteria command
Kevin Rocard
2014-02-12
1
-3
/
+15
*
PFW: avoid warning in SubsystemObject
Andrei V. FOMITCHEV
2014-02-12
1
-3
/
+4
*
Reduce parameter-framework log on start
Kevin Rocard
2014-02-12
2
-5
/
+1
*
PFW: Fix the useless subsystem resync on PFW load
Kevin Rocard
2014-02-12
3
-2
/
+29
*
PFW: [Klockwork issue] Fix const operator=
Kevin Rocard
2014-02-12
2
-2
/
+2
*
PFW: Coding style violation correction
Kevin Rocard
2014-02-12
3
-11
/
+32
*
PFW: Parameter bloc can handle any mapping depth
Kevin Rocard
2014-02-12
3
-52
/
+99
*
[PFW] Fix display error when using getConfigurationParameter with BooleanPara...
Frédéric Boisnard
2014-02-12
1
-3
/
+3
*
[PFW] Fix issue when setting a parameter of a configuration not applicable
Frédéric Boisnard
2014-02-12
3
-14
/
+35
*
[PFW] Access Configurations directly
Frédéric Boisnard
2014-02-12
10
-11
/
+257
*
[PFW] Take into account base offset when accessing value of parameters
Frédéric Boisnard
2014-02-12
8
-34
/
+37
*
Exposes API to dump inclusive criteria
Francois Gaffie
2014-02-12
2
-1
/
+2
*
PFW: Correct truncated criterion log
Kevin Rocard
2014-02-12
3
-4
/
+16
*
Add a getter for belonging subsystem in subsystem objects
Guillaume Denneulin
2014-02-12
2
-0
/
+9
*
PFW: Back synchronisation no longer fails
Kevin Rocard
2014-02-12
6
-14
/
+7
*
PFW: Revert "PFW: Add log on criterion creation"
Kevin Rocard
2014-02-12
1
-6
/
+0
*
PFW: Log criterion state at PFW start
Kevin Rocard
2014-02-12
8
-33
/
+76
*
PFW: Add resync mechanism if a subsystem needs resync
Guillaume Denneulin
2014-02-12
13
-50
/
+136
*
PFW: Do not stop on hard sync errors
Kevin Rocard
2014-02-12
30
-160
/
+205
*
PFW: Improve login in PFW core and amixer plugin
Kevin Rocard
2014-02-12
4
-44
/
+56
*
PFW: Add log on criterion creation
Kevin Rocard
2014-02-12
1
-0
/
+6
*
PFW: Prevent crash if subsystem structure missing
Frédéric Boisnard
2014-02-12
1
-0
/
+5
*
PFW: Do not check data sign when access blackboard
Frédéric Boisnard
2014-02-12
1
-24
/
+0
*
Allow 64bits bitParameterBlocks
Guillaume Denneulin
2014-02-12
7
-32
/
+42
*
PFW: Show pending configurations in status command
Frédéric Boisnard
2014-02-12
4
-6
/
+44
*
PFW: Display warning messages to help user
Frédéric Boisnard
2014-02-12
7
-3
/
+62
*
PFW: Add two commands to print xml settings and structure
Georges-Henri Baron
2014-02-12
23
-52
/
+276
*
PFW: Check if value provided is exactly an integer
Frédéric Boisnard
2014-02-12
2
-21
/
+42
*
PFW: Verification of Enum size compatibility
Frédéric Boisnard
2014-02-12
2
-9
/
+50
*
PFW: Mapping values are not truncated after ':'
Kevin Rocard
2014-02-12
1
-3
/
+19
*
PFW: KlocWork Severe issues fix on Parameter Framework
JhinX Lee
2014-02-12
10
-0
/
+25
*
PFW: Remove names from PFW license header
Kevin Rocard
2014-02-12
170
-1190
/
+170
*
PFW: Fixed bug on BitParameterTypes
Frédéric Boisnard
2014-02-12
14
-33
/
+178
*
PFW: overflow not detected for int parameters
Frederic Boisnard
2014-02-12
8
-89
/
+199
*
PFW: Add a command to delete all domains
Kevin Rocard
2014-02-12
4
-0
/
+33
*
PFW: Fix precision error on FixedPointParameters
Frédéric Boisnard
2014-02-12
1
-1
/
+3
*
PFW: Fixed ParameterMgr destructor
Frederic Boisnard
2014-02-12
1
-0
/
+1
*
gcc4.6: Fix incompatible type casts for 4.6 toolchain.
Pavel Chupin
2014-02-12
1
-3
/
+3
*
PFW: Fixed bug on fixed point parameter types
Frederic Boisnard
2014-02-12
1
-1
/
+6
*
PFW: Allow multiple amend in mapping field
Patrick Benavoli
2014-02-12
1
-2
/
+8
*
PFW: Add getConfigurableElement() to CSubsystemObject
Frederic Boisnard
2014-02-12
2
-0
/
+8
*
HAL code to be used on tablet -> enforce null pointer protection
Francois Gaffie
2014-02-12
2
-0
/
+9
*
Handle amend of mapping values at PFW level
Guillaume Denneulin
2014-02-12
2
-0
/
+40
*
PFW: Enhance subsytem libraries load mechanism
Guillaume Denneulin
2014-02-10
9
-70
/
+249
*
PFW: Fixed bug when entering empty rule
Frederic Boisnard
2014-02-10
1
-2
/
+14
*
PFW: Enum parameter mapping
Patrick Benavoli
2014-02-10
7
-52
/
+188
*
PFW: Rule handling from CLI
Patrick Benavoli
2014-02-10
16
-129
/
+852
[next]