aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed point tests: return 1 in case of failureDavid Wagner2015-04-241-3/+15
* python bindings: install modules to the dist-packages directoryDavid Wagner2015-04-241-2/+14
* cmake/python bindings: reorganize include_directories() instructionsDavid Wagner2015-04-241-4/+2
* cmake/python bindings: remove duplicated PythonLibs inclusionDavid Wagner2015-04-241-6/+1
* C pfw bindingsKevin Rocard2015-04-246-0/+1143
* Android/xmlGenerator: Fix domainGenerator.py's dependenciesDavid Wagner2015-04-241-1/+1
* domainGenerator.py: more flexible argumentsDavid Wagner2015-04-241-2/+3
* travis: set the installation prefix to /usrDavid Wagner2015-04-241-3/+3
* Fail build if test are enabled but can not be builtKevin Rocard2015-04-241-5/+3
* Modularise build using cmake optionsKevin Rocard2015-04-243-3/+16
* Use ctest for testingKevin Rocard2015-04-243-6/+21
* Reformat .travis.yml test commandsKevin Rocard2015-04-241-4/+8
* Print test output if the test failsKevin Rocard2015-04-241-1/+1
* Install a recent gcc, gcov, cmake and ctest versionKevin Rocard2015-04-241-2/+10
* Remove dead getRoot member function from elementJules Clero2015-04-242-20/+0
* Handle config path without slashKevin Rocard2015-04-241-5/+7
* [remote-processor] Remove useless newKevin Rocard2015-04-241-4/+1
* android/python bindings: force gcc and 32bits compilationDavid Wagner2015-04-232-0/+74
* Merge pull request #51 from cc6565/fix-pipe-issueDavid Wagner2015-02-191-0/+1
|\
| * Output parameter within getNumericalValue not initializedFrancois Gaffie2015-02-191-0/+1
|/
* Merge pull request #50 from dawagner/make_parametermgr_init_privateDavid Wagner2015-02-192-2/+4
|\
| * Make CParameterMgr::init privateFrederic Boisnard2015-02-182-2/+4
|/
* Merge pull request #43 from dawagner/fix-systemclass-toxmlDavid Wagner2015-02-182-6/+0
|\
| * SystemClass: remove useless overridden init() methodDavid Wagner2015-02-182-6/+0
|/
* Merge pull request #41 from krocard/fix_string+num_concatDavid Wagner2015-02-181-1/+1
|\
| * Fix pointer arithmetic instead of concatKevin Rocard2015-02-161-1/+1
* | 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
|\ \