summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49 from pafonso/iminleg_rebaseDavid Wagner2015-02-1837-202/+498
|\
| * Fix SystemClass duplicate 'Name' attribute in xml exportDavid Wagner2015-02-182-12/+0
| * Add libremote-processor as dependencyPhilippe Afonso2015-02-181-0/+2
| * Create output host library directory if neededPhilippe Afonso2015-02-181-0/+1
| * Create a Logarithm Adaptation parameter typePiotr Diop2015-02-188-7/+187
| * [Workaround][xmlGenerator] Increase retry on EADDRINUSEKevin Rocard2015-02-181-1/+1
| * Remove remote process socket connection timeoutKevin Rocard2015-02-182-6/+0
| * 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