1. 32533ca Test there's no error initially, proper swap "found" and "expected" by Dmitry-Me · 10 years ago
  2. a1a4a13 Merge pull request #312 from Dmitry-Me/newDocumentMustBeEmpty by Lee Thomason · 10 years ago
  3. 4034395 Merge pull request #311 from Dmitry-Me/betterParameterName by Lee Thomason · 10 years ago
  4. 2a2ed16 Merge pull request #310 from Dmitry-Me/moreConst by Lee Thomason · 10 years ago
  5. 1881344 Merge pull request #309 from Dmitry-Me/makeParseDeepProtected by Lee Thomason · 10 years ago
  6. 48b5df0 Document must be initially empty by Dmitry-Me · 10 years ago
  7. 0400922 Better parameter name by Dmitry-Me · 10 years ago
  8. 2667aab Const qualifiers where access is const, unify formatting by Dmitry-Me · 10 years ago
  9. 9b0f177 Make ParseDeep() protected by Dmitry-Me · 10 years ago
  10. 51b3332 Merge pull request #308 from Dmitry-Me/mergePrintCalls by Lee Thomason · 10 years ago
  11. 8c067ab Merge pull request #307 from Dmitry-Me/simplifyOverengineeredCode by Lee Thomason · 10 years ago
  12. fb33e99 Merge pull request #306 from Dmitry-Me/printSubstringEntirely by Lee Thomason · 10 years ago
  13. 6a79c17 Merge Print() calls by Dmitry-Me · 10 years ago
  14. 8d4e0ec Simplify overengineered code by Dmitry-Me · 10 years ago
  15. d95172b Print entire substring instead of each character by Dmitry-Me · 10 years ago
  16. 28c7c8c Merge pull request #305 from Dmitry-Me/errorShouldBeClearedAfterLoad by Lee Thomason · 10 years ago
  17. 55c7879 Merge branch 'Haloric-Issue-302' by Lee Thomason · 10 years ago
  18. f657783 merge fix for save file error by Lee Thomason · 10 years ago
  19. d9852a5 If LoadFile() fails then subsequent successful LoadFile() must clear the error by Dmitry-Me · 10 years ago
  20. ea21390 Merge branch 'Haloric-Issue299' by Lee Thomason · 10 years ago
  21. 3ccb1ce minor formatting cleanup by Lee Thomason · 10 years ago
  22. 189198f Issue 302: clear any previous save error by Ant Mitchell · 10 years ago
  23. 148cc1a Issue 299 - test for code changes by Ant Mitchell · 10 years ago
  24. 7e74477 Issue299 - Allow Accept() to work with element trees that are not by Ant Mitchell · 10 years ago
  25. 32cca51 Merge pull request #300 from davidsanfal/master by Lee Thomason · 10 years ago
  26. 01969dc Merge remote-tracking branch 'origin/master' by Lee Thomason · 10 years ago
  27. 1977a72 setting the version to 3.0.0 by Lee Thomason · 10 years ago
  28. 2b1e181 Merge pull request #298 from Dmitry-Me/fixCommentTypo by Lee Thomason · 10 years ago
  29. 5ea1cf3 Merge pull request #297 from Dmitry-Me/betterAssertsInParsing by Lee Thomason · 10 years ago
  30. 4633c3a add biicode support by David · 10 years ago
  31. 2f465c4 Fix comment typo by Dmitry-Me · 10 years ago
  32. 3dc797b Better asserts in parsing by Dmitry-Me · 10 years ago
  33. b53aaa8 set the version to 2.3.0 by Lee Thomason · 10 years ago
  34. 245bee0 Merge pull request #296 from Dmitry-Me/assertForImpossibleCase by Lee Thomason · 10 years ago
  35. 80647bd Merge remote-tracking branch 'origin/master' by Lee Thomason · 10 years ago
  36. 7265b76 merge change; add extra assert by Lee Thomason · 10 years ago
  37. ed9aa5a Merge pull request #293 from Dmitry-Me/resolveIssue291 by Lee Thomason · 10 years ago
  38. 33bb764 Assert for impossible case by Dmitry-Me · 10 years ago
  39. bab9b6d More asserts in numbers parsing by Dmitry-Me · 10 years ago
  40. 6f51c80 Resolve crash when printing malformed entities - issue 291 by Dmitry-Me · 10 years ago
  41. 0f922e7 Merge pull request #289 from Dmitry-Me/fixNullPointerDereference by Lee Thomason · 10 years ago
  42. 9fcb876 Fix null pointer dereference planted in PR287 and reported in PR288 by Dmitry-Me · 10 years ago
  43. f12ece0 Merge pull request #287 from Dmitry-Me/preAndPostAssertsInIdentify by Lee Thomason · 10 years ago
  44. 0238466 Add and make use of pre- and post-asserts in XMLDocument::Identify() by Dmitry-Me · 10 years ago
  45. 1354ffa Merge pull request #284 from Dmitry-Me/testDocumentBeforeClearing by Lee Thomason · 11 years ago
  46. aaa4cea Test document had content to clear by Dmitry-Me · 11 years ago
  47. 03824c3 Merge pull request #280 from Dmitry-Me/moveDeclarationToFirstUse by Lee Thomason · 11 years ago
  48. 6acc9a5 Move declaration to actual first use by Dmitry-Me · 11 years ago
  49. b733c26 Merge pull request #278 from Dmitry-Me/wrongBoundConstraints by Lee Thomason · 11 years ago
  50. 2875d84 Merge pull request #277 from Dmitry-Me/preAssertsToClarifyBufferUsage by Lee Thomason · 11 years ago
  51. e94bde0 Merge pull request #276 from Dmitry-Me/removeRedundantParametersList by Lee Thomason · 11 years ago
  52. ed7a7dc Use proper constraints for int variable by Dmitry-Me · 11 years ago
  53. 30bdc97 Pre-asserts to clarify buffer usage by Dmitry-Me · 11 years ago
  54. 9a5a48d Remove redundant parameters list by Dmitry-Me · 11 years ago
  55. 38b49ae Merge pull request #275 from Dmitry-Me/moreOverflowChecks by Lee Thomason · 11 years ago
  56. d95716b Merge pull request #273 from Dmitry-Me/moreChecksInUtfConversion by Lee Thomason · 11 years ago
  57. 22f3498 Merge pull request #271 from JayXon/optimizeLogo by Lee Thomason · 11 years ago
  58. 74fb870 More overflow checks by Dmitry-Me · 11 years ago
  59. 7e67bc8 minor formatting changes by Lee Thomason · 11 years ago
  60. ba7d9df Merge pull request #272 from Dmitry-Me/properTreatStrchrPostConditions by Lee Thomason · 11 years ago
  61. bbaf1e1 More checks inside UTF conversion by Dmitry-Me · 11 years ago
  62. 9f56e12 strchr() can only find what is was asked for by Dmitry-Me · 11 years ago
  63. 778b391 lossless optimization on logo by JayXon · 11 years ago
  64. d156866 Merge pull request #269 from Dmitry-Me/makeFormattingConsistent by Lee Thomason · 11 years ago
  65. f802660 Merge pull request #268 from Dmitry-Me/avoidRepeatedComparisons by Lee Thomason · 11 years ago
  66. e4fe285 Merge pull request #267 from Dmitry-Me/prohibitCopyAndAssignment by Lee Thomason · 11 years ago
  67. b389252 Merge pull request #264 from Dmitry-Me/makeProhibitedStuffPrivate by Lee Thomason · 11 years ago
  68. e53740e Merge pull request #263 from Dmitry-Me/useProperConstCast by Lee Thomason · 11 years ago
  69. 257e11b Fix formatting, get rid of useless if-else chain by Dmitry-Me · 11 years ago
  70. 3ae4f3e Get rid of repeated comparisons by Dmitry-Me · 11 years ago
  71. 3e0af37 Prohibit copy and assigment where they are not supported by Dmitry-Me · 11 years ago
  72. f547a99 Prohibited operations should be declared private by Dmitry-Me · 11 years ago
  73. e28be75 Use explicit const_cast by Dmitry-Me · 11 years ago
  74. 3cebdc4 clean up function names. clean up pointer by Lee Thomason · 11 years ago
  75. 75b4e23 Merge pull request #260 from Dmitry-Me/placeChecksInMoreNaturalOrder by Lee Thomason · 11 years ago
  76. 6e504e9 Merge pull request #259 from Dmitry-Me/preAndPostAssertsInGetStr by Lee Thomason · 11 years ago
  77. 59946f6 Merge pull request #258 from Dmitry-Me/clarifyIsNameStart by Lee Thomason · 11 years ago
  78. 625402a Merge pull request #257 from Dmitry-Me/reusePreInsertMagic by Lee Thomason · 11 years ago
  79. 56223dd Merge pull request #256 from Dmitry-Me/reuseParseAdjustments by Lee Thomason · 11 years ago
  80. deccff7 Merge pull request #254 from JayXon/onlyCheckElementPointerOnce by Lee Thomason · 11 years ago
  81. 7a7e5dc Rearrange checks in more natural order by Dmitry-Me · 11 years ago
  82. 5ffa73e Pointer asserts in GetStr() by Dmitry-Me · 11 years ago
  83. ea617f9 Clarify IsNameStartChar() - resolve issue 250 by Dmitry-Me · 11 years ago
  84. 74e3940 Reuse pre-insert manipulations by Dmitry-Me · 11 years ago
  85. 97476b7 Reuse code with pre-parse adjustments by Dmitry-Me · 11 years ago
  86. b4e81b0 Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert by Lee Thomason · 11 years ago
  87. 6d12b7b Merge pull request #252 from Dmitry-Me/moreAdequateTestForEmpty by Lee Thomason · 11 years ago
  88. 5f06297 Merge pull request #248 from JayXon/simplifyParseName by Lee Thomason · 11 years ago
  89. 9af6ccb fix whitespace conflict by Lee Thomason · 11 years ago
  90. 78120c2 Merge pull request #249 from Dmitry-Me/unifySkipWhiteSpaceCallsAddAsserts by Lee Thomason · 11 years ago
  91. ac503ea Merge remote-tracking branch 'origin/master' by Lee Thomason · 11 years ago
  92. 20806ce add an extra assert by Lee Thomason · 11 years ago
  93. e4bf6e3 Only check ele pointer once by JayXon · 11 years ago
  94. 4bcbf14 Suppress C4127 in asserts by Dmitry-Me · 11 years ago
  95. 588bb8d Better tests for empty document by Dmitry-Me · 11 years ago
  96. ee525db Simplify ParseName by JayXon · 11 years ago
  97. bb836dc Unify SkipWhiteSpace()/ReadBOM() calls, add asserts by Dmitry-Me · 11 years ago
  98. 69242c4 Merge pull request #247 from Dmitry-Me/combineCheckWithDependentCall by Lee Thomason · 11 years ago
  99. ffee345 Merge pull request #246 from Dmitry-Me/moveVariableDeclaration by Lee Thomason · 11 years ago
  100. a092bc1 Move the check into dependent call by Dmitry-Me · 11 years ago