summaryrefslogtreecommitdiffstats
path: root/parameter
Commit message (Expand)AuthorAgeFilesLines
* Add {get,set}SchemaFolderLocation() to the public Pfw APIDavid Wagner2015-01-286-0/+66
* Merge pull request #37 from dawagner/full-connectorDavid Wagner2015-01-2210-282/+886
|\
| * New ParamegerMgr "Full" connectorDavid Wagner2015-01-224-0/+613
| * parameter: sort C++ filenames and remove duplicatesDavid Wagner2015-01-222-185/+112
| * Make ParameterMgrLogger templateDavid Wagner2015-01-226-29/+24
| * ParameterMgr: make serializeElement and importDomainFromFile private methodsDavid Wagner2015-01-221-27/+28
| * ParameterMgr: enforce Tuning Mode on write access of parametersDavid Wagner2015-01-222-6/+7
| * ParameterMgr: remove some dead codeDavid Wagner2015-01-222-13/+0
| * ParameterMgr: fix some return values typesDavid Wagner2015-01-221-2/+2
| * ParameterMgr: Add more tuning methods to the C++ public APIDavid Wagner2015-01-222-20/+100
* | Merge pull request #36 from dawagner/single-domainDavid Wagner2015-01-2216-222/+591
|\ \ | |/
| * New command for importing a single domain from a fileDavid Wagner2015-01-226-16/+193
| * New remote command for exporting a single domainDavid Wagner2015-01-223-23/+110
| * Pass the SystemClass as deserialization context for DomainsDavid Wagner2015-01-223-12/+19
| * Extract and specialize domain import- and export-specific contextsDavid Wagner2015-01-2211-161/+242
| * Remove const/non-const code duplication in CConfigurableDomainsDavid Wagner2015-01-221-11/+4
| * Allow more flexibility in overriding CElement::toXmlDavid Wagner2015-01-225-8/+32
* | Merge pull request #30 from krocard/explicit_dependency_on_dlDavid Wagner2015-01-221-1/+2
|\ \ | |/ |/|
| * Link parameter-framework.so with dlKevin Rocard2014-12-051-1/+2
* | Release v2.3.0David Wagner2014-12-121-1/+1
|/
* Merge pull request #24 from 01org/fix-android-l-buildDavid Wagner2014-11-031-1/+1
|\
| * Audio: Remove the hack to buid a libxml2 with schemaspafonsoX2014-11-031-1/+1
* | Clarify the "Non accessible element" errorDavid Wagner2014-10-311-1/+1
|/
* Merge pull request #17 from Makohoek/static_analysis_fixDavid Wagner2014-10-241-2/+2
|\
| * Fix a use-after-free issueDavid Wagner2014-10-021-2/+2
* | Merge pull request #15 from krocard/Remove_non_ascii_charDavid Wagner2014-10-241-11/+11
|\ \
| * | Remove non ASCII char in tree representationKevin Rocard2014-10-021-11/+11
| |/
* | Merge pull request #20 from 01org/fix-build-issues-bisDavid Wagner2014-10-241-2/+6
|\ \
| * | Android: Don't build libparameter with ClangDavid Wagner2014-10-241-0/+2
| * | Android.mk: declare intel as module ownerDavid Wagner2014-10-241-0/+4
| * | Fix multi-arch build issueQiming Shi2014-10-241-2/+0
| |/
* | Merge pull request #13 from 01org/OznOg-bisDavid Wagner2014-10-24163-1201/+1005
|\ \
| * | Remove using std::XXX from headersSebastien Gonzalve2014-09-11149-799/+949
| * | Remove useless cpp'sSebastien Gonzalve2014-09-1121-408/+62
| |/
* | Allow the plugin libraries to have empty path for locationLouis Le Gall2014-10-011-3/+5
|/
* More README filesDavid Wagner2014-09-101-0/+4
* Add 3-clause BSD license to CMake makefiles.Mattijs Korpershoek2014-06-301-0/+28
* Fix stlport includes in makefilesMattijs Korpershoek2014-06-301-5/+3
* Align the CMakeFiles with the recent code changesDavid Wagner2014-06-251-0/+2
* Fix bug when using setConfigurationParameter commandFrédéric Boisnard2014-06-251-0/+9
* FixedPointParameter: Rename conversion functionsMattijs Korpershoek2014-06-252-18/+34
* Fix fixed-point parameter range checkMattijs Korpershoek2014-06-251-7/+1
* FixedPointParameter: Removed precision notionDavid Wagner2014-06-251-23/+3
* Fix Fixed Point convert issue.Francois Gaffie2014-06-252-55/+147
* Correct FixedPointParameter display precisionDavid Wagner2014-06-251-3/+24
* FixedPointParameterType: fix potential compilation issueDavid Wagner2014-06-251-22/+9
* Fix KW10 issuesEduardo Mendi2014-06-253-6/+18
* Test-platform enable/disable xml validationMattijs Korpershoek2014-06-258-25/+172
* Add explicit API to append parameter path to error logFrancois Gaffie2014-06-245-24/+27
* Restore autosync of string parameterFrancois Gaffie2014-06-247-43/+67