Commit Graph

  • 5613cb9237 up the version Lee Thomason 2013-10-26 21:52:35 -0700
  • 3b7927efb5 formatting tweaks Lee Thomason 2013-10-26 21:50:46 -0700
  • 68a1c93e2e Grammar error: there -> their. Dennis Jenkins 2013-10-25 23:01:34 -0500
  • d4952bbfe5 Merge ed52328ced into ab42b16bac FreakC 2013-10-22 23:10:46 -0700
  • ed52328ced Insert() methods check for inserted XML to be in the same doc, and remove XML from old location if already inserted. Michael Daumling 2013-10-23 07:47:29 +0200
  • ab42b16bac Merge pull request #136 from FreakC/master Lee Thomason 2013-10-22 11:36:29 -0700
  • 2162688ad3 Issue #134: Change 3 methods to not being inlined. They reference the StrPair class, which is not exported, thus creating linker problems with tinyxml2 in a DLL. Michael Daumling 2013-10-22 17:03:37 +0200
  • 927fe73c5b Merge pull request #133 from dennisjenkins75/master Lee Thomason 2013-10-16 13:59:10 -0700
  • 43dc330409 Merge d31021392a into 44ba601c5f dennisjenkins75 2013-10-11 15:01:44 -0700
  • d31021392a Changed indentation style to match tinyxml2 project. Dennis Jenkins 2013-10-11 16:59:49 -0500
  • bc785155f2 Changed indentation style to match tinyxml2 project. Dennis Jenkins 2013-10-11 16:55:14 -0500
  • 9460e5093c Demo/example/contrib of using tinyxml2 to generate confomant HTML5. Dennis Jenkins 2013-10-11 16:48:55 -0500
  • 44ba601c5f Merge pull request #131 from dennisjenkins75/master Lee Thomason 2013-10-10 22:10:29 -0700
  • 74cce06220 Merge 59c75d3322 into 74a81cf1d9 dennisjenkins75 2013-10-08 11:16:13 -0700
  • 59c75d3322 Added method DynArray::PeekTop(), provides useful abstraction in tinyxml2::XMLPrinterHTML5::CloseElement(). Made tinyxml2::CloseElement() and destructor virtual. Made tinyxml2::_SealElement(), _elementJustOpened and _stack all protected instead of private (needed in XMLPrinterHTML5 to selective prevent some elements from being self-closing). Dennis Jenkins 2013-10-08 13:10:07 -0500
  • 74a81cf1d9 minor readme update Lee Thomason 2013-09-12 23:59:43 -0700
  • 1f83145cb4 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason 2013-09-12 23:53:47 -0700
  • 1688114e55 add logo Lee Thomason 2013-09-12 23:53:08 -0700
  • 03238517b3 Merge pull request #125 from PKEuS/master Lee Thomason 2013-08-05 13:04:27 -0700
  • 6374654dc4 Merge 1bfb95488f into db304256bb PKEuS 2013-08-04 05:04:24 -0700
  • 1bfb95488f Added depth as constructor argument to XMLPrinter. This way, XML files that are not written with XMLDocument can be properly indented. Removed unused forward declaration PKEuS 2013-08-04 13:51:17 +0200
  • db304256bb clean up the pass/fail logic, still return the same value from test if it fails Lee Thomason (grinliz) 2013-07-31 12:24:52 -0700
  • 70d343f513 Merge pull request #124 from diasbruno/makefile-test Lee Thomason 2013-07-31 12:21:42 -0700
  • 9627bbfa27 Merge 032aa1b96c into 8b482728ef Bruno Dias 2013-07-31 12:21:36 -0700
  • 8b482728ef Merge pull request #123 from diasbruno/xmltest-return Lee Thomason 2013-07-31 12:21:25 -0700
  • 8965fcea4e Merge 721b42da8e into 9c1ef1d4a3 Bruno Dias 2013-07-31 12:19:29 -0700
  • 9c1ef1d4a3 Merge pull request #120 from PKEuS/master Lee Thomason 2013-07-31 12:15:53 -0700
  • 032aa1b96c added test rule. Bruno Dias 2013-07-31 12:01:12 -0300
  • 721b42da8e make the xmltest to return != 0, if one of the tests has failed. Bruno Dias 2013-07-31 11:50:44 -0300
  • 83027ca029 Merge 95060350bd into 1c9250cab5 PKEuS 2013-07-26 01:43:21 -0700
  • 95060350bd Removed dllexport/import attribute from private class, disable related warning C4251 PKEuS 2013-07-26 10:42:44 +0200
  • 0c55c70b11 Improved output paths in VS solution PKEuS 2013-07-06 12:19:04 +0200
  • 16ed47dc14 Added support for building TinyXML as a .lib or .dll PKEuS 2013-07-06 12:02:43 +0200
  • 1c9250cab5 Merge pull request #119 from PKEuS/master Lee Thomason 2013-07-07 17:37:22 -0700
  • fa07d17343 Merge 1c5f99e37c into 392bcd2485 PKEuS 2013-07-06 03:04:43 -0700
  • 1c5f99e37c Fixed two cppcheck messages PKEuS 2013-07-06 11:28:39 +0200
  • 632c57217c Improved VS solution: Added x64 configuration, enabled optimizations PKEuS 2013-07-06 11:28:16 +0200
  • 392bcd2485 Merge pull request #114 from Vasily-Biryukov/doc Lee Thomason 2013-05-20 13:00:15 -0700
  • e5fc44158f Merge 9a975b7bdb into def0d2131a Vasily Biryukov 2013-05-19 04:11:19 -0700
  • 9a975b7bdb Small fixes in documentation Vasily Biryukov 2013-05-11 21:41:42 +0600
  • def0d2131a Merge pull request #112 from gupascal/master Lee Thomason 2013-05-12 20:52:52 -0700
  • e780d65ab7 Merge d60fe35073 into 6db1321100 gupascal 2013-05-12 20:51:16 -0700
  • 6db1321100 Merge pull request #111 from pzychotic/master Lee Thomason 2013-05-12 20:51:08 -0700
  • d60fe35073 Add a Code::Blocks project. Guillaume P 2013-05-12 15:11:37 +0200
  • 45773df753 Merge 6189231187 into d6bd7360b8 Thomas Roß 2013-05-12 05:29:57 -0700
  • 6189231187 Initialize pointers to satisfy static code analyser. Thomas Roß 2013-05-12 14:07:38 +0200
  • d6bd7360b8 fix floating point specifier and clean up a warning Lee Thomason (grinliz) 2013-05-11 20:23:13 -0700
  • f76fe94012 Merge pull request #110 from pzychotic/tests Lee Thomason 2013-05-11 20:11:55 -0700
  • 356d504755 Merge a5221869c2 into 6a0db4f7e6 Thomas Roß 2013-05-11 20:11:06 -0700
  • 6a0db4f7e6 Merge pull request #109 from pzychotic/master Lee Thomason 2013-05-11 20:10:59 -0700
  • 701247086e Merge 1470edc595 into 576003627c Thomas Roß 2013-05-11 20:10:06 -0700
  • 576003627c Merge pull request #108 from ddiproietto/patch-1 Lee Thomason 2013-05-11 20:08:23 -0700
  • a5221869c2 Added test for return value of QueryDoubleAttribute(). Thomas Roß 2013-05-11 10:22:12 +0200
  • 36307f86da Fixed test input file not found when doing out-of-source builds. Thomas Roß 2013-05-11 10:21:07 +0200
  • 1470edc595 Fixed compiler warning for x64 builds. Thomas Roß 2013-05-10 15:44:12 +0200
  • 28bbda4d1c Merge a8ae1f6a4d into d0a38c3a20 ddiproietto 2013-05-05 08:43:03 -0700
  • a8ae1f6a4d Fixed compilation under MINGW64 ddiproietto 2013-05-05 18:42:52 +0300
  • d0a38c3a20 fix BOM preservation bugs. add new tests Lee Thomason (grinliz) 2013-04-29 09:15:37 -0700
  • bc286fd183 Merge a562ce4af9 into 761c4c2ed5 iNoDlite 2013-04-22 10:21:06 -0700
  • 1377fe7ec0 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2013-04-20 15:11:42 -0700
  • 761c4c2ed5 Merge pull request #104 from Vasily-Biryukov/master Lee Thomason 2013-04-20 15:11:24 -0700
  • 6faf169695 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2013-04-20 14:58:12 -0700
  • 43229f91d4 whitespace Lee Thomason (grinliz) 2013-04-20 14:57:59 -0700
  • b9cc801b30 Merge 1cfafd0d24 into c510a8c76e Vasily Biryukov 2013-04-20 01:24:56 -0700
  • 1cfafd0d24 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. Vasily Biryukov 2013-04-20 14:12:33 +0600
  • a562ce4af9 Skip BOM when creating deep parse buffer, to avoid multiplication iNoDlite 2013-04-19 01:05:04 +0400
  • c510a8c76e Merge pull request #100 from selfpoised/master Lee Thomason 2013-03-13 12:58:37 -0700
  • 5a52587429 Merge 4dd59bcdf4 into 5a695f0e0c selfpoised 2013-03-13 01:55:39 -0700
  • 4dd59bcdf4 Update tinyxml2.h selfpoised 2013-03-13 16:54:15 +0800
  • e77e19553d Update tinyxml2.h selfpoised 2013-03-13 14:08:29 +0800
  • 5a695f0e0c Merge pull request #99 from acmyo/typos Lee Thomason 2013-03-09 20:40:55 -0800
  • f18626e68b Merge 0fd8746f64 into 374c25e2a6 Andrew Martin 2013-03-09 19:13:05 -0800
  • 0fd8746f64 correct typos in comments / documentation Andrew C. Martin 2013-03-09 20:09:45 -0700
  • 374c25e2a6 up the version to build 11 Lee Thomason (grinliz) 2013-02-01 19:45:01 -0800
  • 5efaa5f6bb Add the (very handy) QueryAttribute Lee Thomason (grinliz) 2013-02-01 19:26:30 -0800
  • 61cea67517 removing debug output Lee Thomason (grinliz) 2013-02-01 19:13:13 -0800
  • ac83b4e278 adjust the size of the memory pools Lee Thomason (grinliz) 2013-02-01 09:02:34 -0800
  • c97ded4872 Merge pull request #98 from martinsh-shaiters/devel Lee Thomason 2013-01-30 10:05:29 -0800
  • 8bed80c1fd Merge 53ab79afad into 8afdb09aa4 Martinsh Shaiters 2013-01-30 01:38:17 -0800
  • 53ab79afad Add unit test for XMLDocument::Clear(). Martinsh Shaiters 2013-01-30 11:21:36 +0200
  • a9d42b0dd3 Replace InitDocument() with Clear() and make it part of the API. Martinsh Shaiters 2013-01-30 11:14:27 +0200
  • 8afdb09aa4 Merge pull request #97 from marek5335/master Lee Thomason 2013-01-28 11:09:56 -0800
  • 505c85a065 Merge 8e66b77c91 into 86ca9dc1ee marek5335 2013-01-28 10:59:35 -0800
  • 8e66b77c91 Fixed CMake config file to properly install on windows Marek Pokorny 2013-01-28 10:52:01 -0800
  • 86ca9dc1ee correctly set version via script Lee Thomason 2013-01-28 07:31:59 -0800
  • 63339bcd7d up the version Lee Thomason 2013-01-28 07:28:46 -0800
  • 0aecb5c770 Merge remote-tracking branch 'martinsh/issue#53-fix' Lee Thomason 2013-01-28 07:23:19 -0800
  • 7ce1d29d96 Merge 95b3e6543b into 178e4ccd5b Martinsh Shaiters 2013-01-26 13:09:30 -0800
  • 95b3e6543b Add test case for element names with leading digit. Martinsh Shaiters 2013-01-26 23:08:10 +0200
  • c6d02f48d5 Implement new utility functions for testing validity of name and token characters. Martinsh Shaiters 2013-01-26 21:22:57 +0200
  • 23e7ae6085 Add test for lead non-alpha characters in attribute names. Martinsh Shaiters 2013-01-26 20:15:44 +0200
  • 178e4ccd5b Add file load to xmltest. Lee Thomason 2013-01-25 16:19:05 -0800
  • 980e535aae Merge pull request #91 from martinsh-shaiters/doxyfix Lee Thomason 2013-01-15 16:33:10 -0800
  • 2303933b80 Merge c9c8b77d87 into dfc494ffc5 Martinsh Shaiters 2013-01-15 16:20:19 -0800
  • c9c8b77d87 Moves example documentation from xmltest.h to xmltest.cpp Martinsh Shaiters 2013-01-16 02:08:19 +0200
  • bbad12a922 Sets readme.md to be used as MainPage for generated documentation Martinsh Shaiters 2013-01-16 01:55:39 +0200
  • 4504aab21d Upgrades dox to Doxyfile version 1.8.3 Martinsh Shaiters 2013-01-16 00:54:58 +0200
  • dfc494ffc5 Merge pull request #90 from martinsh-shaiters/mingw Lee Thomason 2013-01-15 13:47:59 -0800
  • 2ccf00bb17 Merge 39ddc268cb into 267d4d8f8e Martinsh Shaiters 2013-01-15 13:47:23 -0800
  • 267d4d8f8e Merge pull request #88 from martinsh-shaiters/doxy Lee Thomason 2013-01-15 13:47:14 -0800