Dmitry-Me
|
72801b8b20
|
First check, then convert
|
2015-05-07 09:41:39 +03:00 |
Lee Thomason
|
89df56c046
|
Merge pull request #327 from Dmitry-Me/ensureFileSizeFitsInSizeT
Ensure file contents fit into size_t range
|
2015-05-06 16:40:01 -07:00 |
Dmitry-Me
|
2a8b1f5789
|
Ensure file contents fit into size_t range
|
2015-04-30 14:58:57 +03:00 |
Lee Thomason
|
882e89e601
|
Merge pull request #326 from Dmitry-Me/cleanupPointersComparison
Unify pointers comparison, consistency asserts
|
2015-04-27 16:57:37 -07:00 |
Lee Thomason
|
a295da4302
|
Merge pull request #324 from Dmitry-Me/checkWithoutClangTautological
Range check without clang "always true" warning
|
2015-04-27 16:56:24 -07:00 |
Dmitry-Me
|
69d521d354
|
Unify pointers comparison, consistency asserts
|
2015-04-20 18:05:53 +03:00 |
Dmitry-Me
|
2ad4320339
|
Range check without clang "always true" warning
|
2015-04-16 12:18:58 +03:00 |
Lee Thomason
|
4f0c2ffcab
|
fix 'always true' warning
|
2015-04-13 13:58:20 -07:00 |
Lee Thomason
|
70f2c740c0
|
Merge pull request #322 from Dmitry-Me/detectParsingErrorEarlier
Detect parsing error earlier when looking at end of tag
|
2015-04-13 13:43:07 -07:00 |
Dmitry-Me
|
ccd267a782
|
Detect parsing error earlier when looking at end of tag
|
2015-04-10 15:42:54 +03:00 |
Lee Thomason
|
9f24acd369
|
Merge pull request #321 from Dmitry-Me/dontLeakTheElement
Don't leak the element
|
2015-04-09 14:49:59 -07:00 |
Lee Thomason
|
e3932d6b7f
|
Merge pull request #319 from Dmitry-Me/getRidOfNull
Get rid of NULL, cleanup formatting
|
2015-04-09 14:49:25 -07:00 |
Lee Thomason
|
5ea4f3cb77
|
Merge pull request #315 from Dmitry-Me/orderPatternsAsTheyAreSearched
Order patterns the same way they are searched
|
2015-04-09 14:48:44 -07:00 |
Lee Thomason
|
2d39158eaa
|
Merge pull request #317 from Dmitry-Me/moreConsistencyAsserts
More consistency asserts
|
2015-04-09 14:48:18 -07:00 |
Dmitry-Me
|
5daa54cf2b
|
Don't leak the element
|
2015-04-08 17:45:07 +03:00 |
Dmitry-Me
|
e76b8519d1
|
Get rid of NULL, cleanup formatting
|
2015-04-08 13:41:40 +03:00 |
Dmitry-Me
|
9614f8ff74
|
More consistency asserts
|
2015-04-08 10:06:06 +03:00 |
Lee Thomason
|
4a0392dd9d
|
Merge pull request #314 from Dmitry-Me/ensureEnumIsPrintedProperly
Ensure enum is printed properly
|
2015-04-07 09:55:18 -07:00 |
Lee Thomason
|
0aa957a352
|
Merge pull request #313 from Dmitry-Me/shouldBeNoErrorInitially
Test there's no error initially, proper swap "found" and "expected"
|
2015-04-07 09:53:24 -07:00 |
Dmitry-Me
|
400f1199ea
|
Ensure enum is printed properly
|
2015-04-07 11:51:21 +03:00 |
Dmitry-Me
|
32533ca9c2
|
Test there's no error initially, proper swap "found" and "expected"
|
2015-04-07 10:37:39 +03:00 |
Lee Thomason
|
a1a4a13825
|
Merge pull request #312 from Dmitry-Me/newDocumentMustBeEmpty
Document must be initially empty
|
2015-04-06 14:26:23 -07:00 |
Lee Thomason
|
4034395d1a
|
Merge pull request #311 from Dmitry-Me/betterParameterName
Better parameter name
|
2015-04-06 14:25:57 -07:00 |
Lee Thomason
|
2a2ed16ce1
|
Merge pull request #310 from Dmitry-Me/moreConst
Const qualifiers where access is const, unify formatting
|
2015-04-06 14:25:37 -07:00 |
Lee Thomason
|
1881344cb6
|
Merge pull request #309 from Dmitry-Me/makeParseDeepProtected
Make ParseDeep() protected
|
2015-04-06 14:25:00 -07:00 |
Dmitry-Me
|
48b5df0b9b
|
Document must be initially empty
|
2015-04-06 18:20:25 +03:00 |
Dmitry-Me
|
040092215d
|
Better parameter name
|
2015-04-06 18:07:18 +03:00 |
Dmitry-Me
|
2667aab551
|
Const qualifiers where access is const, unify formatting
|
2015-04-03 10:56:59 +03:00 |
Dmitry-Me
|
9b0f17753d
|
Make ParseDeep() protected
|
2015-04-03 10:37:31 +03:00 |
Lee Thomason
|
51b33321be
|
Merge pull request #308 from Dmitry-Me/mergePrintCalls
Merge Print() calls
|
2015-04-02 13:27:50 -07:00 |
Lee Thomason
|
8c067ab730
|
Merge pull request #307 from Dmitry-Me/simplifyOverengineeredCode
Simplify overengineered code
|
2015-04-02 13:27:17 -07:00 |
Lee Thomason
|
fb33e99a77
|
Merge pull request #306 from Dmitry-Me/printSubstringEntirely
Print entire substring instead of each character
|
2015-04-02 13:26:50 -07:00 |
Dmitry-Me
|
6a79c17c87
|
Merge Print() calls
|
2015-03-31 12:18:17 +03:00 |
Dmitry-Me
|
8d4e0ec528
|
Simplify overengineered code
|
2015-03-30 12:58:28 +03:00 |
Dmitry-Me
|
c505e136da
|
Order patterns the same way they are searched
|
2015-03-30 09:54:36 +03:00 |
Dmitry-Me
|
d95172ba47
|
Print entire substring instead of each character
|
2015-03-30 08:11:18 +03:00 |
Lee Thomason
|
28c7c8c14f
|
Merge pull request #305 from Dmitry-Me/errorShouldBeClearedAfterLoad
If LoadFile() fails then subsequent successful LoadFile() must clear the error
|
2015-03-26 11:19:28 -07:00 |
Lee Thomason
|
55c7879352
|
Merge branch 'Haloric-Issue-302'
|
2015-03-26 11:18:42 -07:00 |
Lee Thomason
|
f657783cf2
|
merge fix for save file error
|
2015-03-26 11:18:21 -07:00 |
Dmitry-Me
|
d9852a53af
|
If LoadFile() fails then subsequent successful LoadFile() must clear the error
|
2015-03-25 10:17:49 +03:00 |
Lee Thomason
|
ea21390f28
|
Merge branch 'Haloric-Issue299'
|
2015-03-24 11:18:12 -07:00 |
Lee Thomason
|
3ccb1cec29
|
minor formatting cleanup
|
2015-03-24 11:17:44 -07:00 |
Ant Mitchell
|
189198f19c
|
Issue 302: clear any previous save error
|
2015-03-24 16:20:36 +00:00 |
Ant Mitchell
|
148cc1a0a5
|
Issue 299 - test for code changes
|
2015-03-24 15:12:35 +00:00 |
Ant Mitchell
|
7e744771ad
|
Issue299 - Allow Accept() to work with element trees that are not
linked in to the owning document.
|
2015-03-24 14:33:28 +00:00 |
Lee Thomason
|
32cca51ac5
|
Merge pull request #300 from davidsanfal/master
Add biicode support to TinyXML-2
|
2015-03-20 21:29:37 -07:00 |
Lee Thomason
|
01969dcde2
|
Merge remote-tracking branch 'origin/master'
|
2015-03-17 21:31:57 -07:00 |
Lee Thomason
|
1977a7258c
|
setting the version to 3.0.0
|
2015-03-17 21:30:01 -07:00 |
Lee Thomason
|
2b1e18185c
|
Merge pull request #298 from Dmitry-Me/fixCommentTypo
Fix comment typo
|
2015-03-16 11:57:38 -07:00 |
Lee Thomason
|
5ea1cf33f3
|
Merge pull request #297 from Dmitry-Me/betterAssertsInParsing
Better asserts in parsing
|
2015-03-16 11:57:13 -07:00 |