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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed spurious execution mode on source files
Patrick Benavoli
2015-02-18
8
-0
/
+0
*
Adding a missing const in a get type method
Patrick Benavoli
2015-01-29
2
-3
/
+14
*
Move element tree initialisation to load function
Guillaume Denneulin
2015-01-29
2
-6
/
+6
*
Fixing TestPlatform.cpp file coding style
Jules Clero
2015-01-29
1
-91
/
+114
*
Fix test-platform set criterion by Lexical State Bug
Jules Clero
2015-01-29
1
-14
/
+19
*
Merge pull request #38 from dawagner/python-bindings
David Wagner
2015-01-29
25
-1238
/
+2240
|
\
|
*
python bindings: add a README
David Wagner
2015-01-28
1
-0
/
+29
|
*
xmlGenerator: update the README
David Wagner
2015-01-28
1
-10
/
+49
|
*
domainGenerator.py: disable the remote interface
David Wagner
2015-01-28
1
-0
/
+4
|
*
ParameterMgr: add a method to forcefully disable the remote interface
David Wagner
2015-01-28
7
-0
/
+82
|
*
domainGenerator.py: pass a logger to the parameter-framework
David Wagner
2015-01-28
1
-0
/
+12
|
*
bindings: bind ILogger and setLogger()
David Wagner
2015-01-28
4
-5
/
+68
|
*
xmlGenerator: new generator using the python bindings
David Wagner
2015-01-28
2
-0
/
+326
|
*
xmlGenerator: modularize hostConfig.py for easier reuse
David Wagner
2015-01-28
1
-11
/
+11
|
*
xmlGenerator: Refactor PFWScriptGenerator
David Wagner
2015-01-28
8
-1174
/
+1190
|
*
PFWScriptGenerator: remove incomplete and unused XML output support
David Wagner
2015-01-28
1
-48
/
+4
|
*
Introduce Python bindings
David Wagner
2015-01-28
7
-0
/
+409
|
*
Add {get,set}SchemaFolderLocation() to the public Pfw API
David Wagner
2015-01-28
6
-0
/
+66
|
/
*
Merge pull request #37 from dawagner/full-connector
David Wagner
2015-01-22
10
-282
/
+886
|
\
|
*
New ParamegerMgr "Full" connector
David Wagner
2015-01-22
4
-0
/
+613
|
*
parameter: sort C++ filenames and remove duplicates
David Wagner
2015-01-22
2
-185
/
+112
|
*
Make ParameterMgrLogger template
David Wagner
2015-01-22
6
-29
/
+24
|
*
ParameterMgr: make serializeElement and importDomainFromFile private methods
David Wagner
2015-01-22
1
-27
/
+28
|
*
ParameterMgr: enforce Tuning Mode on write access of parameters
David Wagner
2015-01-22
2
-6
/
+7
|
*
ParameterMgr: remove some dead code
David Wagner
2015-01-22
2
-13
/
+0
|
*
ParameterMgr: fix some return values types
David Wagner
2015-01-22
1
-2
/
+2
|
*
ParameterMgr: Add more tuning methods to the C++ public API
David Wagner
2015-01-22
2
-20
/
+100
*
|
Merge pull request #36 from dawagner/single-domain
David Wagner
2015-01-22
19
-336
/
+721
|
\
\
|
|
/
|
*
New command for importing a single domain from a file
David Wagner
2015-01-22
6
-16
/
+193
|
*
New remote command for exporting a single domain
David Wagner
2015-01-22
3
-23
/
+110
|
*
Pass the SystemClass as deserialization context for Domains
David Wagner
2015-01-22
3
-12
/
+19
|
*
Extract and specialize domain import- and export-specific contexts
David Wagner
2015-01-22
11
-161
/
+242
|
*
Schemas: Split ConfigurableDomain from ConfigurableDomains
David Wagner
2015-01-22
3
-114
/
+130
|
*
Remove const/non-const code duplication in CConfigurableDomains
David Wagner
2015-01-22
1
-11
/
+4
|
*
Allow more flexibility in overriding CElement::toXml
David Wagner
2015-01-22
5
-8
/
+32
*
|
Merge pull request #28 from krocard/ctest_config
David Wagner
2015-01-22
3
-0
/
+43
|
\
\
|
*
|
Integrate fix point parameter test in cmake
Kevin Rocard
2014-12-10
3
-0
/
+43
*
|
|
Merge pull request #30 from krocard/explicit_dependency_on_dl
David Wagner
2015-01-22
1
-1
/
+2
|
\
\
\
|
*
|
|
Link parameter-framework.so with dl
Kevin Rocard
2014-12-05
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #35 from 01org/fix-test-platform-boolean-getters
David Wagner
2015-01-22
1
-2
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
test-platform: fix boolean remote getter commands output
David Wagner
2015-01-02
1
-2
/
+1
|
/
/
*
|
Release v2.3.0
David Wagner
2014-12-12
1
-1
/
+1
|
/
*
Merge pull request #26 from 01org/schemas-readme-fixes
David Wagner
2014-11-26
1
-8
/
+48
|
\
|
*
Schemas/Readme: more details for each type of configuration file
David Wagner
2014-11-25
1
-7
/
+47
|
*
Schemas/Readme: replace 'TuningMode' with 'TuningAllowed'
David Wagner
2014-11-25
1
-2
/
+2
|
/
*
Merge pull request #25 from 01org/fix-fixed-point-test
David Wagner
2014-11-03
2
-708
/
+715
|
\
|
*
fixed-point-tests: strip the '_host' suffix on executables
David Wagner
2014-11-03
1
-2
/
+2
|
*
fixed-point-tests: Run the tests for each possible parameter size
David Wagner
2014-11-03
2
-706
/
+713
*
|
Merge pull request #24 from 01org/fix-android-l-build
David Wagner
2014-11-03
2
-68
/
+2
|
\
\
|
*
|
Audio: Remove the hack to buid a libxml2 with schemas
pafonsoX
2014-11-03
2
-68
/
+2
|
|
/
[next]