Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tinyxml2
/
a5221869c2fbf036a6758da66cffed1c9cb14c96
/
xmltest.cpp
a522186
Added test for return value of QueryDoubleAttribute().
by Thomas Roß
· 12 years ago
d0a38c3
fix BOM preservation bugs. add new tests
by Lee Thomason (grinliz)
· 12 years ago
1cfafd0
Fixed: LoadFile() returns XML_NO_ERROR for empty documents.
by Vasily Biryukov
· 12 years ago
0fd8746
correct typos in comments / documentation
by Andrew C. Martin
· 12 years ago
5efaa5f
Add the (very handy) QueryAttribute
by Lee Thomason (grinliz)
· 13 years ago
ac83b4e
adjust the size of the memory pools
by Lee Thomason (grinliz)
· 13 years ago
53ab79a
Add unit test for XMLDocument::Clear().
by Martinsh Shaiters
· 13 years ago
0aecb5c
Merge remote-tracking branch 'martinsh/issue#53-fix'
by Lee Thomason
· 13 years ago
95b3e65
Add test case for element names with leading digit.
by Martinsh Shaiters
· 13 years ago
23e7ae6
Add test for lead non-alpha characters in attribute names.
by Martinsh Shaiters
· 13 years ago
178e4cc
Add file load to xmltest.
by Lee Thomason
· 13 years ago
c9c8b77
Moves example documentation from xmltest.h to xmltest.cpp
by Martinsh Shaiters
· 13 years ago
39ddc26
Adds conditional include of io.h when compiling with MinGW
by Martinsh Shaiters
· 13 years ago
a6412ac
add a printing test
by Lee Thomason
· 13 years ago
5b0a677
fix incorrect assert on unused memory
by Lee Thomason
· 13 years ago
2fa8172
type XMLError. fix some comments
by Lee Thomason
· 13 years ago
ae9ab07
test case for unlinked nodes, commented out
by Lee Thomason
· 13 years ago
99024dc
Merge branch 'master' of github.com:leethomason/tinyxml2
by Lee Thomason (grinliz)
· 13 years ago
fc6320e
experimented with print f vs. g. increased version
by Lee Thomason (grinliz)
· 13 years ago
0922b73
Replaced pragmas with compiler define.
by Thomas Roß
· 13 years ago
e2bcb32
accept a nBytes argument for Parse()
by Lee Thomason (grinliz)
· 13 years ago
2f1f624
remove trailing spaces
by Lee Thomason (grinliz)
· 13 years ago
0fa8299
whitespace tests and review
by Lee Thomason (grinliz)
· 13 years ago
62d1c5a
fix merge
by Lee Thomason (grinliz)
· 13 years ago
5fbacbe
fix name parsing to accept additional lead characters
by Lee Thomason (grinliz)
· 13 years ago
491d587
Merge branch 'master' into whitespace
by Lee Thomason (grinliz)
· 13 years ago
6b8b012
added test case for compact save
by Lee Thomason (grinliz)
· 13 years ago
bc1bfb7
added whitespace=collapse support. tests work. code needs review
by Lee Thomason (grinliz)
· 13 years ago
a6dd8c6
Fixed path to utf8testout.xml.
by Thomas Roß
· 13 years ago
e9699e6
fix up mkdir on win vs. *nix
by Lee Thomason
· 13 years ago
ef1c69c
CreateDirectory replaced by cross-platform mkdir function
by Arkadiy Shapkin
· 13 years ago
ff72d1f
Intermediate files added to .gitignore
by Arkadiy Shapkin
· 13 years ago
c831279
fix some compiler warnings, and fragile code, in the test output
by Lee Thomason
· 13 years ago
c28ba3a
Fixed cppcheck warnings
by PKEuS
· 13 years ago
21be882
Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types.
by Lee Thomason
· 13 years ago
78a773d
Fix attribute parsing to correctly handle white space
by Lee Thomason
· 13 years ago
390e978
Fix infinite loop bug in ShallowEqual. Fix a warning with a re-interpret cast. Up version to 1.0.4
by Lee Thomason (grinliz)
· 13 years ago
7b1b86a
removed confusing getter/setter. cleaned up comments.
by Lee Thomason
· 13 years ago
48ea0bc
renamed function, added test case
by Lee Thomason (grinliz)
· 13 years ago
a2d4e6e
moving xmls and txts to the resources folder.
by Bruno Dias
· 13 years ago
f68c438
added new test for BOM, and added good defaults for NewDeclaration
by Lee Thomason
· 13 years ago
5e3803c
Better attribute system. Removes redundant list searching of LinkAttribute. Faster parsing on initial read. Added badly needed missing test cases.
by Lee Thomason
· 13 years ago
d0b19df
fix sleazy cast causing compilation issue
by Lee Thomason
· 13 years ago
8712757
merging handles to the master
by Lee Thomason (grinliz)
· 13 years ago
a4a36ba
remove random -1 in length
by Lee Thomason (grinliz)
· 13 years ago
ae209f6
added docs. basic handles tests
by Lee Thomason (grinliz)
· 13 years ago
70e9c6b
Merge branch 'master' into handles
by Lee Thomason (grinliz)
· 13 years ago
8b89981
gave up trying to be clever. split the handles into 2 classes.
by Lee Thomason
· 13 years ago
db0bbb6
handles work
by Lee Thomason
· 13 years ago
6a22be2
Added proper examples, integrated them into xmltest, and make them part of the build.
by Lee Thomason (grinliz)
· 13 years ago
5761203
trying to get template to work
by Lee Thomason
· 13 years ago
00770d2
handles wip. not happy with const behavior
by Lee Thomason
· 13 years ago
5708f81
handles wip. not happy with const behavior
by Lee Thomason
· 13 years ago
8ba7f7d
Added the improved attribute query
by Lee Thomason
· 13 years ago
7f7b162
Add warning for the working directory. Verify win64 fix.
by Lee Thomason
· 13 years ago
d7e033e
Merge branch 'master' of https://github.com/gamaral/tinyxml2
by Lee Thomason
· 13 years ago
87e475a
adding examples to the doc
by Lee Thomason
· 13 years ago
2eb7003
Misc adjustments and enum rename
by Guillermo A. Amaral
· 13 years ago
7ca5558
removed the pointer-diff
by Lee Thomason (grinliz)
· 13 years ago
6f381b7
Added performance test and option to leave entities
by Lee Thomason
· 13 years ago
0a4df40
fix some warnings
by Lee Thomason (grinliz)
· 13 years ago
7d00b9a
Patching up incorrect boilerplate code. Added clone/equal methods.
by Lee Thomason
· 13 years ago
5ce4d97
fix deprecation function mess
by Lee Thomason (grinliz)
· 13 years ago
9b093cc
Test on gcc. Fix warning. Fix uneeded params. Up VS debug to level 4 and fix warnings.
by Lee Thomason (grinliz)
· 13 years ago
2a1cd27
added a bunch of comments in
by Lee Thomason (grinliz)
· 13 years ago
46a14cf
new element loop
by Lee Thomason (grinliz)
· 13 years ago
d627776
The rest of the test cases. Some bugs, but should be a complete set.
by Lee Thomason
· 13 years ago
68db57e
UTF-8 tests passing.
by Lee Thomason (grinliz)
· 13 years ago
bd0a8ac
Dream test passing.
by Lee Thomason (grinliz)
· 13 years ago
ae25a44
print to memory support
by U-Stream\Lee
· 13 years ago
09a11c5
test cases. Working out attribute interface.
by U-Stream\Lee
· 13 years ago
1ff38e0
working with attributes. adding missing methods
by Lee Thomason
· 13 years ago
ec5a7b4
testing infrastructur
by Lee Thomason
· 14 years ago
e9ecdab
memory tracking
by Lee Thomason
· 14 years ago
50adb4c
sync
by Lee Thomason
· 14 years ago
56bdd02
improved the streamer interface so it doesn't require text parent. now possible to connect visitor and streamer.
by Lee Thomason
· 14 years ago
43f5930
integrated attributes into the placement new
by Lee Thomason
· 14 years ago
d198322
finally have the placement new working as desired.
by Lee Thomason
· 14 years ago
2c85a71
more refactoring. cleaning out container classes.
by Lee Thomason
· 14 years ago
18d68bd
removed the char allocator. Started cleaning up the document code.
by Lee Thomason
· 14 years ago
8ee7989
added entity input support.
by Lee Thomason
· 14 years ago
24767b0
work on the streamer class. A little optimization to the string class. Formatting work.
by Lee Thomason
· 14 years ago
5cae897
pulled out streamer class.
by Lee Thomason
· 14 years ago
67d6131
new element parsing. reasonable set of test cases.
by Lee Thomason
· 14 years ago
5492a1c
basic text support
by Lee Thomason
· 14 years ago
22aead1
attribute support
by Lee Thomason
· 14 years ago
ec975ce
iterate on parsing.
by Lee Thomason
· 14 years ago
6ee99fc
testing
by Lee Thomason
· 14 years ago
39ede24
reset name
by Lee Thomason
· 14 years ago
dadcdfa
test cases in progress
by Lee Thomason
· 14 years ago
8a5dfee
element and attribute code compiling
by Lee Thomason
· 14 years ago
fde6a75
another rev of text parsing.
by Lee Thomason
· 14 years ago
4cee611
basic structure in place.
by U-Lama\Lee
· 14 years ago
e13c3e6
initial checkin
by U-Lama\Lee
· 14 years ago