Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tinyxml2
/
0c0f98bf842ac429eb8c4f19ff093a27e8e11492
/
tinyxml2.cpp
0c0f98b
merge from master
by Lee Thomason
· 8 years ago
d556e6d
Merge branch 'master' into errorstr
by Lee Thomason
· 8 years ago
f49b965
fix up error system issues
by Lee Thomason
· 8 years ago
714ccfe
fix line number tracker. error msg wip
by Lee Thomason
· 8 years ago
7abfa6b
Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc
by Lee Thomason
· 8 years ago
aa18839
Error string re-work
by Lee Thomason
· 8 years ago
e8f4a8b
Fix crash when element is being inserted "after itself"
by Dmitry-Me
· 8 years ago
7f0f754
Code cleanup to pass gcc -Weffc++ warnings
by Thierry Lelegard
· 8 years ago
a28eb07
Extract and reuse conversion code
by Dmitry-Me
· 8 years ago
87cd4e0
Add 'const' on XMLDocument::DeepCopy. This make us copy const
by Shuichiro Suzuki
· 8 years ago
3cc6f5c
Annotate fall throughs with comments
by Dmitry-Me
· 8 years ago
8c9e313
remove error string inline. hopefully helps with odd linking issues
by Lee Thomason
· 8 years ago
8bba8b4
mark unused enums
by Lee Thomason
· 8 years ago
9201bb9
Merge pull request #563 from Dmitry-Me/betterParameterNameInClone
by Lee Thomason
· 8 years ago
3f63f21
Better parameter name
by Dmitry-Me
· 8 years ago
8a76361
fix incorrect factoring
by Lee Thomason
· 8 years ago
bc52755
Merge pull request #558 from leethomason/clone
by Lee Thomason
· 8 years ago
c2f677b
Unlinked nodes assertions
by Dmitry-Me
· 8 years ago
1346a17
tweak comments. fix copy to self case.
by Lee Thomason
· 8 years ago
1bbc66b
Merge branch 'master' into clone
by Lee Thomason
· 8 years ago
b754ddf
address feedback from review
by Lee Thomason
· 8 years ago
816d3fa
Fix string leaking (and destructors not getting called) when there are XMLNodes that aren't in the document tree
by Lee Thomason
· 8 years ago
a30f8bd
Merge remote-tracking branch 'origin/master' into clone
by Lee Thomason
· 8 years ago
7085f00
deep copy and clone
by Lee Thomason
· 8 years ago
10b8ecc
Clarify variable names
by Dmitry-Me
· 8 years ago
e503563
Fully use enum
by Dmitry-Me
· 8 years ago
ba68a3a
Pointer assertion
by Dmitry-Me
· 8 years ago
395ea09
Merge pull request #538 from Dmitry-Me/suppressC6011
by Lee Thomason
· 8 years ago
7221b49
Suppress C6011 code analysis false positive warning
by Dmitry-Me
· 8 years ago
ae8a82a
Clearer variable name
by Dmitry-Me
· 8 years ago
92c0ef3
Merge pull request #527 from Dmitry-Me/reuseNodesCreationCode
by Lee Thomason
· 8 years ago
2aebfb7
Extract and reuse nodes creation code
by Dmitry-Me
· 8 years ago
b37cb42
Merge pull request #513 from leethomason/bool-write
by Lee Thomason
· 8 years ago
f89bd3e
Initialize member variables
by Dmitry-Me
· 9 years ago
c5c99c2
tweaks to bool serialization
by Lee Thomason
· 9 years ago
f458d26
fix const. hopefully.
by Lee Thomason
· 9 years ago
ce667c9
ability to set bool write values
by Lee Thomason
· 9 years ago
5b733ff
Merge pull request #504 from Dmitry-Me/ensureLinkPointersAreNotOverwritten
by Lee Thomason
· 9 years ago
e90e901
tweaks, clarification to line numbers
by Lee Thomason
· 9 years ago
34a3f8e
Ensure existing attributes are not leaked on attribute insertion
by Dmitry-Me
· 9 years ago
e353181
CodeReview Fix: initialLineNum? Something a little more descriptive?
by kezenator
· 9 years ago
e3d4415
CodeReview Fix: The initializer syntax isn't used. Should be 'int unusedLineNum = 0`
by kezenator
· 9 years ago
4f75616
CodeReview Fix: The non-const reference syntax isn't used in the codebase. Should be a pointer.
by kezenator
· 9 years ago
2489afc
Merge branch 'master' of https://github.com/leethomason/tinyxml2
by kezenator
· 9 years ago
ec69415
Added line number reporting to parse errors and to all nodes and attributes for parsed documents.
by kezenator
· 9 years ago
156bc1b
Merge pull request #502 from Dmitry-Me/reuseClearError
by Lee Thomason
· 9 years ago
5a70071
Added static method to convert arbitrary ErrorID to a string.
by kezenator
· 9 years ago
0d2cef0
Reuse code for error clearing
by Dmitry-Me
· 9 years ago
a60caa2
Reuse attribute creation code
by Dmitry-Me
· 9 years ago
7de0b6d
Merge pull request #493 from leethomason/jwittner
by Lee Thomason
· 9 years ago
d04f21c
Merge pull request #496 from Dmitry-Me/detectDeclarationPlacement
by Lee Thomason
· 9 years ago
446c3bc
Declarations should occur before anything else
by Dmitry-Me
· 9 years ago
4336431
Pointer post-assertion
by Dmitry-Me
· 9 years ago
c9a6102
Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master
by Lee Thomason
· 9 years ago
c5f1e7c
Avoid cast to signed integer type
by Dmitry-Me
· 9 years ago
ecb9b07
Reuse "is element with name" check
by Dmitry-Me
· 9 years ago
513e69b
Merge branch 'master' of https://github.com/leethomason/tinyxml2
by Josh Wittner
· 9 years ago
cf3dd09
Move implementations to cpp
by Josh Wittner
· 9 years ago
318252a
Fix warning on PowerPC
by Kevin Wojniak
· 9 years ago
6f1ad61
Merge pull request #471 from Dmitry-Me/loopInvariantAssertions
by Lee Thomason
· 9 years ago
fed5112
Split access and pointer adjustment
by Dmitry-Me
· 9 years ago
584af57
fix error string memory errors
by Lee Thomason
· 9 years ago
2449582
Use const where const is enough
by Dmitry-Me
· 9 years ago
f9f3c3e
Loop invariant pointer assertions
by Dmitry-Me
· 9 years ago
4fe8c10
Merge pull request #469 from Trebgarta/master
by Lee Thomason
· 9 years ago
de45d04
SetAttribute: true/false rather 1/0
by Doruk Turak
· 9 years ago
9cb4eca
Reuse DeleteChild()
by Dmitry-Me
· 9 years ago
0bb5901
Merge pull request #466 from Dmitry-Me/makeCommentMoreConcise
by Lee Thomason
· 9 years ago
caa72a6
Make comment more concise
by Dmitry-Me
· 9 years ago
4de7abb
Unify node deletion
by Dmitry-Me
· 9 years ago
75c8f40
Merge pull request #459 from Elbrasch/master
by Lee Thomason
· 9 years ago
db02b21
Pointer assertion for contract clarity
by Dmitry-Me
· 9 years ago
e1a82c1
Added void XMLPrinter::PushText( int64_t value ), which was declared but not implemented.
by Stefan Asbeck
· 9 years ago
5bf60e9
try to fix the lld issue
by Lee Thomason
· 9 years ago
af9bce1
support user data
by Lee Thomason
· 9 years ago
536a4cd
Merge branch 'master' into int64support
by Lee Thomason
· 9 years ago
0f45b24
Fixes issue #425
by Manlio Morini
· 9 years ago
51c1271
add int64 support
by Lee Thomason
· 9 years ago
8553625
one successful return type. simplify build on vs2015
by Lee Thomason
· 9 years ago
97837e7
Merge pull request #428 from wvvelzen/WarningsFix
by Lee Thomason
· 9 years ago
0aeac18
Fix 2 "Condition is always true" compiler warnings.
by Wilfred van Velzen
· 9 years ago
67abee5
Fix for Borland C++ Builder 6
by Wilfred van Velzen
· 9 years ago
96b110d
Assert to ensure ftell() behaves as expected by later code
by Dmitry-Me
· 10 years ago
81abfd6
Error fix DeleteChild
by Jarle Strand
· 10 years ago
0515fa9
Assertion in StrPair::SetStr()
by Dmitry-Me
· 10 years ago
901fed5
Get rid of -Wtype-limits warning
by Dmitry-Me
· 10 years ago
cac7578
Declared *PRINTF wrappers as static
by PKEuS
· 10 years ago
96f38cc
Asserts to ensure old buffer is not leaked when allocating a new one
by Dmitry-Me
· 10 years ago
bb8fd3c
Merge pull request #364 from PKEuS/master
by Lee Thomason
· 10 years ago
358202c
Moved include of <cstdarg> to cpp file
by Philipp Kloke
· 10 years ago
1d32e58
Asserts for formatted output length
by Dmitry-Me
· 10 years ago
78fca3d
Merge pull request #361 from RossBencina/master
by Lee Thomason
· 10 years ago
886ad97
Use "name" for element name
by Dmitry-Me
· 10 years ago
e7fa0e1
fix compiler warning (XCode 4.6.1 x86_64) tinyxml2.cpp:2146:77: Implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'const int'
by Ross Bencina
· 10 years ago
8dd493b
Better document warning suppression code
by Dmitry-Me
· 10 years ago
4824e95
Merge pull request #343 from Dmitry-Me/checkEntityWasPrinted
by Lee Thomason
· 10 years ago
1ca593c
Proper capitalize Visual Studio in comment
by Dmitry-Me
· 10 years ago
aa8566b
fix a macro version check
by Lee Thomason
· 10 years ago
53db4a6
move to cpp file.
by Lee Thomason
· 10 years ago
1527cf4
Patch for Visual Studio 2003 and earlier.
by pffang
· 10 years ago
Next »