Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tinyxml2
/
65c1b86582d11c61dc96c6ab040363994203789f
/
tinyxml2.h
65c1b86
Correct assigment interface for StrPair
by Bo Rydberg
· 7 years ago
2cc8a4c
Added explicit-keyword to constructors having 1 argument.
by orbitcowboy
· 7 years ago
c07409b
remove virtual call in destruction
by Lee Thomason
· 7 years ago
22b21ec
Fixed typos in comments. There are no functional changes intended.
by orbitcowboy
· 7 years ago
93a8fb1
Merge branch 'issue647'
by Lee Thomason
· 7 years ago
92fc089
remove deprecated errors. next version will be major.
by Lee Thomason
· 7 years ago
2bdb13a
Merge pull request #686 from leethomason/issue647
by Lee Thomason
· 7 years ago
fc80df3
fix query return type
by Lee Thomason
· 7 years ago
70d942e
remove dead yet conflicting method
by Lee Thomason
· 7 years ago
c1424ee
setting the version to 6.2.0
by Lee Thomason
· 7 years ago
f928c35
clean up the depth tracking a bit
by Lee Thomason
· 7 years ago
d946dda
upgrade to vs2017. fix stack overflow attack.
by Lee Thomason
· 7 years ago
5068991
rename DEBUG define to TINYXML2_DEBUG
by Peter Matula
· 8 years ago
703f91e
Merge pull request #643 from leethomason/querystring
by Lee Thomason
· 8 years ago
f26a547
sync the version
by Lee Thomason
· 8 years ago
28f9a48
Merge branch 'master' into querystring
by Lee Thomason
· 8 years ago
f6dc9be
merge master
by Lee Thomason
· 8 years ago
5b00e06
add query string method
by Lee Thomason
· 8 years ago
bd19787
write the version number as a macro
by Lee Thomason
· 8 years ago
8c8293b
setting the version to 6.0.0
by Lee Thomason
· 8 years ago
d548b7e
Merge branch 'master' into errorstr
by Lee Thomason
· 8 years ago
b2e08e4
XMLPrinter optimization
by Alexander Golubev
· 9 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
aa18839
Error string re-work
by Lee Thomason
· 8 years ago
7f0f754
Code cleanup to pass gcc -Weffc++ warnings
by Thierry Lelegard
· 8 years ago
87cd4e0
Add 'const' on XMLDocument::DeepCopy. This make us copy const
by Shuichiro Suzuki
· 8 years ago
effab6f
Better variable name
by Dmitry-Me
· 8 years ago
37bc3ac
upping the version to 5.0.1 to fix release vs. source problem
by Lee Thomason
· 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
3f63f21
Better parameter name
by Dmitry-Me
· 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
53858b4
minor formatting fix and very strange memory tracker missing
by Lee Thomason
· 8 years ago
a30f8bd
Merge remote-tracking branch 'origin/master' into clone
by Lee Thomason
· 8 years ago
b29f556
comment
by Lee Thomason
· 8 years ago
7085f00
deep copy and clone
by Lee Thomason
· 8 years ago
33a1f8b
Merge pull request #552 from Dmitry-Me/ensureNoOverrunBeforeCopy
by Lee Thomason
· 8 years ago
243ddf5
Ensure no overrun before copying
by Dmitry-Me
· 8 years ago
10b8ecc
Clarify variable names
by Dmitry-Me
· 8 years ago
e503563
Fully use enum
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
d120d64
Initialize member variable
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
e90e901
tweaks, clarification to line numbers
by Lee Thomason
· 9 years ago
19d8ea8
CodeReview Fix: GetLineNum()?
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
ebb1660
Unify null pointer checks
by Dmitry-Me
· 9 years ago
13cbc9a
add test files. fix doc.
by Lee Thomason
· 9 years ago
c9a6102
Merge branch 'master' of git://github.com/jwittner/tinyxml2 into jwittner-master
by Lee Thomason
· 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
21f9969
Assertions in string comparison
by Dmitry-Me
· 9 years ago
3b9cf99
Update comments to reflect single successful return type
by Benjamin Doherty
· 9 years ago
3a621f5
Added default values TypeText accessors
by Josh Wittner
· 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
2e14517
Merge pull request #474 from Dmitry-Me/unifyIncDecOps
by Lee Thomason
· 9 years ago
3161a33
Unify increments and decrements
by Dmitry-Me
· 9 years ago
6fc38ec
Pointer assertions for substring
by Dmitry-Me
· 9 years ago
cb6461c
Merge pull request #464 from mwoehlke-kitware/elf-visibility
by Lee Thomason
· 9 years ago
a8e7ea7
Set ELF visibility
by Matthew Woehlke
· 9 years ago
88145b8
Clarify "block" and "chunk"
by Dmitry-Me
· 9 years ago
74d44ac
fix compile issues on clang
by Lee Thomason
· 9 years ago
6ba2a07
upping the major version. lots of small (incompatible) changes, and the addition of int64 support.
by Lee Thomason
· 9 years ago
af9bce1
support user data
by Lee Thomason
· 9 years ago
1889c3e
try to make gcc happier
by Lee Thomason
· 9 years ago
51c1271
add int64 support
by Lee Thomason
· 9 years ago
a572db1
ps3 support
by Lee Thomason
· 9 years ago
8553625
one successful return type. simplify build on vs2015
by Lee Thomason
· 9 years ago
d3f5c31
remove unused XMLBase
by Lee Thomason
· 9 years ago
dffea57
remove mystery comment
by Lee Thomason
· 10 years ago
9e9c85b
Fix SetText() description spelling
by Dmitry-Me
· 10 years ago
7bc9201
remove static-assert accidentally checked in.
by Lee Thomason
· 10 years ago
598a88d
used stdlib strncmp function
by Lee Thomason
· 10 years ago
358202c
Moved include of <cstdarg> to cpp file
by Philipp Kloke
· 10 years ago
886ad97
Use "name" for element name
by Dmitry-Me
· 10 years ago
66487eb
Document consistency asserts
by Dmitry-Me
· 10 years ago
aebaeea
Merge pull request #353 from Dmitry-Me/unselessConst
by Lee Thomason
· 10 years ago
73f08a3
Merge pull request #352 from Dmitry-Me/consistencyAsserts
by Lee Thomason
· 10 years ago
7865aad
Useless const
by Dmitry-Me
· 10 years ago
2f5a103
Consistency asserts
by Dmitry-Me
· 10 years ago
53db4a6
move to cpp file.
by Lee Thomason
· 10 years ago
Next »