Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tinyxml2
/
1527cf4b2fee04e17ae6082ef46f3aeab8b18d9f
/
tinyxml2.cpp
1527cf4
Patch for Visual Studio 2003 and earlier.
by pffang
· 10 years ago
687bf82
Don't use -1 as buffer length
by Dmitry-Me
· 10 years ago
91f2dcf
Merge pull request #342 from Dmitry-Me/testErrorNames
by Lee Thomason
· 10 years ago
a1beddf
Test error name is non-empty for the whole range
by Dmitry-Me
· 10 years ago
962083b
Remove redundant comment, fix typo and formatting
by Dmitry-Me
· 10 years ago
ca86a0f
Proper fix gcc -Wsign-compare
by Dmitry-Me
· 10 years ago
c879a4d
Merge pull request #338 from Dmitry-Me/removeAmbiguousEnumItems
by Lee Thomason
· 10 years ago
949ae37
Merge pull request #337 from Dmitry-Me/checkEntityFoundExplicitly
by Lee Thomason
· 10 years ago
8549202
clean up Value of XMLDocument
by Lee Thomason
· 10 years ago
7a93b33
tighten up the error checks
by Lee Thomason
· 10 years ago
2ecc203
Merge branch 'patch-1' of https://github.com/SirR4T/tinyxml2 into SirR4T-patch-1
by Lee Thomason
· 10 years ago
5420e54
Get rid of two distinct enum items with same same
by Dmitry-Me
· 10 years ago
764545e
Explicitly check entity was not found
by Dmitry-Me
· 10 years ago
3df007e
Fix and use correct pointers and types.
by Sarat Addepalli
· 10 years ago
96b4346
Remove unnecessary cast in XMLNode::Value()
by Sarat Addepalli
· 10 years ago
9c3122b
Bypass asserts for `XMLDocument::Value()`
by Sarat Addepalli
· 10 years ago
2f0d173
Fix whitespaces in tinyxml2.cpp
by Sarat Addepalli
· 10 years ago
a0f499d
Fix ParseDeep() to close issue #332
by Sarat Addepalli
· 10 years ago
67c429e
Avoid unneeded printer object creation
by Dmitry-Me
· 10 years ago
72801b8
First check, then convert
by Dmitry-Me
· 10 years ago
2a8b1f5
Ensure file contents fit into size_t range
by Dmitry-Me
· 10 years ago
882e89e
Merge pull request #326 from Dmitry-Me/cleanupPointersComparison
by Lee Thomason
· 10 years ago
69d521d
Unify pointers comparison, consistency asserts
by Dmitry-Me
· 10 years ago
2ad4320
Range check without clang "always true" warning
by Dmitry-Me
· 10 years ago
4f0c2ff
fix 'always true' warning
by Lee Thomason
· 10 years ago
ccd267a
Detect parsing error earlier when looking at end of tag
by Dmitry-Me
· 10 years ago
e3932d6
Merge pull request #319 from Dmitry-Me/getRidOfNull
by Lee Thomason
· 10 years ago
5ea4f3c
Merge pull request #315 from Dmitry-Me/orderPatternsAsTheyAreSearched
by Lee Thomason
· 10 years ago
e76b851
Get rid of NULL, cleanup formatting
by Dmitry-Me
· 10 years ago
9614f8f
More consistency asserts
by Dmitry-Me
· 10 years ago
400f119
Ensure enum is printed properly
by Dmitry-Me
· 10 years ago
2667aab
Const qualifiers where access is const, unify formatting
by Dmitry-Me
· 10 years ago
51b3332
Merge pull request #308 from Dmitry-Me/mergePrintCalls
by Lee Thomason
· 10 years ago
6a79c17
Merge Print() calls
by Dmitry-Me
· 10 years ago
c505e13
Order patterns the same way they are searched
by Dmitry-Me
· 10 years ago
d95172b
Print entire substring instead of each character
by Dmitry-Me
· 10 years ago
f657783
merge fix for save file error
by Lee Thomason
· 10 years ago
3ccb1ce
minor formatting cleanup
by Lee Thomason
· 10 years ago
189198f
Issue 302: clear any previous save error
by Ant Mitchell
· 10 years ago
7e74477
Issue299 - Allow Accept() to work with element trees that are not
by Ant Mitchell
· 10 years ago
2b1e181
Merge pull request #298 from Dmitry-Me/fixCommentTypo
by Lee Thomason
· 10 years ago
2f465c4
Fix comment typo
by Dmitry-Me
· 10 years ago
3dc797b
Better asserts in parsing
by Dmitry-Me
· 10 years ago
245bee0
Merge pull request #296 from Dmitry-Me/assertForImpossibleCase
by Lee Thomason
· 10 years ago
80647bd
Merge remote-tracking branch 'origin/master'
by Lee Thomason
· 10 years ago
7265b76
merge change; add extra assert
by Lee Thomason
· 10 years ago
33bb764
Assert for impossible case
by Dmitry-Me
· 10 years ago
bab9b6d
More asserts in numbers parsing
by Dmitry-Me
· 10 years ago
6f51c80
Resolve crash when printing malformed entities - issue 291
by Dmitry-Me
· 10 years ago
9fcb876
Fix null pointer dereference planted in PR287 and reported in PR288
by Dmitry-Me
· 10 years ago
0238466
Add and make use of pre- and post-asserts in XMLDocument::Identify()
by Dmitry-Me
· 10 years ago
6acc9a5
Move declaration to actual first use
by Dmitry-Me
· 11 years ago
30bdc97
Pre-asserts to clarify buffer usage
by Dmitry-Me
· 11 years ago
d95716b
Merge pull request #273 from Dmitry-Me/moreChecksInUtfConversion
by Lee Thomason
· 11 years ago
7e67bc8
minor formatting changes
by Lee Thomason
· 11 years ago
bbaf1e1
More checks inside UTF conversion
by Dmitry-Me
· 11 years ago
9f56e12
strchr() can only find what is was asked for
by Dmitry-Me
· 11 years ago
d156866
Merge pull request #269 from Dmitry-Me/makeFormattingConsistent
by Lee Thomason
· 11 years ago
f802660
Merge pull request #268 from Dmitry-Me/avoidRepeatedComparisons
by Lee Thomason
· 11 years ago
257e11b
Fix formatting, get rid of useless if-else chain
by Dmitry-Me
· 11 years ago
3ae4f3e
Get rid of repeated comparisons
by Dmitry-Me
· 11 years ago
e28be75
Use explicit const_cast
by Dmitry-Me
· 11 years ago
3cebdc4
clean up function names. clean up pointer
by Lee Thomason
· 11 years ago
75b4e23
Merge pull request #260 from Dmitry-Me/placeChecksInMoreNaturalOrder
by Lee Thomason
· 11 years ago
6e504e9
Merge pull request #259 from Dmitry-Me/preAndPostAssertsInGetStr
by Lee Thomason
· 11 years ago
625402a
Merge pull request #257 from Dmitry-Me/reusePreInsertMagic
by Lee Thomason
· 11 years ago
56223dd
Merge pull request #256 from Dmitry-Me/reuseParseAdjustments
by Lee Thomason
· 11 years ago
deccff7
Merge pull request #254 from JayXon/onlyCheckElementPointerOnce
by Lee Thomason
· 11 years ago
7a7e5dc
Rearrange checks in more natural order
by Dmitry-Me
· 11 years ago
5ffa73e
Pointer asserts in GetStr()
by Dmitry-Me
· 11 years ago
74e3940
Reuse pre-insert manipulations
by Dmitry-Me
· 11 years ago
97476b7
Reuse code with pre-parse adjustments
by Dmitry-Me
· 11 years ago
b4e81b0
Merge pull request #253 from Dmitry-Me/getRidOfC4127InAssert
by Lee Thomason
· 11 years ago
5f06297
Merge pull request #248 from JayXon/simplifyParseName
by Lee Thomason
· 11 years ago
e4bf6e3
Only check ele pointer once
by JayXon
· 11 years ago
4bcbf14
Suppress C4127 in asserts
by Dmitry-Me
· 11 years ago
ee525db
Simplify ParseName
by JayXon
· 11 years ago
bb836dc
Unify SkipWhiteSpace()/ReadBOM() calls, add asserts
by Dmitry-Me
· 11 years ago
69242c4
Merge pull request #247 from Dmitry-Me/combineCheckWithDependentCall
by Lee Thomason
· 11 years ago
a092bc1
Move the check into dependent call
by Dmitry-Me
· 11 years ago
5b4a516
Move variable declaration closer to where it's needed
by Dmitry-Me
· 11 years ago
4e5900c
Merge pull request #244 from Dmitry-Me/unifyCharacterCasts
by Lee Thomason
· 11 years ago
0b4bdd2
Merge pull request #243 from JayXon/simplify_node_logic
by Lee Thomason
· 11 years ago
8b67d74
Unify character casts, reorganize checks
by Dmitry-Me
· 11 years ago
ebb0c8f
fix compiler warning
by Lee Thomason
· 11 years ago
7334f9e
fix a clang warning
by Lee Thomason
· 11 years ago
cd011bc
start working through memory bugs
by Lee Thomason
· 11 years ago
dbfdd8f
Simplify node logic
by JayXon
· 11 years ago
ee2c469
Merge pull request #240 from Dmitry-Me/simplifyNodeOwnershipTracking
by Lee Thomason
· 11 years ago
ed2a407
Add more pointer pre-asserts
by Dmitry-Me
· 11 years ago
e6a95ce
Validate pool block has the right size before calling placement new
by Dmitry-Me
· 11 years ago
f0e8fac
Merge pull request #239 from Dmitry-Me/addMorePointerAsserts
by Lee Thomason
· 11 years ago
abb2d04
More pointers pre-asserts
by Dmitry-Me
· 11 years ago
9bcd9c7
Should not check errorID with implicit conversion
by Dmitry-Me
· 11 years ago
1227d51
Reuse const FindAttribute for non-const version thereof
by Dmitry-Me
· 11 years ago
ab37df8
Error checking never actually checked anything
by Dmitry-Me
· 11 years ago
2114e47
Merge pull request #230 from antonindrawan/master
by Lee Thomason
· 11 years ago
2965880
switch to using pointer, not reference
by Lee Thomason
· 11 years ago
f59e2d6
Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6.
by Anton Indrawan
· 11 years ago
03494b1
Merge remote-tracking branch 'origin/master' into Dmitry-Me-properStrPairAssignment
by Lee Thomason
· 11 years ago
Next »