aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Cleaned up XML export featurePatrick Benavoli2015-02-182-7/+10
| * | Missing error reporting statement in XML Export featurePatrick Benavoli2015-02-181-1/+2
| * | Adding XML format to Criteria export tuning I/FPatrick Benavoli2015-02-1811-46/+126
| * | Delete subsystem instances *before* plugin unloadPatrick Benavoli2015-02-182-7/+12
| * | Coding style correctionPatrick Benavoli2015-02-182-8/+11
| * | Removed spurious execution mode on source filesPatrick Benavoli2015-02-188-0/+0
| * | Adding a missing const in a get type methodPatrick Benavoli2015-01-292-3/+14
| * | Move element tree initialisation to load functionGuillaume Denneulin2015-01-292-6/+6
| * | Fixing TestPlatform.cpp file coding styleJules Clero2015-01-291-91/+114
| * | Fix test-platform set criterion by Lexical State BugJules Clero2015-01-291-14/+19
* | | Merge pull request #40 from krocard/no_verbose_cxxDavid Wagner2015-02-171-10/+10
|\ \ \
| * | | Low case cmake command in bindings for consistencyKevin Rocard2015-02-161-10/+10
| * | | Remove CXX compiler verbose flag for swig bindingKevin Rocard2015-02-161-1/+1
| * | | Fix cmake set_property in python bindingsKevin Rocard2015-02-161-2/+2
| | |/ | |/|
* | | Merge pull request #48 from krocard/remote-process_completionDavid Wagner2015-02-173-0/+162
|\ \ \ | |/ / |/| |
| * | Introduce remote-process bash completionKevin Rocard2015-02-173-0/+162
|/ /
* | Merge pull request #47 from dawagner/krocard-missing_std_in_skeletonDavid Wagner2015-02-133-4/+10
|\ \
| * | Travis-CI: also build the skeleton pluginDavid Wagner2015-02-131-1/+5
| * | Merge branch 'missing_std_in_skeleton' of https://github.com/krocard/paramete...David Wagner2015-02-132-3/+5
| |\ \ |/ / /
| * | Missing std prefix in skeleton pluginKevin Rocard2015-02-062-3/+5
* | | Merge pull request #45 from krocard/xml_coverage_create_elementDavid Wagner2015-02-131-6/+6
|\ \ \
| * | | Use minidom factory methods in xml coverage generatorKevin Rocard2015-02-101-6/+6
| |/ /
* | | Merge pull request #46 from 01org/travis-officialDavid Wagner2015-02-132-0/+36
|\ \ \ | |/ / |/| |
| * | Add a configuration file for Travis-CIDavid Wagner2015-02-132-0/+36
|/ /
* | Merge pull request #21 from krocard/Fix_error_message_in_case_of_unknown_crit...David Wagner2015-01-291-1/+2
|\ \ | |/ |/|
| * Fix error message in case of unknown criterion valueKevin Rocard2015-01-221-1/+2
* | Merge pull request #38 from dawagner/python-bindingsDavid Wagner2015-01-2925-1238/+2240
|\ \
| * | python bindings: add a READMEDavid Wagner2015-01-281-0/+29
| * | xmlGenerator: update the READMEDavid Wagner2015-01-281-10/+49
| * | domainGenerator.py: disable the remote interfaceDavid Wagner2015-01-281-0/+4
| * | ParameterMgr: add a method to forcefully disable the remote interfaceDavid Wagner2015-01-287-0/+82
| * | domainGenerator.py: pass a logger to the parameter-frameworkDavid Wagner2015-01-281-0/+12
| * | bindings: bind ILogger and setLogger()David Wagner2015-01-284-5/+68
| * | xmlGenerator: new generator using the python bindingsDavid Wagner2015-01-282-0/+326
| * | xmlGenerator: modularize hostConfig.py for easier reuseDavid Wagner2015-01-281-11/+11
| * | xmlGenerator: Refactor PFWScriptGeneratorDavid Wagner2015-01-288-1174/+1190
| * | PFWScriptGenerator: remove incomplete and unused XML output supportDavid Wagner2015-01-281-48/+4
| * | Introduce Python bindingsDavid Wagner2015-01-287-0/+409
| * | 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-2219-336/+721
|\ \ \ | |/ /
| * | New command for importing a single domain from a fileDavid Wagner2015-01-226-16/+193