Commit Graph

  • f0e8fac4ee Merge pull request #239 from Dmitry-Me/addMorePointerAsserts Lee Thomason 2014-12-09 11:14:16 -0800
  • 489e5f30a2 Merge pull request #238 from Dmitry-Me/dontImplicitlyConvertErrorID Lee Thomason 2014-12-09 11:03:49 -0800
  • abb2d046d0 More pointers pre-asserts Dmitry-Me 2014-12-09 12:59:31 +0300
  • 9bcd9c7674 Should not check errorID with implicit conversion Dmitry-Me 2014-12-09 10:58:14 +0300
  • e6328b81f7 Merge pull request #237 from Dmitry-Me/resolveIssue176 Lee Thomason 2014-12-08 11:56:17 -0800
  • a317bd66a6 Resolve issue 176 Dmitry-Me 2014-12-08 10:35:37 +0300
  • 5c5307013a Merge pull request #235 from Dmitry-Me/reuseFindAttribute Lee Thomason 2014-12-05 10:26:57 -0800
  • 1227d51ed0 Reuse const FindAttribute for non-const version thereof Dmitry-Me 2014-12-05 13:41:45 +0300
  • 7254cf7e57 Merge pull request #234 from Dmitry-Me/errorCheckingNeverWorked Lee Thomason 2014-11-28 13:54:55 -0800
  • ab37df8d67 Error checking never actually checked anything Dmitry-Me 2014-11-28 12:08:36 +0300
  • 2114e47453 Merge pull request #230 from antonindrawan/master Lee Thomason 2014-11-27 22:34:34 -0800
  • 18f5d7f133 Merge branch 'Dmitry-Me-properStrPairAssignment' Lee Thomason 2014-11-27 22:31:37 -0800
  • 2965880447 switch to using pointer, not reference Lee Thomason 2014-11-27 22:31:11 -0800
  • 8a0006ceda Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. Processed review comment from leethomason Anton Indrawan 2014-11-20 18:27:07 +0100
  • f59e2d6a89 Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6. Anton Indrawan 2014-11-18 20:50:42 +0100
  • f5d1d9ead2 Merge remote-tracking branch 'origin/master' Lee Thomason 2014-11-15 17:56:08 -0800
  • b2ec17dd5f very minor cleanup of commented out code Lee Thomason 2014-11-15 17:55:40 -0800
  • a94fc98396 Merge pull request #229 from xantares/test Lee Thomason 2014-11-15 17:55:14 -0800
  • c82446c81e Merge pull request #228 from xantares/shared Lee Thomason 2014-11-15 17:55:04 -0800
  • 03494b189c Merge remote-tracking branch 'origin/master' into Dmitry-Me-properStrPairAssignment Lee Thomason 2014-11-15 17:50:17 -0800
  • 575f190412 fix merge of operator= Lee Thomason 2014-11-15 17:50:15 -0800
  • 327d5c142e Merge branch 'properStrPairAssignment' of https://github.com/Dmitry-Me/tinyxml2 into Dmitry-Me-properStrPairAssignment Lee Thomason 2014-11-15 17:46:23 -0800
  • 92e521b431 add simple test for not-crashing Lee Thomason 2014-11-15 17:45:51 -0800
  • 0b2c22bd46 Rename test, fixed cmake warning. xantares 2014-11-14 19:46:18 +0100
  • c8ec6fcab4 Use BUILD_SHARED_LIBS cmake standard. xantares 2014-11-14 19:40:58 +0100
  • 08b40dd8a5 Implement "move" equivalent of assignment operator for StrPair Dmitry-Me 2014-11-10 11:17:21 +0300
  • 1cd7e7422c Merge pull request #226 from Dmitry-Me/addPreAssertFixComment Lee Thomason 2014-11-08 16:58:16 -0800
  • 66d2a84715 Add pre-assert, fix comment Dmitry-Me 2014-11-08 15:24:52 +0300
  • 97cfa03865 Merge pull request #221 from Dmitry-Me/reuseIsWhiteSpace Lee Thomason 2014-10-31 15:55:20 -0700
  • fa20b227a3 Reuse IsWhiteSpace(), move comment. Dmitry-Me 2014-10-31 12:53:04 +0300
  • 0826e9632f Merge pull request #220 from tolga9009/patch-1 Lee Thomason 2014-10-30 16:49:10 -0700
  • 78eee7299f removing accidentally added newline Tolga Cakir 2014-10-30 23:08:39 +0100
  • 4de01a9489 Merge pull request #218 from Dmitry-Me/enableLeakTracing Lee Thomason 2014-10-30 14:17:34 -0700
  • 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
  • c3cdfa6349 new iteration of the parser to handle internal comments mikemayer67-master Lee Thomason 2014-10-11 16:49:58 -0700
  • 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
  • 282285a069 Merge branch 'master' of https://github.com/mikemayer67/tinyxml2 into mikemayer67-master Lee Thomason 2014-09-27 16:03:15 -0700
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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