gxml:gxml-0-4

Last commit made on 2015-03-09
Get this branch:
git clone -b gxml-0-4 https://git.launchpad.net/gxml

Branch merges

Branch information

Name:
gxml-0-4
Repository:
lp:gxml

Recent commits

b116ee0... by esodan

Namespace handling improvements

df60016... by esodan

Removed abstract keyword on Node

* No API/ABI changes are allowed on 0.4 branch

e620040... by esodan

Added unit test for Serializable.string_to_gvalue for double

* Added tests for undefined values in float and double values

3e69860... by esodan

Added unit tests for Serializable.string_to_gvalue()

c8980a8... by esodan

BackedNode.set_namespace bug fix. Serializable from string fixes.

* BackedNode Checks for namespaces on parent node
* Reimplemented Serializable.string_to_gvalue to use more
  reliable double.parse()
* Added unit tests for Serializable.string_to_gvalue for integers

c753def... by esodan

Fixed bugs on new Node.set_namespace ()

4e942c5... by esodan

Added set_namespace() to Node

* Added unit test for namespace

5d21e9d... by esodan

Added new set_namespace() method to Node

98c0505... by esodan

Merge branch 'gxml-0-4'

Conflicts:
 configure.ac
 docs/valadoc/Makefile.am
 gxml/Document.vala
 gxml/Element.vala
 gxml/Enumeration.vala
 gxml/Node.vala
 gxml/Serializable.vala

a3e76fa... by esodan

Added initial on GIR documentation