Add ALX parser
commit4564846d7625356665fc47fa23e7000fd2028875
authorNicolas VIVIEN <nicolas@vivien.fr>
Sat, 30 Oct 2010 17:11:25 +0000 (30 19:11 +0200)
committerNicolas VIVIEN <nicolas@vivien.fr>
Wed, 8 Dec 2010 19:05:44 +0000 (8 20:05 +0100)
tree6171644ce315ade793dd3c91390b9cfb85763d21
parentcd9d241061d67ad8575245c64c6f30db9007a1ad
Add ALX parser

A new API allows to parse a sigle ALX file with OS informations or not.
It allows to parse several ALX files about BlackBerry OS.

Add a new tool balxparse to test the API and dump the result for a
human.

This API uses the XML++ 2.6 library to read XML file. If you haven't the
XML++ library installed, barry will build without the ALX feature.
20 files changed:
AUTHORS
ChangeLog
configure.ac
libbarryalx-0.pc.in [new file with mode: 0644]
src/Makefile.am
src/a_alxparser.cc [new file with mode: 0644]
src/a_alxparser.h [new file with mode: 0644]
src/a_application.cc [new file with mode: 0644]
src/a_application.h [new file with mode: 0644]
src/a_codsection.cc [new file with mode: 0644]
src/a_codsection.h [new file with mode: 0644]
src/a_common.h [new file with mode: 0644]
src/a_library.cc [new file with mode: 0644]
src/a_library.h [new file with mode: 0644]
src/a_osloader.cc [new file with mode: 0644]
src/a_osloader.h [new file with mode: 0644]
src/xmlparser.cc [new file with mode: 0644]
src/xmlparser.h [new file with mode: 0644]
tools/Makefile.am
tools/balxparse.cc [new file with mode: 0644]