summaryrefslogtreecommitdiff
path: root/xmlserializer
AgeCommit message (Expand)Author
2015-04-24Remove unused CXmlElement::setComment methodDavid Wagner
2015-04-24Type mismatch corrections (Windows 64 bits)Patrick Benavoli
2015-02-18Missing error reporting statement in XML Export featurePatrick Benavoli
2015-02-18Adding XML format to Criteria export tuning I/FPatrick Benavoli
2014-11-03Audio: Remove the hack to buid a libxml2 with schemaspafonsoX
2014-10-24Merge pull request #20 from 01org/fix-build-issues-bisDavid Wagner
2014-10-24Android: xmlserializer: Update the path to the unicode includesDavid Wagner
2014-10-24Android.mk: declare intel as module ownerDavid Wagner
2014-09-11Remove using std::XXX from headersSebastien Gonzalve
2014-09-11Remove useless cpp'sSebastien Gonzalve
2014-06-30Add 3-clause BSD license to CMake makefiles.Mattijs Korpershoek
2014-06-30Fix stlport includes in makefilesMattijs Korpershoek
2014-06-25Create specific targets for headers exportMattijs Korpershoek
2014-06-25Fix xmlserializer makefile for schema validationMattijs Korpershoek
2014-06-25Fix KW10 issuesEduardo Mendi
2014-06-25Added possibility to toggle xml validationMattijs Korpershoek
2014-06-25Android.mk hack for compiling libxml with schemas enabledDavid Wagner
2014-02-20CMake: detect the XInclude feature in libxml2David Wagner
2014-02-19xmlserializer/CMake: fail verbosely if libxml2 is not foundDavid Wagner
2014-02-18CMake: add rules for installing headersDavid Wagner
2014-02-18CMake: beautification, fix some commentsDavid Wagner
2014-02-17CMake: add installation instructionDavid Wagner
2014-02-17Add CMake MakefilesDavid Wagner
2014-02-13Remove some useless LOCAL_C_INCLUDES directivesDavid Wagner
2014-02-13Reintroduce hardcoded include pathsDavid Wagner
2014-02-13Change the license to 3-clause BSDDavid Wagner
2014-02-13In structure XML files, implement component library files inclusionGuillaume Denneulin
2014-02-12Modify include handling to comply with new plugins repoGuillaume Denneulin
2014-02-12fix build errorJin Wei
2014-02-12fix the build errorXiaokang Qin
2014-02-12PFW: Update CFLAGS to add Wall, Werror, Wextra everywhereFrédéric Boisnard
2014-02-12parameter-framework: Remove the hardcoding from TOP of treeChetan Rao
2014-02-12[Makefile] Fix useless CFLAGSKevin Rocard
2014-02-12[Makefile] Format variables to lower_snake_caseKevin Rocard
2014-02-12[Makefile] Append "_host" to host modules namesKevin Rocard
2014-02-12PFW: Add setDomainsXML command to import domains from stringGeorges-Henri Baron
2014-02-12Remove no-non-virtual-dtor flagSebastien Gonzalve
2014-02-12Change TARGET_ERROR_FLAGS to LOCAL_CFLAGSKevin Rocard
2014-02-12PFW: Delete useless libstdc++ includesKevin Rocard
2014-02-12[xml serializer] Make xmlserializer lib staticKevin Rocard
2014-02-12[xml serializer] Add support for host buildKevin Rocard
2014-02-12PFW: Fix missing space before := in makefilesKevin Rocard
2014-02-12PFW: Remove useless export date on top of settings XML fileGuillaume Denneulin
2014-02-12PFW: Prevent crash if subsystem structure missingFrédéric Boisnard
2014-02-12PFW: Report error for unknown element in settingsGeorges-Henri Baron
2014-02-12PFW: Add two commands to print xml settings and structureGeorges-Henri Baron
2014-02-12PFW: Remove names from PFW license headerKevin Rocard
2014-02-10PFW: Enum parameter mappingPatrick Benavoli
2014-02-10PFW: Mapping optimizationPatrick Benavoli
2014-02-10parameter-framework: SequencePatrick Benavoli