Lee Thomason
|
d556e6df9d
|
Merge branch 'master' into errorstr
|
2017-10-11 10:57:52 -07:00 |
Lee Thomason
|
f49b9658bb
|
fix up error system issues
|
2017-10-11 10:57:49 -07:00 |
Lee Thomason
|
8b83b23876
|
make effc compilation optional
|
2017-10-11 10:13:35 -07:00 |
Lee Thomason
|
714ccfe29b
|
fix line number tracker. error msg wip
|
2017-10-10 17:08:12 -07:00 |
Lee Thomason
|
7abfa6b1a0
|
Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc
|
2017-10-10 16:33:58 -07:00 |
Lee Thomason
|
dd4034c518
|
Merge pull request #626 from Dmitry-Me/betterTestDeletionLoop
Better test deletion loop
|
2017-10-09 16:00:27 -07:00 |
Lee Thomason
|
c59b17e5a9
|
Merge pull request #625 from Dmitry-Me/checkAcceptResult
Check result of Accept()
|
2017-10-09 15:58:19 -07:00 |
Dmitry-Me
|
b41e24aa1c
|
Better test deletion loop
|
2017-09-27 18:51:01 +03:00 |
Dmitry-Me
|
f0f2e99cf2
|
Check result of Accept()
|
2017-09-25 17:38:42 +03:00 |
Lee Thomason
|
884852eb65
|
Merge pull request #584 from DragonValley/patch-1
Update on html5-printer.cpp
|
2017-09-19 17:58:46 -07:00 |
Lee Thomason
|
aa1883928b
|
Error string re-work
|
2017-09-19 17:54:31 -07:00 |
Lee Thomason
|
3a37e64113
|
Merge pull request #623 from Dmitry-Me/testErrorName
Test ErrorName() returns valid string after SetError()
|
2017-09-18 09:40:20 -07:00 |
Lee Thomason
|
620cb1c55a
|
Merge pull request #624 from Dmitry-Me/fixCrashWhenInsertingAfterItself
Fix crash when element is being inserted "after itself"
|
2017-09-18 09:39:50 -07:00 |
Dmitry-Me
|
e8f4a8b567
|
Fix crash when element is being inserted "after itself"
|
2017-09-15 19:34:36 +03:00 |
Dmitry-Me
|
47845b699a
|
Test ErrorName() returns valid string after SetError()
|
2017-09-15 19:03:02 +03:00 |
Lee Thomason
|
bdad8d73a3
|
Merge pull request #620 from Dmitry-Me/clarifyComment
Clarify comment
|
2017-09-14 10:33:15 -07:00 |
Lee Thomason
|
c8c4618f2e
|
Merge pull request #618 from Dmitry-Me/buildDebugToo
Build and test Debug configuration too
|
2017-09-14 10:32:40 -07:00 |
Dmitry-Me
|
a9e75d1b25
|
Clarify comment
|
2017-09-08 19:05:23 +03:00 |
Dmitry-Me
|
20166d2b4f
|
Build and test Debug configuration too
|
2017-09-05 01:12:32 +03:00 |
Thierry Lelegard
|
7f0f754cb7
|
Code cleanup to pass gcc -Weffc++ warnings
|
2017-09-01 10:14:16 +02:00 |
Lee Thomason
|
dbf18add4c
|
Merge pull request #613 from Dmitry-Me/testResultOfSetError
Test SetError() has effect
|
2017-08-30 10:42:50 -07:00 |
Lee Thomason
|
da24c3b221
|
Merge pull request #612 from Dmitry-Me/fixMisleadingComment
Fix misleading comment
|
2017-08-30 10:41:59 -07:00 |
Dmitry-Me
|
d3f6c6361c
|
Test SetError() has effect
|
2017-08-30 17:43:14 +03:00 |
Dmitry-Me
|
2604336737
|
Fix misleading comment
|
2017-08-30 17:40:15 +03:00 |
Lee Thomason
|
4b173cbcf1
|
Merge pull request #611 from Dmitry-Me/testClearResetErrorState
Test Clear() clears the error
|
2017-08-29 11:13:37 -07:00 |
Lee Thomason
|
b0c421d9a7
|
Merge pull request #610 from Dmitry-Me/reuseConversionCode
Extract and reuse conversion code
|
2017-08-29 11:13:02 -07:00 |
Dmitry-Me
|
985ea1f78f
|
Test Clear() clears the error
|
2017-08-28 18:36:29 +03:00 |
Dmitry-Me
|
a28eb0763d
|
Extract and reuse conversion code
|
2017-08-25 18:34:18 +03:00 |
Lee Thomason
|
d69e2c0d08
|
Merge pull request #609 from JugglerShu/master
Add 'const' on XMLDocument::DeepCopy.
|
2017-08-24 11:09:08 -07:00 |
Lee Thomason
|
33883d6feb
|
Merge pull request #605 from Dmitry-Me/clarifyTestStrings
Clarify what is being tested
|
2017-08-24 11:08:34 -07:00 |
Shuichiro Suzuki
|
87cd4e0582
|
Add 'const' on XMLDocument::DeepCopy. This make us copy const
XMLDocument being copied to another document.
|
2017-08-24 11:20:26 +09:00 |
Dmitry-Me
|
caed4ec7d8
|
Clarify what is being tested
|
2017-08-11 17:39:47 +03:00 |
Lee Thomason
|
4bbf74205c
|
Merge pull request #603 from Dmitry-Me/cleanupFopenTests
Cleanup fopen() tests
|
2017-08-10 15:08:34 -07:00 |
Lee Thomason
|
30dec75919
|
Merge pull request #602 from Dmitry-Me/testWithStopwatchOff
Stopwatch must be stopped before test check
|
2017-08-10 15:07:11 -07:00 |
Lee Thomason
|
cd453f86e8
|
Merge pull request #596 from Dmitry-Me/useValidPointerForUserData
Use valid pointer for user data
|
2017-08-10 15:06:26 -07:00 |
Dmitry-Me
|
520009ef1c
|
Cleanup fopen() tests
|
2017-08-10 17:50:03 +03:00 |
Dmitry-Me
|
1ab85878ba
|
Stopwatch must be stopped before test check
|
2017-08-10 17:28:10 +03:00 |
Lee Thomason
|
82e20b1831
|
Merge pull request #601 from Dmitry-Me/testErrorIdAfterParse
Test ErrorID after Parse()
|
2017-08-09 11:12:18 -07:00 |
Lee Thomason
|
e9945966c2
|
Merge pull request #600 from Dmitry-Me/cleanupStreamModeTests
Cleanup stream mode tests
|
2017-08-09 11:11:12 -07:00 |
Dmitry-Me
|
8d40f7a565
|
Test ErrorID after Parse()
|
2017-08-09 19:10:08 +03:00 |
Dmitry-Me
|
c0fad29082
|
Cleanup stream mode tests
* use "out" subpath
* check file was opened
|
2017-08-09 19:05:42 +03:00 |
Lee Thomason
|
c11a7c5ca0
|
Merge pull request #599 from Dmitry-Me/cleanupSomeChecks
Cleanup and simplify checks
|
2017-08-07 13:50:51 -07:00 |
Lee Thomason
|
68edbcee49
|
Merge pull request #598 from Dmitry-Me/fallThroughComments
Annotate fall throughs with comments
|
2017-08-07 13:49:56 -07:00 |
Lee Thomason
|
63fe21f4dc
|
Merge pull request #597 from Dmitry-Me/betterTestQueryXText
Better tests for Query???Text()
|
2017-08-07 13:49:12 -07:00 |
Lee Thomason
|
30cdecada1
|
Merge pull request #595 from Dmitry-Me/checkInsertionReturnValues
Test return values from nodes insertion
|
2017-08-07 13:42:07 -07:00 |
Dmitry-Me
|
bc6920b681
|
Cleanup and simplify checks
|
2017-08-03 18:46:31 +03:00 |
Dmitry-Me
|
3cc6f5c6f2
|
Annotate fall throughs with comments
|
2017-08-03 18:42:20 +03:00 |
Dmitry-Me
|
43c019d44e
|
Better tests for Query???Text()
|
2017-08-02 18:05:23 +03:00 |
Dmitry-Me
|
7d8dfb9ee2
|
Use valid pointer for user data
|
2017-08-01 17:48:54 +03:00 |
Dmitry-Me
|
8e06370191
|
Test return values from nodes insertion
|
2017-08-01 17:40:40 +03:00 |