Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tinyxml2
/
b41e24aa1cf9fcb43c6bcc71cd19c540681abf4f
b41e24a
Better test deletion loop
by Dmitry-Me
· 8 years ago
884852e
Merge pull request #584 from DragonValley/patch-1
by Lee Thomason
· 8 years ago
3a37e64
Merge pull request #623 from Dmitry-Me/testErrorName
by Lee Thomason
· 8 years ago
620cb1c
Merge pull request #624 from Dmitry-Me/fixCrashWhenInsertingAfterItself
by Lee Thomason
· 8 years ago
e8f4a8b
Fix crash when element is being inserted "after itself"
by Dmitry-Me
· 8 years ago
47845b6
Test ErrorName() returns valid string after SetError()
by Dmitry-Me
· 8 years ago
bdad8d7
Merge pull request #620 from Dmitry-Me/clarifyComment
by Lee Thomason
· 8 years ago
c8c4618
Merge pull request #618 from Dmitry-Me/buildDebugToo
by Lee Thomason
· 8 years ago
a9e75d1
Clarify comment
by Dmitry-Me
· 8 years ago
20166d2
Build and test Debug configuration too
by Dmitry-Me
· 8 years ago
dbf18ad
Merge pull request #613 from Dmitry-Me/testResultOfSetError
by Lee Thomason
· 8 years ago
da24c3b
Merge pull request #612 from Dmitry-Me/fixMisleadingComment
by Lee Thomason
· 8 years ago
d3f6c63
Test SetError() has effect
by Dmitry-Me
· 8 years ago
2604336
Fix misleading comment
by Dmitry-Me
· 8 years ago
4b173cb
Merge pull request #611 from Dmitry-Me/testClearResetErrorState
by Lee Thomason
· 8 years ago
b0c421d
Merge pull request #610 from Dmitry-Me/reuseConversionCode
by Lee Thomason
· 8 years ago
985ea1f
Test Clear() clears the error
by Dmitry-Me
· 8 years ago
a28eb07
Extract and reuse conversion code
by Dmitry-Me
· 8 years ago
d69e2c0
Merge pull request #609 from JugglerShu/master
by Lee Thomason
· 8 years ago
33883d6
Merge pull request #605 from Dmitry-Me/clarifyTestStrings
by Lee Thomason
· 8 years ago
87cd4e0
Add 'const' on XMLDocument::DeepCopy. This make us copy const
by Shuichiro Suzuki
· 8 years ago
caed4ec
Clarify what is being tested
by Dmitry-Me
· 8 years ago
4bbf742
Merge pull request #603 from Dmitry-Me/cleanupFopenTests
by Lee Thomason
· 8 years ago
30dec75
Merge pull request #602 from Dmitry-Me/testWithStopwatchOff
by Lee Thomason
· 8 years ago
cd453f8
Merge pull request #596 from Dmitry-Me/useValidPointerForUserData
by Lee Thomason
· 8 years ago
520009e
Cleanup fopen() tests
by Dmitry-Me
· 8 years ago
1ab8587
Stopwatch must be stopped before test check
by Dmitry-Me
· 8 years ago
82e20b1
Merge pull request #601 from Dmitry-Me/testErrorIdAfterParse
by Lee Thomason
· 8 years ago
e994596
Merge pull request #600 from Dmitry-Me/cleanupStreamModeTests
by Lee Thomason
· 8 years ago
8d40f7a
Test ErrorID after Parse()
by Dmitry-Me
· 8 years ago
c0fad29
Cleanup stream mode tests
by Dmitry-Me
· 8 years ago
c11a7c5
Merge pull request #599 from Dmitry-Me/cleanupSomeChecks
by Lee Thomason
· 8 years ago
68edbce
Merge pull request #598 from Dmitry-Me/fallThroughComments
by Lee Thomason
· 8 years ago
63fe21f
Merge pull request #597 from Dmitry-Me/betterTestQueryXText
by Lee Thomason
· 8 years ago
30cdeca
Merge pull request #595 from Dmitry-Me/checkInsertionReturnValues
by Lee Thomason
· 8 years ago
bc6920b
Cleanup and simplify checks
by Dmitry-Me
· 8 years ago
3cc6f5c
Annotate fall throughs with comments
by Dmitry-Me
· 8 years ago
43c019d
Better tests for Query???Text()
by Dmitry-Me
· 8 years ago
7d8dfb9
Use valid pointer for user data
by Dmitry-Me
· 8 years ago
8e06370
Test return values from nodes insertion
by Dmitry-Me
· 8 years ago
02d2764
Merge pull request #593 from Dmitry-Me/testDeletionViaDocument
by Lee Thomason
· 8 years ago
8d1bfbb
Merge pull request #592 from Dmitry-Me/clarifyTestOutput
by Lee Thomason
· 8 years ago
1529580
Merge pull request #591 from Dmitry-Me/properIndentDirectives
by Lee Thomason
· 8 years ago
48725fa
Merge pull request #590 from Dmitry-Me/betterVariableName
by Lee Thomason
· 8 years ago
e5790db
Test nodes deletion via document
by Dmitry-Me
· 8 years ago
6f4c4e7
Clarify and simplify test output
by Dmitry-Me
· 8 years ago
de381df
Indent directives consistently with surrounding code
by Dmitry-Me
· 8 years ago
effab6f
Better variable name
by Dmitry-Me
· 8 years ago
f0f506f
Update html5-printer.cpp
by DragonValley
· 8 years ago
f3f9925
update docs
by Lee Thomason
· 8 years ago
aca4fb1
new docs
by Lee Thomason
· 8 years ago
528986f
update readme
by Lee Thomason
· 8 years ago
7573756
add docs
by Lee Thomason
· 8 years ago
646af8d
Merge pull request #582 from Dmitry-Me/distinctDefaultAndReplacement
by Lee Thomason
· 8 years ago
0570580
Merge pull request #581 from Dmitry-Me/testQueryingAttributesBetter
by Lee Thomason
· 8 years ago
80379a3
Merge pull request #580 from Dmitry-Me/checkLoadSaveResult
by Lee Thomason
· 8 years ago
bf9b3a2
remove code that creates directory. add file in out directory so that git creates the directory
by Lee Thomason
· 8 years ago
ef11c2f
Update on html5-printer.cpp
by DragonValley
· 8 years ago
3d20c5d
Use distinct values as default and replacement values
by Dmitry-Me
· 8 years ago
2087a27
Test querying attributes thoroughly
by Dmitry-Me
· 8 years ago
46b70ce
Check result of LoadFile()/SaveFile()
by Dmitry-Me
· 8 years ago
3a6e51a
fix build issue
by Lee Thomason
· 8 years ago
e4dc721
fix an issue on windows
by Lee Thomason
· 8 years ago
fc2a001
Merge pull request #578 from Dmitry-Me/checkReadingResults
by Lee Thomason
· 8 years ago
cd33699
Merge pull request #577 from Dmitry-Me/checkParseResult
by Lee Thomason
· 8 years ago
7096e77
Merge pull request #573 from kbinny62/master
by Lee Thomason
· 8 years ago
d1b8282
Check various stages of reading the XML file
by Dmitry-Me
· 8 years ago
68578f4
Check result of Parse() call
by Dmitry-Me
· 8 years ago
c1f1de7
Merge pull request #575 from Dmitry-Me/extractDuplicatedString
by Lee Thomason
· 8 years ago
5d1aec1
Extract duplicated text string
by Dmitry-Me
· 8 years ago
9720fba
xmltest.cpp: path separator is '\\' under WIN32
by kbinny62
· 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
563ee82
Merge pull request #571 from hyperair/cmake-add-test
by Lee Thomason
· 8 years ago
4ee9ebd
Merge pull request #570 from jasjuang/master
by Lee Thomason
· 8 years ago
a4f48c1
Merge pull request #572 from Dmitry-Me/swapFoundAndExpected
by Lee Thomason
· 8 years ago
bf29a15
xmltest: create dir resources/out to avoid crashes
by kbinny62
· 8 years ago
9832a5f
"Found" and "expected" were swapped in some tests
by Dmitry-Me
· 8 years ago
48d45b2
Use `make test` in travis.yml
by Chow Loong Jin
· 8 years ago
5381145
Use CTest to add xmltest as a testcase so make test works
by Chow Loong Jin
· 8 years ago
a5ab98a
fix issue #516
by jasjuang
· 8 years ago
369f306
Merge branch 'master' of github.com:leethomason/tinyxml2
by Lee Thomason
· 8 years ago
8bba8b4
mark unused enums
by Lee Thomason
· 8 years ago
3f169ac
Merge pull request #568 from Dmitry-Me/checkParsingErrorEarlier
by Lee Thomason
· 8 years ago
86be0cd
Merge pull request #566 from redagito/master
by Lee Thomason
· 8 years ago
aea64c4
Test parsing result as early as possible
by Dmitry-Me
· 8 years ago
dfcf548
CMake fix for static library only build
by Robert J
· 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
9e2d29b
weird compile issues
by Lee Thomason
· 8 years ago
82bb074
tweak test
by Lee Thomason
· 8 years ago
224ef77
add test case
by Lee Thomason
· 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
5cfb946
Merge pull request #562 from Dmitry-Me/testMemoryLeaksInDebugHeap
by Lee Thomason
· 8 years ago
275067a
Merge pull request #561 from Dmitry-Me/unlinkedElementsAssertions
by Lee Thomason
· 8 years ago
ed78570
Programmatically check no leaks are reported in the VC++ debug heap
by Dmitry-Me
· 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
Next »