[gxml/gsoc2013] (150 commits) ...examples/c: move Makefile to Makefile.example



Summary of changes:

  3cf40f3... Set type=xmlChar* on parametres, part 1 (*)
  6b79415... Set type=xmlChar* on parametres, part 2: those with string  (*)
  e0bc27a... Set type=xmlChar* on fields (*)
  165c1bd... Set type=xmlChar* on method return values (*)
  e1d2c44... Fix some cnames in libxml-2.0.vapi (*)
  11420ef... Update libvala version; need a better solution to this (*)
  e8964c2... Add some TODO items for the future (*)
  20dba3d... Remove unnecessary linking for valadoc command (*)
  4915fe0... Fix < in docs; I swear that I had to use the entity referen (*)
  0b07da9... Document.vala: update some comments and spacing (*)
  489c46d... NodeList.vala: fix comment so there's a separate long desc (*)
  1a55e46... Document.vala: convert more entity references to their actu (*)
  0aac0f8... libxml-2.0.vapi: fix the ctype for dump_memory_format's mem (*)
  3b1bc07... libxml-2.0.vapi: define a few more methods from the C: vali (*)
  d3c6ea1... Implementation.vala: add commented out code to use xmlHasFe (*)
  9c07511... DocumentType.vala: update comments (*)
  f431733... Makefile.am: get rid of -Wall for now; reports a lot of war (*)
  2a9c278... DocumentFragment.vala: add spec reference (*)
  71c23f5... DomNode.vala: update comments, especially adding references (*)
  dd24d78... DomNode.vala: update documentation, particularly adding ref (*)
  a388f84... NodeList.vala: improve documentation, particularly adding r (*)
  2afe4d7... Attr.vala: update documentation, specifically references to (*)
  49c958f... Element.vala: update documentation, specifically references (*)
  f390830... Text.vala: update documentation, specifically adding refs t (*)
  dac01bb... DomException.vala: rename file to comply with spec, improve (*)
  ab7af5a... Makefile.am: DomError -> DomException (*)
  df351c8... Makefile.am: remove -Wall for now, since we can't do anythi (*)
  f96b570... Revert "DomException.vala: rename file to comply with spec, (*)
  99eb410... DomException.vala: rename file to comply with spec, improve (*)
  2930f20... Revert "Makefile.am: DomError -> DomException" (*)
  ea6ea72... Revert "Attr.vala: update documentation, specifically refer (*)
  364ebc3... Revert "Revert "Attr.vala: update documentation, specifical (*)
  9cff013... BackedNode.vala: add a TODO about memory usage (*)
  eb02912... CDATASection: docfix for an entity reference (*)
  dd881f9... DocumentType.vala: docfix for an entity ref (*)
  571d592... ProcessingInstruction.vala: docfix for an entity ref (*)
  fbf18db... Serialization.vala: address some compile-time warnings (*)
  1ad2d5a... BackedNode: replace copy node logic with new internal gxml_ (*)
  1fe7bcb... SerializationTest.vala: disable a test, since we don't supp (*)
  b04e1c9... Element.vala: update doc for content property on its correc (*)
  469f404... BackedNode.vala: add a couple todo items to to_string (*)
  53d5252... Document.vala: add depth parametre to copy_node, to facilit (*)
  08610bb... NodeList.vala, DomNode.vala, Attr.vala: create some future  (*)
  f3f4622... Serialization.vala: add temporary fix to the no-ref Documen (*)
  3d5f6f4... Document.vala: specify DomNode, since we haven't change Nod (*)
  41a6f6f... Serialization.vala: avoid API break; temporarily revert met (*)
  512af1c... README: fix an install typo, write a better valadoc explana (*)
  135ef2f... NEWS: add list of new things in 0.3.2 (*)
  41b6139... configure.ac: update version to 0.3.2, update LT_VERSION, t (*)
  69d71d3... test/SerializationTest.vala: temporarily switch back from c (*)
  92d1d44... examples/c: add c examples (*)
  f9b861d... test/SerializableTest.vala: temporarily revert clear_change (*)
  7a25c68... Revert "examples/c: add c examples" (*)
  e5a6dd4... examples: rename Makefiles for c and vala to avoid collisio (*)
  d415f63... examples: add Makefile.am files so we can catch examples in (*)
  93cf32b... examples/vala/Makefile.am: EXTRA_DIST, not EXTRA_FILES (*)
  7c4dca6... configure.ac, Makefile.am: make sure examples/ is included  (*)
  6d4fa61... NEWS: add Daniel's name (*)
  bd31d9e... Change error handling from throwing errors to setting a doc
  6c8d636... Remove all throws declarations, since we're shifting to a d
  07ed5f7... Change some errors in CharacterData and Text to use g_warni
  1f2283d... Implementation.vala, Document.vala: support creation of doc
  df2fc33... Utils.vala: add class of static internal methods to handle 
  288772e... Utils.vala: fix some errors, add Utils.vala to Makefile.am
  b75df5c... test/Makefile.am: add UtilsTest.vala UtilsTest.vala: add a 
  0432e1e... bleh
  c8de133... Revert "bleh"
  cd3884d... Revert "Revert "bleh""
  4b8dc29... whatever
  4041a56... Revert to before the Utils fiasco
  6537880... NodeList.vala: change error handling to g_warning
  6eab1b4... Implementation.vala: Update comments with references to spe
  b65591f... Implementation.vala: add error checking to create_document
  adf22eb... Document.vala: Update comments, particularly with reference
  e5ca04c... Document.vala: update error checking to use g_warning; add 
  6990adf... Document.vala: add root element for Document.with_implement
  d1b5f10... Document.vala: Fix a comment
  878e896... DomNode.vala, BackedNode.vala, Attr.vala: break API to fix 
  e319359... DomNode.vala: update documentation, particularly adding ref
  95a4fe7... Entity.vala: break API to fix typo: clone_node, not clone_n
  a180fdc... NodeList.vala: improve documentation, particularly adding r
  9556143... CharacterData.vala: update comments, particularly adding re
  5216fbe... CharacterData.vala: improve error handling, check more boun
  ad61057... Text.vala: make use of new check_index_size from parent cla
  0186d99... Document.vala, DomNode.vala: move check_read_only to DomNod
  19be2fa... Document.vala, DomNode.vala: move check_wrong_document inot
  a4d448e... Element.vala: handle spec'd errors
  0b77414... ProcessingInstruction.vala: handle spec'd errors
  72e7552... Text.vala: add more error checking from spec
  fb246ab... Tiny fixes.
  627a452... Document.vala: some small error handling changes; return on
  28f5a8b... Serialization.vala: DomError no longer thrown, so no need t
  aee815f... GXmlTest.vala: override gtester handling of g_warnings; don
  52c5656... DomException.vala: change errordomain DomError -> enum DomE
  09d1e17... DomException.vala: add a dummy DomError for the transitioni
  26d8f5b... DomException.vala: add facility to set the last DomExceptio
  82df1d3... DomException.vala: add NAMESPACE error code
  3d949aa... CharacterData.vala, Element.vala, Document.vala, DomNode.va
  ca5c363... Implementation.vala: factor out error checks into check_ fu
  e0a5c2c... GXmlTest.vala: change how our tests test for warnings
  bae679d... DocumentTest.vala: first testing of warnings
  80a8e05... Node.vala, Makefile.am: rename DomNode.vala to Node.vala fo
  51a8b22... Node.vala: Renamed DomNode to Node; this should break all t
  0447f70... gxml/*.vala: Change all DomNode references to Node
  12a719c... test/*.vala: change DomNode to GXml.Node
  6e23db1... Some documentation fixes
  b016c1d... examples/c: refactor tests, remove GErrors, correct naming
  639ee3a... examples/c/Makefile: update
  32db4a3... examples/c: actually add .c files this time
  54601c7... examples/js: refactor examples into their own files
  d39bac4... examples/vala/example.vala: remove obsolete GError handling
  89120db... tests/valgrind: add memory testing files, like suppression 
  16f89a5... tests/valgrind: correct some permissions
  eb3fac0... examples/c: add Document properties example; rename example
  f243c42... examples/c: add document_factory.c, remove a comment from d
  5497d10... Document.vala: touch some comments
  5917893... test/vaglrind: add a couple new tests, fix the gtype.supp
  6021b70... Text.vala: address some compile time warnings; fail split m
  0c80854... Memory: Node.vala, BackedNode.vala, Element.vala, NodeList.
  4d79844... Memory: Document.vala: node creation methods (e.g. create_e
  b080d87... CharacterData.vala: change behaviour when offset == length 
  c898405... Document.vala: don't return null on create_element if inval
  1e2924d... DocumentTest.vala: invalid characters no longer cause creat
  eace13c... TextTest.vala: INDEX_SIZE exceptions no longer result in nu
  cf494ce... test/valgrind/glib.supp: suppress g_log allocations
  30fb07a... test/valgrind: add message.c to just test the allocations b
  bb8d0d1... document_create_minimal_2.c: incrementally expand the test 
  65d4b21... Implementation.vala: extend from GObject
  0ac65c3... examples/js: rename several examples, add new ones
  27756c9... examples/c/document_factory.c: add print out of example nod
  e7f7565... examples/c: fix some whitespace
  600490b... test/: remove usage of deprecated GXmlDomError
  33ba0ca... test/: remove definition of deprecated GXmlDomError
  72a7b30... BackedNode: replace copy node logic with new internal gxml_
  2c8598e... CharacterData.vala: fix whitespace
  5e5ece1... Serialization.vala: API BREAK: change serialize_object and 
  6a03ccd... test/Serializa{tion,ble}Test.vala: adapt to new behaviour o
  40ae5db... test/valgrind: change things due to fixes in memory handlin
  fe60f24... examples/c: rename examples
  4c00116... examples/js: rename examples
  e765984... examples/c/Makefile: update names of files
  84ec1e6... examples/c: at long last, committing the GXmlNode example
  f5d6172... examples/c: add example.xml for the GXmlNode example
  7c9a043... examples/c: rename example.xml to more specific bookshelf_n
  478b998... examples/c/node.c: fix some type issues
  f5a48c0... BackedNode.vala: actually implement clone_node, add a TODO
  a9db833... Node.vala: documentation fixes
  749e89b... NodeList.vala: documentation fixes; link to GList when a me
  56f2e7a... gxml/Node.vala, gxml/NodeList.vala: fix some documentation 
  fc172d4... examples/c: move Makefile to Makefile.example

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]