Commit Graph

  • 1dfb7f5854 Merge 94a34e84a4 into f07b952296 Dmitry-Me 2014-10-30 20:26:49 +0000
  • f07b952296 fix issue 184. clean up xcode project. Lee Thomason 2014-10-30 13:25:12 -0700
  • 99916599da Enable dump of debug heap memory leaks Dmitry-Me 2014-10-23 11:37:03 +0400
  • 94a34e84a4 Maybe resolve issue 184 Dmitry-Me 2014-10-23 11:15:48 +0400
  • d211bb1351 Merge pull request #216 from Dmitry-Me/removeRepeatedIndexAccesses Lee Thomason 2014-10-01 14:22:38 -0700
  • d048f1e8e3 Bind reference to avoid repeated accesses by index Dmitry-Me 2014-10-01 10:30:16 +0400
  • 0895e78549 Merge pull request #215 from Dmitry-Me/duplicateVirtualCalls2 Lee Thomason 2014-09-29 16:19:00 -0700
  • 097339a099 Remove unneeded virtual calls Dmitry-Me 2014-09-29 13:20:29 +0400
  • f2496f5824 Merge pull request #214 from Dmitry-Me/duplicateVirtualCalls Lee Thomason 2014-09-27 15:58:19 -0700
  • 853de8169b Merge pull request #213 from Dmitry-Me/likelyWrongSignature Lee Thomason 2014-09-27 15:57:53 -0700
  • 869f1487e2 Merge pull request #212 from Dmitry-Me/reuseConstForNonConst Lee Thomason 2014-09-27 15:56:42 -0700
  • 6d202ff20e Eliminate repeated virtual calls Dmitry-Me 2014-09-26 14:21:00 +0400
  • 72bb0ecc39 Function signature is most likely wrong Dmitry-Me 2014-09-24 16:14:24 +0400
  • 9de541f465 Reuse const version for non-const one Dmitry-Me 2014-09-24 14:21:36 +0400
  • 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