Commit Graph

  • 35ce309f73 Urk, forgot to build this one after merging and goofed a bit. Uli Kusterer 2014-01-25 03:37:16 +01:00
  • 2861a7e63a Merge branch 'master' of https://github.com/leethomason/tinyxml2 Uli Kusterer 2014-01-25 03:12:21 +01:00
  • 5bb2d8079b add variants of SetText() to support types Lee Thomason 2014-01-24 10:42:57 -08:00
  • 9c0678a01d trim the test cases and review Lee Thomason 2014-01-24 10:18:27 -08:00
  • 321072ee0b Add tests for SetText(). Uli Kusterer 2014-01-21 01:57:38 +01:00
  • 664d05662e Support for 'long long' number values. Uli Kusterer 2014-01-21 12:24:47 +01:00
  • 4cd1f269c2 Added IntText(), UnsignedText(), DoubleText() and FloatText() convenience wrappers. Uli Kusterer 2014-01-21 02:54:36 +01:00
  • ff8e2041dd To bring BoolFirstChild() more in line with the other methods, reimplemented it in terms of a new QueryBoolFirstChild(). Uli Kusterer 2014-01-21 02:53:47 +01:00
  • 4af5573f42 Tests for SetBoolFirstChild and BoolFirstChild. Uli Kusterer 2014-01-21 02:36:47 +01:00
  • c1c20bb196 Bools should really be implemented as self-closing <true /> and <false /> tags, not as 0/1 inside a tag, so removing those SetText variants again, in favor of SetBoolFirstChild() and BoolFirstChild() methods. Uli Kusterer 2014-01-21 02:23:20 +01:00
  • 7411c08e90 Add tests for SetText(). Uli Kusterer 2014-01-21 01:57:38 +01:00
  • dcefa0e43f Add typed convenience setters for SetText(). Uli Kusterer 2014-01-21 01:36:41 +01:00
  • 869bb599c1 Make SetText() behave like the docs say. Uli Kusterer 2014-01-21 01:36:16 +01:00
  • 85fff5e50a Add comment for SetText(). Uli Kusterer 2014-01-21 01:35:30 +01:00
  • 8fe342a872 Add SetText() as analog to GetText(). Uli Kusterer 2014-01-21 01:12:47 +01:00
  • 44ce7930b7 Merge branch 'master' of https://github.com/leethomason/tinyxml2 Lee Thomason 2014-01-14 12:30:18 -08:00
  • c3708ccf08 implement a fix to floating point precision as proposed by schuellc. Lee Thomason 2014-01-14 12:30:03 -08:00
  • 2ece2f1690 Merge pull request #150 from danmar/master Lee Thomason 2014-01-10 13:35:19 -08:00
  • ba4b328b3d Fixed issue 147 (XMLDocument::LoadFile() may crash on non-regular file) Daniel Marjamäki 2014-01-10 21:37:27 +01:00
  • 343a5ff3bd Merge pull request #144 from sopvop/patch-1 Lee Thomason 2013-12-12 13:47:11 -08:00
  • 3dacebf8ee add TINYXML2_EXPORT define when building shared lib Leonid Onokhov 2013-12-12 15:07:34 +03:00
  • 61871d60a6 Fix up the readme, add attribution for the logo. Lee Thomason 2013-12-05 11:44:38 -08:00
  • ce0510ba2d rename Reset to Clear to be consistent with XMLDocument Lee Thomason 2013-11-26 21:29:37 -08:00
  • 3bc3d4e24c Added a method to reset the memory buffer to the XMLPrinter class. Reinhard Klambauer 2013-11-22 14:05:21 +01:00
  • 4e74b13e7a Added a method to reset the memory buffer of the DynArray class. Reinhard Klambauer 2013-11-22 14:01:58 +01:00
  • 370761b179 Merge pull request #140 from ledyba/check_data_len Lee Thomason 2013-11-05 10:52:04 -08:00
  • 690ba07bda you have to check len before accsessing "p". psi 2013-11-03 10:54:33 +09:00
  • e1979a883b Merge pull request #139 from dennisjenkins75/master Lee Thomason 2013-10-26 21:53:16 -07:00
  • 5613cb9237 up the version Lee Thomason 2013-10-26 21:52:35 -07:00
  • 3b7927efb5 formatting tweaks Lee Thomason 2013-10-26 21:50:46 -07:00
  • 68a1c93e2e Grammar error: there -> their. Dennis Jenkins 2013-10-25 23:01:34 -05:00
  • 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 +02:00
  • ab42b16bac Merge pull request #136 from FreakC/master Lee Thomason 2013-10-22 11:36:29 -07:00
  • 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 +02:00
  • 927fe73c5b Merge pull request #133 from dennisjenkins75/master Lee Thomason 2013-10-16 13:59:10 -07:00
  • d31021392a Changed indentation style to match tinyxml2 project. Dennis Jenkins 2013-10-11 16:59:49 -05:00
  • bc785155f2 Changed indentation style to match tinyxml2 project. Dennis Jenkins 2013-10-11 16:55:14 -05:00
  • 9460e5093c Demo/example/contrib of using tinyxml2 to generate confomant HTML5. Dennis Jenkins 2013-10-11 16:48:55 -05:00
  • 44ba601c5f Merge pull request #131 from dennisjenkins75/master Lee Thomason 2013-10-10 22:10:29 -07:00
  • 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 -05:00
  • 74a81cf1d9 minor readme update Lee Thomason 2013-09-12 23:59:43 -07:00
  • 1f83145cb4 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason 2013-09-12 23:53:47 -07:00
  • 1688114e55 add logo Lee Thomason 2013-09-12 23:53:08 -07:00
  • 03238517b3 Merge pull request #125 from PKEuS/master Lee Thomason 2013-08-05 13:04:27 -07:00
  • 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 +02:00
  • 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 -07:00
  • 70d343f513 Merge pull request #124 from diasbruno/makefile-test Lee Thomason 2013-07-31 12:21:42 -07:00
  • 8b482728ef Merge pull request #123 from diasbruno/xmltest-return Lee Thomason 2013-07-31 12:21:25 -07:00
  • 9c1ef1d4a3 Merge pull request #120 from PKEuS/master Lee Thomason 2013-07-31 12:15:53 -07:00
  • 032aa1b96c added test rule. Bruno Dias 2013-07-31 12:01:12 -03:00
  • 721b42da8e make the xmltest to return != 0, if one of the tests has failed. Bruno Dias 2013-07-31 11:50:44 -03:00
  • 95060350bd Removed dllexport/import attribute from private class, disable related warning C4251 PKEuS 2013-07-26 10:42:44 +02:00
  • 0c55c70b11 Improved output paths in VS solution PKEuS 2013-07-06 12:19:04 +02:00
  • 16ed47dc14 Added support for building TinyXML as a .lib or .dll PKEuS 2013-07-06 12:02:43 +02:00
  • 1c9250cab5 Merge pull request #119 from PKEuS/master Lee Thomason 2013-07-07 17:37:22 -07:00
  • 1c5f99e37c Fixed two cppcheck messages PKEuS 2013-07-06 11:28:39 +02:00
  • 632c57217c Improved VS solution: Added x64 configuration, enabled optimizations PKEuS 2013-07-06 11:28:16 +02:00
  • 392bcd2485 Merge pull request #114 from Vasily-Biryukov/doc Lee Thomason 2013-05-20 13:00:15 -07:00
  • 9a975b7bdb Small fixes in documentation Vasily Biryukov 2013-05-11 21:41:42 +06:00
  • def0d2131a Merge pull request #112 from gupascal/master Lee Thomason 2013-05-12 20:52:52 -07:00
  • 6db1321100 Merge pull request #111 from pzychotic/master Lee Thomason 2013-05-12 20:51:08 -07:00
  • d60fe35073 Add a Code::Blocks project. Guillaume P 2013-05-12 15:11:37 +02:00
  • 6189231187 Initialize pointers to satisfy static code analyser. Thomas Roß 2013-05-12 14:07:38 +02:00
  • d6bd7360b8 fix floating point specifier and clean up a warning Lee Thomason (grinliz) 2013-05-11 20:23:13 -07:00
  • f76fe94012 Merge pull request #110 from pzychotic/tests Lee Thomason 2013-05-11 20:11:55 -07:00
  • 6a0db4f7e6 Merge pull request #109 from pzychotic/master Lee Thomason 2013-05-11 20:10:59 -07:00
  • 576003627c Merge pull request #108 from ddiproietto/patch-1 Lee Thomason 2013-05-11 20:08:23 -07:00
  • a5221869c2 Added test for return value of QueryDoubleAttribute(). Thomas Roß 2013-05-11 10:22:12 +02:00
  • 36307f86da Fixed test input file not found when doing out-of-source builds. Thomas Roß 2013-05-11 10:21:07 +02:00
  • 1470edc595 Fixed compiler warning for x64 builds. Thomas Roß 2013-05-10 15:44:12 +02:00
  • a8ae1f6a4d Fixed compilation under MINGW64 ddiproietto 2013-05-05 18:42:52 +03:00
  • d0a38c3a20 fix BOM preservation bugs. add new tests Lee Thomason (grinliz) 2013-04-29 09:15:37 -07:00
  • 1377fe7ec0 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2013-04-20 15:11:42 -07:00
  • 761c4c2ed5 Merge pull request #104 from Vasily-Biryukov/master Lee Thomason 2013-04-20 15:11:24 -07:00
  • 6faf169695 Merge branch 'master' of github.com:leethomason/tinyxml2 Lee Thomason (grinliz) 2013-04-20 14:58:12 -07:00
  • 43229f91d4 whitespace Lee Thomason (grinliz) 2013-04-20 14:57:59 -07:00
  • 1cfafd0d24 Fixed: LoadFile() returns XML_NO_ERROR for empty documents. Vasily Biryukov 2013-04-20 14:12:33 +06:00
  • c510a8c76e Merge pull request #100 from selfpoised/master Lee Thomason 2013-03-13 12:58:37 -07:00
  • 4dd59bcdf4 Update tinyxml2.h selfpoised 2013-03-13 16:54:15 +08:00
  • e77e19553d Update tinyxml2.h selfpoised 2013-03-13 14:08:29 +08:00
  • 5a695f0e0c Merge pull request #99 from acmyo/typos Lee Thomason 2013-03-09 20:40:55 -08:00
  • 0fd8746f64 correct typos in comments / documentation Andrew C. Martin 2013-03-09 20:09:45 -07:00
  • 374c25e2a6 up the version to build 11 Lee Thomason (grinliz) 2013-02-01 19:45:01 -08:00
  • 5efaa5f6bb Add the (very handy) QueryAttribute Lee Thomason (grinliz) 2013-02-01 19:26:30 -08:00
  • 61cea67517 removing debug output Lee Thomason (grinliz) 2013-02-01 19:13:13 -08:00
  • ac83b4e278 adjust the size of the memory pools Lee Thomason (grinliz) 2013-02-01 09:02:34 -08:00
  • c97ded4872 Merge pull request #98 from martinsh-shaiters/devel Lee Thomason 2013-01-30 10:05:29 -08:00
  • 53ab79afad Add unit test for XMLDocument::Clear(). Martinsh Shaiters 2013-01-30 11:21:36 +02:00
  • a9d42b0dd3 Replace InitDocument() with Clear() and make it part of the API. Martinsh Shaiters 2013-01-30 11:14:27 +02:00
  • 8afdb09aa4 Merge pull request #97 from marek5335/master Lee Thomason 2013-01-28 11:09:56 -08:00
  • 8e66b77c91 Fixed CMake config file to properly install on windows Marek Pokorny 2013-01-28 10:52:01 -08:00
  • 86ca9dc1ee correctly set version via script Lee Thomason 2013-01-28 07:31:59 -08:00
  • 63339bcd7d up the version Lee Thomason 2013-01-28 07:28:46 -08:00
  • 0aecb5c770 Merge remote-tracking branch 'martinsh/issue#53-fix' Lee Thomason 2013-01-28 07:23:19 -08:00
  • 95b3e6543b Add test case for element names with leading digit. Martinsh Shaiters 2013-01-26 23:08:10 +02:00
  • c6d02f48d5 Implement new utility functions for testing validity of name and token characters. Martinsh Shaiters 2013-01-26 21:22:57 +02:00
  • 23e7ae6085 Add test for lead non-alpha characters in attribute names. Martinsh Shaiters 2013-01-26 20:15:44 +02:00
  • 178e4ccd5b Add file load to xmltest. Lee Thomason 2013-01-25 16:19:05 -08:00
  • 980e535aae Merge pull request #91 from martinsh-shaiters/doxyfix Lee Thomason 2013-01-15 16:33:10 -08:00
  • c9c8b77d87 Moves example documentation from xmltest.h to xmltest.cpp Martinsh Shaiters 2013-01-16 02:08:19 +02:00