Commit Graph

  • b0776aeead Merge pull request #210 from Dmitry-Me/removeUnneededCast Lee Thomason 2014-09-23 16:52:51 -0700
  • 5ee1c6ef77 Fixed DOCTYPE parsing to include internal DTD mike 2014-09-23 16:05:56 -0400
  • 9fb2b0f42c Remove unneeded cast, reduce duplication, move declarations to their first use. Dmitry-Me 2014-09-23 17:27:39 +0400
  • c988c720de Update readme.md David 2014-09-17 11:35:25 +0200
  • 5e4f1d69e2 Update readme.md David 2014-09-17 11:28:11 +0200
  • 8ea5d1f2f4 Update .travis.yml David 2014-09-16 15:23:27 +0200
  • 7c84015153 Merge branch 'master' of https://github.com/davidsanfal/tinyxml2 David 2014-09-16 14:59:41 +0200
  • ab0a1a118d CMakelists and travis fixed David 2014-09-16 14:58:31 +0200
  • 1c8dd4c8b7 Update .travis.yml David 2014-09-16 13:07:13 +0200
  • 6b92230676 Update readme.md David 2014-09-16 13:06:43 +0200
  • 7da6c47e83 Merge branch 'master' of https://github.com/davidsanfal/tinyxml2 David 2014-09-16 12:55:37 +0200
  • 2e8c90c3e7 new CMakelists David 2014-09-16 12:55:22 +0200
  • 5321a0e21f setting the version to 2.2.0 2.2.0 Lee Thomason 2014-09-14 12:47:24 -0700
  • c755667aa0 add an error message Lee Thomason 2014-09-14 12:39:42 -0700
  • 331596e83c clean up the scope and names of the error code. Lee Thomason 2014-09-11 14:56:43 -0700
  • b7a05adb62 Update .travis.yml David 2014-09-11 16:53:57 +0200
  • fd97d7cc5b Update readme.md David 2014-09-11 16:47:47 +0200
  • fb6c55ba7e travis added David 2014-09-11 16:47:08 +0200
  • cd8550c29c Without using preprocessor numatrumpet 2014-09-08 16:59:39 +0900
  • 9f52ad5289 Makefile is recovered to original version numatrumpet 2014-09-08 16:41:33 +0900
  • 003368429f ErrorNames is not implemented by vector<string> but *char[] numatrumpet 2014-09-08 16:36:28 +0900
  • 1fdde0fa63 Merge 8f5d3f8e80 into fb732f97d4 numatrumpet 2014-09-06 14:29:01 +0000
  • 8f5d3f8e80 make works correctly when using clang++ numatrumpet 2014-09-06 23:09:14 +0900
  • bb5ffac22d Using C++11, XMLUtil::ToErrorName(XMLError) returns the name of error type numatrumpet 2014-09-06 22:56:46 +0900
  • fb732f97d4 Merge pull request #205 from Dmitry-Me/moveDefinitionsToLoopHeaders Lee Thomason 2014-09-04 12:59:25 -0700
  • 3659fe1d33 Move loop variable definition into loop headers Dmitry-Me 2014-09-04 11:33:49 +0400
  • cf6d886903 Merge pull request #204 from Dmitry-Me/convertMacrosIntoFunctions Lee Thomason 2014-09-03 21:53:54 -0700
  • e3225b1c64 Convert DELETE_X macros into functions Dmitry-Me 2014-09-03 11:03:11 +0400
  • 30152836da Merge pull request #202 from Dmitry-Me/removeRepeatedVirtualCalls Lee Thomason 2014-08-28 04:53:51 -0700
  • 83a6d8c373 Merge remote-tracking branch 'origin/master' Lee Thomason 2014-08-27 14:45:53 -0700
  • d526944e3c removed unused _accumulator Lee Thomason 2014-08-27 14:45:35 -0700
  • b6b4e82626 Remove repeated virtual calls Dmitry-Me 2014-08-27 17:17:47 +0400
  • 59b9aaea43 Merge pull request #200 from Dmitry-Me/removeObsoleteComment Lee Thomason 2014-08-25 13:46:37 -0700
  • ec19a0e513 Remove obsolete comment Dmitry-Me 2014-08-25 11:05:55 +0400
  • b6ea923f0f Merge branch 'Dmitry-Me-makeCodeMoreDefensive' Lee Thomason 2014-08-23 16:16:38 -0700
  • 63f3de1a3c Make code more defensive * initialize out-parameter for cases the callee fails to * add assert for length being within range * replace post-assert with pre-assert Dmitry-Me 2014-08-21 12:33:19 +0400
  • dc50a31758 Merge pull request #197 from Dmitry-Me/dontAdjustStartWhenNeedsDelete Lee Thomason 2014-08-20 10:03:43 -0700
  • 67a5bb0ac1 Assert when trying to adjust _start in "needs delete" mode. Dmitry-Me 2014-08-20 10:01:53 +0400
  • 0b26702ac9 Merge pull request #196 from Dmitry-Me/wrapFopenCalls Lee Thomason 2014-08-19 11:18:52 -0700
  • 01578db56b Wrap fopen()/fopen_s() calls to avoid duplication Dmitry-Me 2014-08-19 10:18:48 +0400
  • 2af5679b26 Merge pull request #194 from Dmitry-Me/fixCStyleCast Lee Thomason 2014-08-17 14:55:39 -0700
  • 5657176b61 Replace C-style cast with static_cast Dmitry-Me 2014-08-15 11:03:47 +0400
  • 73c822c201 Merge pull request #193 from Dmitry-Me/shouldCheckFtellForError Lee Thomason 2014-08-14 16:46:13 -0700
  • acb9c9c260 Check ftell() result for error code before using it. Dmitry-Me 2014-08-04 09:49:25 +0400
  • fca00d0ebc Merge pull request #191 from Dmitry-Me/dontIgnoreFgetcReturnValue Lee Thomason 2014-08-03 11:17:04 -0700
  • 08e7f7be59 fgetc() is not required to clear the error indicator on success Dmitry-Me 2014-07-31 15:19:14 +0400
  • 84bd9624c6 Merge pull request #190 from pffang/master Lee Thomason 2014-07-12 11:22:30 -0700
  • 91d34a0989 WinCE Compatibility Fix pffang 2014-07-10 10:02:35 +0800
  • cf33e37d25 Merge pull request #187 from amai2012/master Lee Thomason 2014-05-20 13:56:47 -0700
  • d740b64044 Fix compiler warning: extra ';' after member function definition Alexander Mai 2014-05-20 22:04:42 +0200
  • 500fb6aa21 Merge pull request #181 from eserdem/master Lee Thomason 2014-04-17 10:07:50 -0700
  • ca5d684a2b Fixed _CRT_SECURE_NO_WARNINGS macro redefinition warning Serhat Eser Erdem 2014-04-17 14:06:15 +0200
  • 6ee53e7d49 setting the version to 2.1.0 2.1.0 Lee Thomason 2014-04-06 14:43:37 -0700
  • 256adb6371 missing default parameter for compact mode in XMLPrinter Lee Thomason 2014-04-06 14:41:46 -0700
  • 4730d60ae2 Merge 6eb014381f into 98112fcdba ChWick 2014-03-27 14:45:35 +0000
  • 6eb014381f updated build script C. Wick 2014-03-27 15:38:42 +0100
  • 3950fe4ecd Fix compilation issue under Cygwin Chris Sutcliffe 2014-03-17 12:16:24 -0400
  • 98112fcdba minor doxygen file fix Lee Thomason 2014-03-16 20:44:35 -0700
  • 433f1272d4 update readme Lee Thomason 2014-03-16 20:22:12 -0700
  • b59ac45131 setting the version to 2.0.2 2.0.2 Lee Thomason 2014-03-16 20:18:41 -0700
  • a0744c8dca fix implementation of much simpler visual studio printing Lee Thomason 2014-03-16 10:32:27 -0700
  • 8f7b87b323 Merge branch 'master' of https://github.com/pzychotic/tinyxml2 into pzychotic-master Lee Thomason 2014-03-16 10:21:34 -0700
  • ddba6ba5b5 Merge 268c683fbd into 686ef404b8 Thomas Roß 2014-03-16 17:20:47 +0000
  • 686ef404b8 improve setversion script. set version 2.0.1 2.0.1 Lee Thomason 2014-03-16 10:16:49 -0700
  • e7eb7d3327 Merge remote-tracking branch 'github/master' Lee Thomason 2014-03-15 15:01:18 -0700
  • 5938e6f8a4 improving setversion.py Lee Thomason 2014-03-15 15:00:54 -0700
  • 268c683fbd Use _vscprintf to calc length of expanded format string. Thomas Roß 2014-03-13 23:35:16 +0100
  • 444a028f86 - formatting Stephen Damm 2014-03-12 23:38:19 -0600
  • 1d72121610 - added load from memory function - tested to be working Stephen Damm 2014-03-12 23:36:07 -0600
  • eb270ab183 update for ignoring libs and bin C. Wick 2014-03-11 16:50:50 +0100
  • 5dad01bda4 added support for android ChWick 2014-02-28 16:38:22 +0100
  • 85afe9c5c7 setting version consistent with new guidelines. (not tagging...yet). Lee Thomason 2014-02-23 21:42:16 -0800
  • 6324acd9f9 Merge branch 'uliwitness-overridecompactmode' Lee Thomason 2014-02-23 21:08:22 -0800
  • f4a8fbbdf7 minor edit Lee Thomason 2014-02-22 17:04:53 -0800
  • e693488742 fix compilation warning. Lee Thomason 2014-02-22 16:27:27 -0800
  • 742fd486e8 Merge 613410095c into 5f88e72691 Uli Kusterer 2014-02-22 17:23:03 +0100
  • 613410095c Provide finer control over indentation inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode(). Uli Kusterer 2014-02-22 17:17:25 +0100
  • 5f88e72691 fix the build script. set the build properly Lee Thomason 2014-02-21 22:57:38 -0800
  • 7de26f7dc7 Merge remote-tracking branch 'origin/master' Lee Thomason 2014-02-21 22:47:21 -0800
  • 82d3200571 clean up some error checking logic Lee Thomason 2014-02-21 22:47:18 -0800
  • c18eb23326 spelling fixes and make PrintSpace() virtual and protected. Lee Thomason 2014-02-21 17:31:17 -0800
  • 4c24d5252a Merge f0b5602d72 into 5bb2d8079b Uli Kusterer 2014-02-20 11:56:30 +0100
  • f0b5602d72 Keep indentation control fully inside the XMLPrinter. You'll have to subclass it and override CompactMode() to modify its indentation from the default. Uli Kusterer 2014-02-20 11:50:22 +0100
  • 5d1d27e88b Keep indentation control fully inside the XMLPrinter. You'll have to subclass it to override its standard behaviour by overwriting CompactMode(). Uli Kusterer 2014-02-20 11:50:22 +0100
  • 07ac762b80 SetBoolFirstChild now makes sure its bool is not wrapped onto its own line. Uli Kusterer 2014-02-01 15:06:50 +0100
  • b85b4e0a60 Merge branch 'pernodecompactwhitespace' Uli Kusterer 2014-02-01 13:38:04 +0100
  • ca412e87f2 SetForceCompactMode() now also handles case of a single tag inside another correctly. Uli Kusterer 2014-02-01 13:35:05 +0100
  • 15354f88c3 Give tests a few more chances to fail, e.g. on tag sequences or attributes. Uli Kusterer 2014-02-01 13:06:39 +0100
  • d5c9e8b81d Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well. Uli Kusterer 2014-02-01 12:48:51 +0100
  • 593a33d061 Added SetForceCompactMode() for overriding the compact setting on a per-node level. All sub-nodes will be printed compact as well. Uli Kusterer 2014-02-01 12:48:51 +0100
  • 53fe47c74e Remove long long stuff again. Uli Kusterer 2014-01-27 01:47:30 +0100
  • 35ce309f73 Urk, forgot to build this one after merging and goofed a bit. Uli Kusterer 2014-01-25 03:37:16 +0100
  • bde0da0c65 Merge branch 'master' of https://github.com/leethomason/tinyxml2 into setboolfirstchild Uli Kusterer 2014-01-25 03:28:20 +0100
  • b9bcfcf732 Merge branch 'master' of https://github.com/leethomason/tinyxml2 into longlongsupport Uli Kusterer 2014-01-25 03:22:23 +0100
  • 2861a7e63a Merge branch 'master' of https://github.com/leethomason/tinyxml2 Uli Kusterer 2014-01-25 03:12:21 +0100
  • 5bb2d8079b add variants of SetText() to support types Lee Thomason 2014-01-24 10:42:57 -0800
  • 9c0678a01d trim the test cases and review Lee Thomason 2014-01-24 10:18:27 -0800
  • 2f647030f2 Support for 'long long' number values. Uli Kusterer 2014-01-21 12:24:47 +0100
  • e712734abc 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 +0100
  • 391aa09199 Merge 321072ee0b into 44ce7930b7 Uli Kusterer 2014-01-21 19:59:50 -0800